Home
last modified time | relevance | path

Searched refs:horizontalBlockNum (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp186 Range horizontalBlockNum = horizontalBlockRange_.Intersect( in GetVideoWidthRangeForHeight() local
189 Range((horizontalBlockNum.minVal - 1) * blockWidth_ + data_->alignment.width, in GetVideoWidthRangeForHeight()
190 horizontalBlockNum.maxVal * blockWidth_)); in GetVideoWidthRangeForHeight()
204 int64_t horizontalBlockNum = static_cast<int64_t>(DivCeil(width, blockWidth_)); in GetVideoHeightRangeForWidth() local
205 …if (horizontalBlockNum < horizontalBlockRange_.minVal || horizontalBlockNum > horizontalBlockRange… in GetVideoHeightRangeForWidth()
209 …Range(blockPerFrameRange_.minVal / horizontalBlockNum, blockPerFrameRange_.maxVal / horizontalBloc… in GetVideoHeightRangeForWidth()