Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
H A Davcodec_info.cpp344 int64_t closestBlockNum = DivCeil(closestSize.width, blockWidth_) * in GetPreferredFrameRate() local
348 double factor = static_cast<double>(closestBlockNum) / std::max(targetBlockNum, minTargetBlockNum); in GetPreferredFrameRate()
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp476 int64_t closestBlockNum = in GetPreferredFrameRate() local
480 double factor = static_cast<double>(closestBlockNum) / std::max(targetBlockNum, minTargetBlockNum); in GetPreferredFrameRate()

Completed in 4 milliseconds