Home
last modified time | relevance | path

Searched refs:mYu12Frame (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp156 mYu12Frame->mWidth, mYu12Frame->mHeight, mYu12Frame->mWidth, mYu12Frame->mHeight); in threadLoop()
245 mYu12Frame, in threadLoop()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1261 mYu12Frame->mWidth, mYu12Frame->mHeight); in createJpegLocked()
1326 ret = cropAndScaleThumbLocked(mYu12Frame, thumbSize, &yu12Thumb); in createJpegLocked()
1335 ret = cropAndScaleLocked(mYu12Frame, jpegSize, &yu12Main); in createJpegLocked()
1472 mYu12Frame->mWidth, mYu12Frame->mHeight, mYu12Frame->mWidth, mYu12Frame->mHeight); in threadLoop()
1561 mYu12Frame, in threadLoop()
1612 if (mYu12Frame == nullptr || mYu12Frame->mWidth != v4lSize.width || in allocateIntermediateBuffers()
1613 mYu12Frame->mHeight != v4lSize.height) { in allocateIntermediateBuffers()
1614 mYu12Frame.clear(); in allocateIntermediateBuffers()
1615 mYu12Frame = new AllocatedFrame(v4lSize.width, v4lSize.height); in allocateIntermediateBuffers()
1616 int ret = mYu12Frame->allocate(&mYu12FrameLayout); in allocateIntermediateBuffers()
[all …]
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h178 sp<AllocatedFrame> mYu12Frame; member