Lines Matching refs:mHeight
297 mHeight(0), in HeifDecoderImpl()
359 videoFrame->mHeight, in init()
368 videoFrame->mHeight, in init()
375 mHeight = videoFrame->mHeight; in init()
376 if (mHasImage && videoFrame->mTileHeight >= 512 && mWidth >= 3000 && mHeight >= 2000 ) { in init()
379 mNumSlices = (videoFrame->mHeight + mSliceHeight - 1) / mSliceHeight; in init()
419 if (bottom > mHeight) { in decodeAsync()
420 bottom = mHeight; in decodeAsync()
470 videoFrame->mHeight, in decode()
515 videoFrame->mHeight, in decode()
525 videoFrame->mHeight, in decode()
550 if (mCurScanline >= mHeight) { in getScanline()
570 if (mCurScanline > mHeight) { in skipScanlines()
571 mCurScanline = mHeight; in skipScanlines()