Home
last modified time | relevance | path

Searched refs:ANNEXB (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/src/common/
H A Dplugin_video_tags.h82 ANNEXB, // H264, H265 bit stream format enumerator
H A Dplugin_attr_desc.h212 {VideoBitStreamFormat::ANNEXB, "ANNEXB"},
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_video_tags.h82 ANNEXB, // H264, H265 bit stream format enumerator
H A Dplugin_attr_desc.h212 {VideoBitStreamFormat::ANNEXB, "ANNEXB"},
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/test/av_transport_output_filter_test/
H A Dav_transport_output_filter_test.cpp51 Any value = VideoBitStreamFormat::ANNEXB;
81 Any value = VideoBitStreamFormat::ANNEXB;
92 Any value = VideoBitStreamFormat::ANNEXB;
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dvideo_types.h89 ANNEXB, // H264, H265 bit stream format enumerator
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_common.h267 ANNEXB enumerator
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp269 if (vdBitStreamFormat_ == VideoBitStreamFormat::ANNEXB) { in ConvertAVPacketToFrameInfo()
513 … std::vector<VideoBitStreamFormat>{VideoBitStreamFormat::AVC1, VideoBitStreamFormat::ANNEXB}); in ParseMediaData()
516 … std::vector<VideoBitStreamFormat>{VideoBitStreamFormat::HEVC, VideoBitStreamFormat::ANNEXB}); in ParseMediaData()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/test/av_transport_input_filter_test/
H A Dav_transport_input_filter_test.cpp54 Any value = VideoBitStreamFormat::ANNEXB;
88 Any value = VideoBitStreamFormat::ANNEXB;
101 Any value = VideoBitStreamFormat::ANNEXB;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_manager.cpp137 incapBuilder.SetVideoBitStreamFormatList({VideoBitStreamFormat::ANNEXB}); in AddHdiCap()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Dhistreamer_ability_parser.h252 ANNEXB, // H264, H265 bit stream format enumerator
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/
H A Dav_receiver_engine.cpp168 VideoBitStreamFormat::ANNEXB); in PreparePipeline()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H A Dav_sender_engine.cpp566 VideoBitStreamFormat::ANNEXB); in PreparePipeline()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.cpp87 …capBuilder.SetVideoBitStreamFormatList({VideoBitStreamFormat::AVC1, VideoBitStreamFormat::ANNEXB}); in UpdateInCaps()