Searched refs:mYu12ThumbFrame (Results 1 – 2 of 2) sorted by relevance
1031 (mYu12ThumbFrame->mWidth * mYu12ThumbFrame->mHeight)) { in cropAndScaleThumbLocked()1034 mYu12ThumbFrame->mWidth, mYu12ThumbFrame->mHeight); in cropAndScaleThumbLocked()1134 ret = mYu12ThumbFrame->getLayout(&outFullLayout); in cropAndScaleThumbLocked()1624 if (mYu12ThumbFrame == nullptr || in allocateIntermediateBuffers()1625 mYu12ThumbFrame->mWidth != thumbSize.width || in allocateIntermediateBuffers()1626 mYu12ThumbFrame->mHeight != thumbSize.height) { in allocateIntermediateBuffers()1627 mYu12ThumbFrame.clear(); in allocateIntermediateBuffers()1628 mYu12ThumbFrame = new AllocatedFrame(thumbSize.width, thumbSize.height); in allocateIntermediateBuffers()1629 int ret = mYu12ThumbFrame->allocate(&mYu12ThumbFrameLayout); in allocateIntermediateBuffers()1680 mYu12ThumbFrame.clear(); in clearIntermediateBuffers()
179 sp<AllocatedFrame> mYu12ThumbFrame; member