Home
last modified time | relevance | path

Searched refs:AVTransCoderConfig (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.h105 struct AVTransCoderConfig { struct
209 RetInfo Configure(std::shared_ptr<AVTransCoderConfig> config);
236 std::shared_ptr<AVTransCoderConfig> config_ = nullptr;
243 explicit MediaJsAVTransCoderConfig(std::shared_ptr<AVTransCoderConfig> value) in MediaJsAVTransCoderConfig()
250 std::shared_ptr<AVTransCoderConfig> value_ = nullptr;
H A Davtranscoder_napi.cpp730 RetInfo AVTransCoderNapi::Configure(std::shared_ptr<AVTransCoderConfig> config) in Configure()
823 std::shared_ptr<AVTransCoderConfig> config = asyncCtx->config_; in GetAudioConfig()
850 std::shared_ptr<AVTransCoderConfig> config = asyncCtx->config_; in GetVideoConfig()
885 asyncCtx->config_ = std::make_shared<AVTransCoderConfig>(); in GetConfig()
890 std::shared_ptr<AVTransCoderConfig> config = asyncCtx->config_; in GetConfig()