Searched refs:PSI_STREAM_H264 (Results 1 – 4 of 4) sorted by relevance
14 pub const PSI_STREAM_H264: u8 = 0x1b; // H.264 constant
21 matches!(stream_type, epsi_stream_type::PSI_STREAM_H264) in is_steam_type_video()
161 if define::epsi_stream_type::PSI_STREAM_H264 == stream_data.codec_id && !h264_h265_with_aud in write_pes_header()
42 .add_stream(epsi_stream_type::PSI_STREAM_H264, BytesMut::new()) in new()