Home
last modified time | relevance | path

Searched refs:AVC1 (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/src/common/
H A Dplugin_video_tags.h80 AVC1, // H264 bit stream format enumerator
H A Dplugin_attr_desc.h210 {VideoBitStreamFormat::AVC1, "AVC1"},
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_video_tags.h80 AVC1, // H264 bit stream format enumerator
H A Dplugin_attr_desc.h210 {VideoBitStreamFormat::AVC1, "AVC1"},
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dvideo_types.h87 AVC1, // H264 bit stream format enumerator
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Dhistreamer_ability_parser.h250 AVC1, // H264 bit stream format enumerator
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/
H A Dhistreamer_ability_parser_test.cpp385 VideoBitStreamFormat::AVC1,
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
H A Dhistreamer_ability_querier_test.cpp665 VideoBitStreamFormat::AVC1,
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp513 … std::vector<VideoBitStreamFormat>{VideoBitStreamFormat::AVC1, VideoBitStreamFormat::ANNEXB}); in ParseMediaData()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.cpp87 …incapBuilder.SetVideoBitStreamFormatList({VideoBitStreamFormat::AVC1, VideoBitStreamFormat::ANNEXB… in UpdateInCaps()