Searched refs:mYu12ThumbFrame (Results 1 – 2 of 2) sorted by relevance
1137 (mYu12ThumbFrame->mWidth * mYu12ThumbFrame->mHeight)) { in cropAndScaleThumbLocked()1140 mYu12ThumbFrame->mWidth, mYu12ThumbFrame->mHeight); in cropAndScaleThumbLocked()1240 ret = mYu12ThumbFrame->getLayout(&outFullLayout); in cropAndScaleThumbLocked()2005 if (mYu12ThumbFrame == nullptr || in allocateIntermediateBuffers()2006 mYu12ThumbFrame->mWidth != thumbSize.width || in allocateIntermediateBuffers()2007 mYu12ThumbFrame->mHeight != thumbSize.height) { in allocateIntermediateBuffers()2008 mYu12ThumbFrame.clear(); in allocateIntermediateBuffers()2009 mYu12ThumbFrame = new AllocatedFrame(thumbSize.width, thumbSize.height); in allocateIntermediateBuffers()2010 int ret = mYu12ThumbFrame->allocate(&mYu12ThumbFrameLayout); in allocateIntermediateBuffers()
328 sp<AllocatedFrame> mYu12ThumbFrame; member