Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_param_checker.cpp70 auto scenarioName = CODEC_SCENARIO_TO_STRING.find(scenario); in PrintCodecScenario() local
71 if (scenarioName != CODEC_SCENARIO_TO_STRING.end()) { in PrintCodecScenario()
72 AVCODEC_LOGI("Codec scenario is %{public}s", scenarioName->second.data()); in PrintCodecScenario()