Searched refs:maxBlockPerSecond (Results 1 – 2 of 2) sorted by relevance
260 int32_t maxBlockPerSecond = BASE_BLOCK_PER_SECOND; in LoadAVCLevelParams() local265 … 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() local301 … maxBlockPerSecond = std::max(maxBlockPerSecond, PARAMS_MAP.at(*levelIter).maxBlockPerSecond); in LoadMPEGLevelParams()311 Range blockPerSecondRange = Range(1, maxBlockPerSecond); in LoadMPEGLevelParams()
176 int32_t maxBlockPerSecond = 0; member184 this->maxBlockPerSecond = blockPerSecond; in LevelParams()192 this->maxBlockPerSecond = blockPerSecond; in LevelParams()