Lines Matching refs:mSliceHeight
318 mSliceHeight(0), in HeifDecoderImpl()
391 mSliceHeight = videoFrame->mTileHeight; in reinit()
392 ALOGV("mSliceHeight %u", mSliceHeight); in reinit()
508 size_t top = i * mSliceHeight; in decodeAsync()
509 size_t bottom = (i + 1) * mSliceHeight; in decodeAsync()
548 if (mSliceHeight >= 512 && in decode()
552 mNumSlices = (mImageInfo.mHeight + mSliceHeight - 1) / mSliceHeight; in decode()
553 ALOGV("mSliceHeight %u, mNumSlices %zu", mSliceHeight, mNumSlices); in decode()
559 -1, mOutputColor, 0, 0, mImageInfo.mWidth, mSliceHeight); in decode()
576 mAvailableLines = mSliceHeight; in decode()
585 mSliceHeight = 0; in decode()