Home
last modified time | relevance | path

Searched defs:blockPerFrame (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h159 Range blockPerFrame; member
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
H A Davcodec_info.cpp174 int64_t blockPerFrame = DivCeil(width, blockWidth_) * static_cast<int64_t>(DivCeil(height, blockHeight_)); in GetSupportedFrameRatesFor() local
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp164 int64_t blockPerFrame = in IsSizeSupported() local
232 int64_t blockPerFrame = DivCeil(width, blockWidth_) * static_cast<int64_t>(DivCeil(height, blockHeight_)); in GetSupportedFrameRatesFor() local
[all...]

Completed in 3 milliseconds