Searched refs:epsi_stream_type (Results 1 – 5 of 5) sorted by relevance
2 super::define::epsi_stream_type,21 matches!(stream_type, epsi_stream_type::PSI_STREAM_H264) in is_steam_type_video()27 epsi_stream_type::PSI_STREAM_AUDIO_OPUS in is_steam_type_audio()28 | epsi_stream_type::PSI_STREAM_AAC in is_steam_type_audio()29 | epsi_stream_type::PSI_STREAM_MP3 in is_steam_type_audio()30 | epsi_stream_type::PSI_STREAM_MPEG4_AAC in is_steam_type_audio()
4 define::{epat_pid, epsi_stream_type},85 let stream_type = if stream.codec_id == epsi_stream_type::PSI_STREAM_AUDIO_OPUS { in write()86 epsi_stream_type::PSI_STREAM_PRIVATE_DATA in write()
11 pub mod epsi_stream_type { module
161 if define::epsi_stream_type::PSI_STREAM_H264 == stream_data.codec_id && !h264_h265_with_aud in write_pes_header()
9 define::{epsi_stream_type, MPEG_FLAG_IDR_FRAME},39 .add_stream(epsi_stream_type::PSI_STREAM_AAC, BytesMut::new()) in new()42 .add_stream(epsi_stream_type::PSI_STREAM_H264, BytesMut::new()) in new()