Home
last modified time | relevance | path

Searched defs:tagStore (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
Dffmpeg_vid_enc_config.cpp44 const T* FindTagInMap(Tag tag, const std::map<Tag, ValueType>& tagStore) in FindTagInMap()
55 Status SetVideoResolution(AVCodecContext& codecContext, const std::map<Tag, ValueType>& tagStore) in SetVideoResolution()
70 …etVideoFrameRateAndTimeBase(AVCodecContext& codecContext, const std::map<Tag, ValueType>& tagStore) in SetVideoFrameRateAndTimeBase()
87 Status SetVideoPixelFormat(AVCodecContext& codecContext, const std::map<Tag, ValueType>& tagStore) in SetVideoPixelFormat()
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()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
Dffmpeg_au_enc_config.cpp36 const T* FindTagInMap(Tag tag, const std::map<Tag, ValueType>& tagStore) in FindTagInMap()
47 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()