Searched refs:AVC1 (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/src/common/ |
H A D | plugin_video_tags.h | 80 AVC1, // H264 bit stream format enumerator
|
H A D | plugin_attr_desc.h | 210 {VideoBitStreamFormat::AVC1, "AVC1"},
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_video_tags.h | 80 AVC1, // H264 bit stream format enumerator
|
H A D | plugin_attr_desc.h | 210 {VideoBitStreamFormat::AVC1, "AVC1"},
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | video_types.h | 87 AVC1, // H264 bit stream format enumerator
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/include/ |
H A D | histreamer_ability_parser.h | 250 AVC1, // H264 bit stream format enumerator
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/ |
H A D | histreamer_ability_parser_test.cpp | 385 VideoBitStreamFormat::AVC1,
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/ |
H A D | histreamer_ability_querier_test.cpp | 665 VideoBitStreamFormat::AVC1,
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_demuxer_plugin.cpp | 513 … std::vector<VideoBitStreamFormat>{VideoBitStreamFormat::AVC1, VideoBitStreamFormat::ANNEXB}); in ParseMediaData()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/ |
H A D | video_ffmpeg_decoder_plugin.cpp | 87 …incapBuilder.SetVideoBitStreamFormatList({VideoBitStreamFormat::AVC1, VideoBitStreamFormat::ANNEXB… in UpdateInCaps()
|