Lines Matching refs:mImageInfo
396 initFrameInfo(&mImageInfo, videoFrame); in reinit()
404 defaultInfo = &mImageInfo; in reinit()
537 if (bottom > mImageInfo.mHeight) { in decodeAsync()
538 bottom = mImageInfo.mHeight; in decodeAsync()
542 -1, mOutputColor, 0, top, mImageInfo.mWidth, bottom); in decodeAsync()
591 mImageInfo.mWidth >= 3000 && in decode()
592 mImageInfo.mHeight >= 2000 ) { in decode()
594 mNumSlices = (mImageInfo.mHeight + mSliceHeight - 1) / mSliceHeight; in decode()
601 -1, mOutputColor, 0, 0, mImageInfo.mWidth, mSliceHeight); in decode()
787 HeifFrameInfo* info = &mImageInfo; in getColorDepth()
789 return mImageInfo.mBitDepth; in getColorDepth()