Home
last modified time | relevance | path

Searched refs:mYu12ThumbFrame (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1031 (mYu12ThumbFrame->mWidth * mYu12ThumbFrame->mHeight)) { in cropAndScaleThumbLocked()
1034 mYu12ThumbFrame->mWidth, mYu12ThumbFrame->mHeight); in cropAndScaleThumbLocked()
1134 ret = mYu12ThumbFrame->getLayout(&outFullLayout); in cropAndScaleThumbLocked()
1669 if (mYu12ThumbFrame == nullptr || in allocateIntermediateBuffers()
1670 mYu12ThumbFrame->mWidth != thumbSize.width || in allocateIntermediateBuffers()
1671 mYu12ThumbFrame->mHeight != thumbSize.height) { in allocateIntermediateBuffers()
1672 mYu12ThumbFrame.clear(); in allocateIntermediateBuffers()
1673 mYu12ThumbFrame = new AllocatedFrame(thumbSize.width, thumbSize.height); in allocateIntermediateBuffers()
1674 int ret = mYu12ThumbFrame->allocate(&mYu12ThumbFrameLayout); in allocateIntermediateBuffers()
1728 mYu12ThumbFrame.clear(); in clearIntermediateBuffers()
/hardware/interfaces/camera/device/default/
DExternalCameraDeviceSession.cpp2159 if (mYu12ThumbFrame == nullptr || mYu12ThumbFrame->mWidth != thumbSize.width || in allocateIntermediateBuffers()
2160 mYu12ThumbFrame->mHeight != thumbSize.height) { in allocateIntermediateBuffers()
2161 mYu12ThumbFrame.reset(); in allocateIntermediateBuffers()
2162 mYu12ThumbFrame = std::make_shared<AllocatedFrame>(thumbSize.width, thumbSize.height); in allocateIntermediateBuffers()
2163 int ret = mYu12ThumbFrame->allocate(&mYu12ThumbFrameLayout); in allocateIntermediateBuffers()
2433 if ((outSz.width * outSz.height) > (mYu12ThumbFrame->mWidth * mYu12ThumbFrame->mHeight)) { in cropAndScaleThumbLocked()
2435 outSz.height, mYu12ThumbFrame->mWidth, mYu12ThumbFrame->mHeight); in cropAndScaleThumbLocked()
2527 ret = mYu12ThumbFrame->getLayout(&outFullLayout); in cropAndScaleThumbLocked()
2713 mYu12ThumbFrame.reset(); in clearIntermediateBuffers()
DExternalCameraDeviceSession.h226 std::shared_ptr<AllocatedFrame> mYu12ThumbFrame; variable
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h179 sp<AllocatedFrame> mYu12ThumbFrame; member