Home
last modified time | relevance | path

Searched refs:maxBlockPerSecond (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp260 int32_t maxBlockPerSecond = BASE_BLOCK_PER_SECOND; in LoadAVCLevelParams() local
265 maxBlockPerSecond = std::max(maxBlockPerSecond, AVC_PARAMS_MAP.at(*levelIter).maxBlockPerSecond); in LoadAVCLevelParams()
270 Range blockPerSecondRange = Range(1, maxBlockPerSecond); in LoadAVCLevelParams()
286 int32_t maxBlockPerSecond = BASE_BLOCK_PER_SECOND; in LoadMPEGLevelParams() local
301 maxBlockPerSecond = std::max(maxBlockPerSecond, PARAMS_MAP.at(*levelIter).maxBlockPerSecond); in LoadMPEGLevelParams()
311 Range blockPerSecondRange = Range(1, maxBlockPerSecond); in LoadMPEGLevelParams()
[all...]
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
H A Davcodec_info.cpp196 int32_t maxBlockPerSecond = BASE_BLOCK_PER_SECOND; in LoadAVCLevelParams() local
201 maxBlockPerSecond = std::max(maxBlockPerSecond, AVC_PARAMS_MAP.at(*levelIter).maxBlockPerSecond); in LoadAVCLevelParams()
206 Range blockPerSecondRange = Range(1, maxBlockPerSecond); in LoadAVCLevelParams()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h175 int32_t maxBlockPerSecond = 0; member
183 this->maxBlockPerSecond = blockPerSecond; in LevelParams()
191 this->maxBlockPerSecond = blockPerSecond; in LevelParams()

Completed in 3 milliseconds