Lines Matching refs:mSliceHeight
317 mSliceHeight(0), in HeifDecoderImpl()
390 mSliceHeight = videoFrame->mTileHeight; in reinit()
391 ALOGV("mSliceHeight %u", mSliceHeight); in reinit()
501 size_t top = i * mSliceHeight; in decodeAsync()
502 size_t bottom = (i + 1) * mSliceHeight; in decodeAsync()
541 if (mSliceHeight >= 512 && in decode()
545 mNumSlices = (mImageInfo.mHeight + mSliceHeight - 1) / mSliceHeight; in decode()
546 ALOGV("mSliceHeight %u, mNumSlices %zu", mSliceHeight, mNumSlices); in decode()
552 -1, mOutputColor, 0, 0, mImageInfo.mWidth, mSliceHeight); in decode()
569 mAvailableLines = mSliceHeight; in decode()
578 mSliceHeight = 0; in decode()