Home
last modified time | relevance | path

Searched refs:ConfigVideoEncoder (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H A Dffmpeg_vid_enc_config.h37 void ConfigVideoEncoder(AVCodecContext& codecContext, const std::map<Tag, ValueType>& meta);
H A Dffmpeg_vid_enc_config.cpp229 void ConfigVideoEncoder(AVCodecContext& codecContext, const std::map<Tag, ValueType>& meta) in ConfigVideoEncoder() function
H A Dvideo_ffmpeg_encoder_plugin.cpp227 ConfigVideoEncoder(*avCodecContext_, vencParams_); in InitCodecContext()
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestFFmpegVidEncConfig.cpp33 Ffmpeg::ConfigVideoEncoder((AVCodecContext &) avCodecContext, meta);