Home
last modified time | relevance | path

Searched refs:AVC_PARAMS_MAP (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
H A Davcodec_info.cpp31 const std::map<int32_t, LevelParams> AVC_PARAMS_MAP = { member
199 if (AVC_PARAMS_MAP.find(*levelIter) != AVC_PARAMS_MAP.end()) { in LoadAVCLevelParams()
200 maxBlockPerFrame = std::max(maxBlockPerFrame, AVC_PARAMS_MAP.at(*levelIter).maxBlockPerFrame); in LoadAVCLevelParams()
201 maxBlockPerSecond = std::max(maxBlockPerSecond, AVC_PARAMS_MAP.at(*levelIter).maxBlockPerSecond); in LoadAVCLevelParams()
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp30 const std::map<int32_t, LevelParams> AVC_PARAMS_MAP = { member
263 if (AVC_PARAMS_MAP.find(*levelIter) != AVC_PARAMS_MAP.end()) { in LoadAVCLevelParams()
264 maxBlockPerFrame = std::max(maxBlockPerFrame, AVC_PARAMS_MAP.at(*levelIter).maxBlockPerFrame); in LoadAVCLevelParams()
265 maxBlockPerSecond = std::max(maxBlockPerSecond, AVC_PARAMS_MAP.at(*levelIter).maxBlockPerSecond); in LoadAVCLevelParams()

Completed in 3 milliseconds