Home
last modified time | relevance | path

Searched defs:codecContext (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H A Dffmpeg_vid_enc_config.cpp55 Status SetVideoResolution(AVCodecContext& codecContext, const std::map<Tag, ValueType>& tagStore) in SetVideoResolution()
87 Status SetVideoPixelFormat(AVCodecContext& codecContext, const std::map<Tag, ValueType>& tagStore) in SetVideoPixelFormat()
112 void SetDefaultColorimetry(AVCodecContext& codecContext) in SetDefaultColorimetry()
144 void SetDefaultEncodeParams(AVCodecContext& codecContext, const std::map<Tag, ValueType>& tagStore) in SetDefaultEncodeParams()
154 Status ConfigVideoCommonAttr(AVCodecContext& codecContext, const std::map<Tag, ValueType>& tagStore) in ConfigVideoCommonAttr()
165 void ConfigH264Codec(AVCodecContext& codecContext, const std::map<Tag, ValueType>& tagStore) in ConfigH264Codec()
191 void GetVideoCommonAttr(const AVCodecContext& codecContext, Tag tag, ValueType& outVal) in GetVideoCommonAttr()
205 void GetH264Attr(const AVCodecContext& codecContext, Tag tag, ValueType& outVal) in GetH264Attr()
229 void ConfigVideoEncoder(AVCodecContext& codecContext, const std::map<Tag, ValueType>& meta) in ConfigVideoEncoder()
233 g_videoConfigFuncMap.at(codecContext.codec_id)(codecContext, meta); in ConfigVideoEncoder() local
[all …]
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
H A Dffmpeg_au_enc_config.cpp47 void ConfigAudioCommonAttr(AVCodecContext& codecContext, const std::map<Tag, ValueType>& tagStore) in ConfigAudioCommonAttr()
66 void ConfigAacCodec(AVCodecContext& codecContext, const std::map<Tag, ValueType>& tagStore) in ConfigAacCodec()
86 void GetAudioCommonAttr(const AVCodecContext& codecContext, Tag tag, ValueType& outVal) in GetAudioCommonAttr()
103 void GetAacAttr(const AVCodecContext& codecContext, Tag tag, ValueType& outVal) in GetAacAttr()
128 void ConfigAudioEncoder(AVCodecContext& codecContext, const std::map<Tag, ValueType>& meta) in ConfigAudioEncoder()
132 g_ConfigFuncMap.at(codecContext.codec_id)(codecContext, meta); in ConfigAudioEncoder() local
135 Status GetAudioEncoderParameters(const AVCodecContext& codecContext, Tag tag, Plugin::ValueType& ou… in GetAudioEncoderParameters()
140 g_GetAttrFuncMap.at(codecContext.codec_id)(codecContext, tag, outVal); in GetAudioEncoderParameters() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp427 …auto codecContext = std::shared_ptr<AVCodecContext>(avcodec_alloc_context3(nullptr), [](AVCodecCon… in InitCodecContext() local
501 auto codecContext = InitCodecContext(avStream); in ParseMediaData() local