Home
last modified time | relevance | path

Searched refs:VideoBitStreamFormat (Results 1 - 25 of 29) sorted by relevance

12

/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_attr_desc.h43 const ValueType g_vdBitStreamFmtDef = VideoBitStreamFormat::UNKNOWN;
98 {Tag::VIDEO_BIT_STREAM_FORMAT, {"vd_bit_stream_fmt", g_vdBitStreamFmtDef, "VideoBitStreamFormat"}},
208 const std::map<VideoBitStreamFormat, const char*> g_vdBitStreamFormatStrMap = {
209 {VideoBitStreamFormat::UNKNOWN, "UNKNOWN"},
210 {VideoBitStreamFormat::AVC1, "AVC1"},
211 {VideoBitStreamFormat::HEVC, "HEVC"},
212 {VideoBitStreamFormat::ANNEXB, "ANNEXB"},
H A Dplugin_caps_builder.h106 DECL_SET_FL_CAP_FUNCS(Capability::Key::VIDEO_BIT_STREAM_FORMAT, VideoBitStreamFormat, VideoBitStreamFormat);
H A Dplugin_video_tags.h78 enum struct VideoBitStreamFormat : uint32_t { struct
H A Dplugin_meta.h72 DEFINE_INSERT_GET_FUNC(tag == Tag::VIDEO_BIT_STREAM_FORMAT, std::vector<VideoBitStreamFormat>);
/foundation/multimedia/media_foundation/src/common/
H A Dplugin_attr_desc.h43 const ValueType g_vdBitStreamFmtDef = VideoBitStreamFormat::UNKNOWN;
98 {Tag::VIDEO_BIT_STREAM_FORMAT, {"vd_bit_stream_fmt", g_vdBitStreamFmtDef, "VideoBitStreamFormat"}},
208 const std::map<VideoBitStreamFormat, const char*> g_vdBitStreamFormatStrMap = {
209 {VideoBitStreamFormat::UNKNOWN, "UNKNOWN"},
210 {VideoBitStreamFormat::AVC1, "AVC1"},
211 {VideoBitStreamFormat::HEVC, "HEVC"},
212 {VideoBitStreamFormat::ANNEXB, "ANNEXB"},
H A Dplugin_caps_builder.h106 DECL_SET_FL_CAP_FUNCS(Capability::Key::VIDEO_BIT_STREAM_FORMAT, VideoBitStreamFormat, VideoBitStreamFormat);
H A Dplugin_video_tags.h78 enum struct VideoBitStreamFormat : uint32_t { struct
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp118 vdBitStreamFormat_ = VideoBitStreamFormat{VideoBitStreamFormat::UNKNOWN}; in Deinit()
139 vdBitStreamFormat_ = VideoBitStreamFormat{VideoBitStreamFormat::UNKNOWN}; in Reset()
170 vdBitStreamFormat_ = Plugin::AnyCast<VideoBitStreamFormat>(value); in SetParameter()
269 if (vdBitStreamFormat_ == VideoBitStreamFormat::ANNEXB) { in ConvertAVPacketToFrameInfo()
513 std::vector<VideoBitStreamFormat>{VideoBitStreamFormat::AVC1, VideoBitStreamFormat::ANNEXB}); in ParseMediaData()
516 std::vector<VideoBitStreamFormat>{VideoBitStreamForma in ParseMediaData()
[all...]
H A Dffmpeg_demuxer_plugin.h101 VideoBitStreamFormat vdBitStreamFormat_ {VideoBitStreamFormat::UNKNOWN};
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/include/
H A Dhistreamer_ability_querier.h32 using OHOS::Media::Plugin::VideoBitStreamFormat;
123 std::vector<VideoBitStreamFormat> vd_bit_stream_fmt;
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Dhistreamer_ability_parser.h248 enum struct VideoBitStreamFormat : uint32_t { struct
330 std::vector<VideoBitStreamFormat> vd_bit_stream_fmt;
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_common.h263 enum VideoBitStreamFormat { enum in OHOS::MediaAVCodec::API_VERSION
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dvideo_types.h85 enum struct VideoBitStreamFormat : uint32_t { struct
H A Dmeta.h161 DEFINE_INSERT_GET_FUNC(tagCharSeq == Tag::VIDEO_BIT_STREAM_FORMAT, std::vector<Plugins::VideoBitStreamFormat>,
/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; in HWTEST_F()
75 Any value = VideoBitStreamFormat::ANNEXB; in HWTEST_F()
84 Any value = VideoBitStreamFormat::ANNEXB; in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/
H A Dhistreamer_ability_parser_test.cpp385 VideoBitStreamFormat::AVC1, in HWTEST_F()
386 VideoBitStreamFormat::HEVC, in HWTEST_F()
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_manager.cpp137 incapBuilder.SetVideoBitStreamFormatList({VideoBitStreamFormat::ANNEXB}); in AddHdiCap()
/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_utils.cpp204 int32_t Stringiness(char* buf, size_t maxLen, const char* name, const Plugin::VideoBitStreamFormat& val) in Stringiness()
291 {Plugin::Tag::VIDEO_BIT_STREAM_FORMAT, MetaIDStringiness<Plugin::VideoBitStreamFormat>},
470 {Capability::Key::VIDEO_BIT_STREAM_FORMAT, CapKeyStringiness<Plugin::VideoBitStreamFormat>}, in Capability2String()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/av_transport_input/
H A Dav_transport_input_filter.cpp368 Plugin::Any::IsSameTypeWith<VideoBitStreamFormat>(paramsMap_[Tag::VIDEO_BIT_STREAM_FORMAT])) { in ConfigVideoMeta()
369 auto videoBitStreamFormat = Plugin::AnyCast<VideoBitStreamFormat>(paramsMap_[Tag::VIDEO_BIT_STREAM_FORMAT]); in ConfigVideoMeta()
371 meta.Set<Plugin::Tag::VIDEO_BIT_STREAM_FORMAT>(std::vector<VideoBitStreamFormat>{videoBitStreamFormat}); in ConfigVideoMeta()
/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; in HWTEST_F()
82 Any value = VideoBitStreamFormat::ANNEXB; in HWTEST_F()
93 Any value = VideoBitStreamFormat::ANNEXB; in HWTEST_F()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dcompatible_check.cpp98 {g_allCapabilityId[10], ExtractFixedCap<Plugin::VideoBitStreamFormat>}, // 10
114 {g_allCapabilityId[10], FixDiscCapValCheck<Plugin::VideoBitStreamFormat, uint32_t>}, // 10
/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()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
H A Dhistreamer_ability_querier_test.cpp606 VideoBitStreamFormat::AVC1, in HWTEST_F()
607 VideoBitStreamFormat::HEVC, in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_ability_parser.cpp315 videoDecoderIn.vd_bit_stream_fmt.push_back((VideoBitStreamFormat)(fmt->valuedouble)); in FromJson()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp739 AnyCast<std::vector<VideoBitStreamFormat>>(cap.keys[CapabilityID::VIDEO_BIT_STREAM_FORMAT]); in ParseVideoDecoderIn()
823 videoDecoderIn.vd_bit_stream_fmt.push_back(static_cast<VideoBitStreamFormat>(fmt->valueint)); in FromJson()

Completed in 19 milliseconds

12