Home
last modified time | relevance | path

Searched refs:MEDIA_MIME_VIDEO_H264 (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Dffmpeg_codec_map.cpp41 cap.SetMime(MEDIA_MIME_VIDEO_H264); in CodecId2Cap()
60 outCaps.emplace_back(Capability(MEDIA_MIME_VIDEO_H264)); in FormatName2Cap()
70 } else if (mime == MEDIA_MIME_VIDEO_H264) { in Mime2CodecId()
/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/utils/
H A Dconstants.cpp43 const char* const MEDIA_MIME_VIDEO_H264 = "video/avc"; variable
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dconstants.h52 extern const char* const MEDIA_MIME_VIDEO_H264;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_manager.cpp136 if (mime == MEDIA_MIME_VIDEO_H264 || mime == MEDIA_MIME_VIDEO_H265) { in AddHdiCap()
216 return MEDIA_MIME_VIDEO_H264; in GetCodecMime()
H A Dcodec_utils.cpp169 {MEDIA_MIME_VIDEO_H264, OMX_VIDEO_CodingAVC},
/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.cpp67 Any value = MEDIA_MIME_VIDEO_H264;
277 Any value = MEDIA_MIME_VIDEO_H264;
362 Any value = MEDIA_MIME_VIDEO_H264;
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Drecorder_utils.cpp95 FALSE_LOG(encoderMeta.Set<Plugin::Tag::MIME>(MEDIA_MIME_VIDEO_H264)); in TransVideoEncoderFmt()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H A Dav_sender_engine.cpp392 encoderMeta.Set<Plugin::Tag::MIME>(MEDIA_MIME_VIDEO_H264); in SetVideoCodecType()
399 mime = MEDIA_MIME_VIDEO_H264; in SetVideoCodecType()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dsoftbus_input/
H A Ddsoftbus_input_plugin.cpp50 capBuilder.SetMime(Media::MEDIA_MIME_VIDEO_H264); in CreateDsoftbusInputPluginDef()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dsoftbus_output/
H A Ddsoftbus_output_plugin.cpp47 capBuilder.SetMime(Media::MEDIA_MIME_VIDEO_H264); in CreateDsoftbusOutputPluginDef()
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestPlugin.cpp140 ASSERT_TRUE(CodingTypeHstToHdi(MEDIA_MIME_VIDEO_H264) == OMX_VIDEO_CodingAVC);
H A DTestPluginSetting.cpp155 ASSERT_TRUE(CodingTypeHstToHdi(MEDIA_MIME_VIDEO_H264) == OMX_VIDEO_CodingAVC);
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_track_meta.cpp255 meta.Set<Tag::MIME>(MEDIA_MIME_VIDEO_H264); in ConvertAVCStreamToMetaInfo()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_encoder/
H A Dvideo_encoder_filter.cpp339 if (vencFormat_.mime == MEDIA_MIME_VIDEO_H264) { in ConfigurePluginParams()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H A Dvideo_ffmpeg_encoder_plugin.cpp106 capBuilder.SetMime(OHOS::Media::MEDIA_MIME_VIDEO_H264); in UpdateOutCaps()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/
H A Dav_receiver_engine.cpp406 std::string mime = MEDIA_MIME_VIDEO_H264; in SetVideoCodecType()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.cpp86 incapBuilder.SetMime(OHOS::Media::MEDIA_MIME_VIDEO_H264); in UpdateInCaps()