Home
last modified time | relevance | path

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

/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()
1499 mYu12Frame->mWidth, mYu12Frame->mHeight, mYu12Frame->mWidth, in threadLoop()
1500 mYu12Frame->mHeight, libyuv::kRotate0, libyuv::FOURCC_RAW); in threadLoop()
1506 mYu12FrameLayout.cStride, mYu12Frame->mWidth, mYu12Frame->mHeight, in threadLoop()
1507 mYu12Frame->mWidth, mYu12Frame->mHeight); in threadLoop()
1606 mYu12Frame, in threadLoop()
1657 if (mYu12Frame == nullptr || mYu12Frame->mWidth != v4lSize.width || in allocateIntermediateBuffers()
1658 mYu12Frame->mHeight != v4lSize.height) { in allocateIntermediateBuffers()
[all …]
/hardware/interfaces/camera/device/default/
DExternalCameraOfflineSession.cpp422 mYu12FrameLayout.cStride, mYu12Frame->mWidth, mYu12Frame->mHeight, in threadLoop()
423 mYu12Frame->mWidth, mYu12Frame->mHeight); in threadLoop()
518 int ret = cropAndScaleLocked(mYu12Frame, Size{halBuf.width, halBuf.height}, in threadLoop()
DExternalCameraDeviceSession.cpp2147 if (mYu12Frame == nullptr || mYu12Frame->mWidth != v4lSize.width || in allocateIntermediateBuffers()
2148 mYu12Frame->mHeight != v4lSize.height) { in allocateIntermediateBuffers()
2149 mYu12Frame.reset(); in allocateIntermediateBuffers()
2150 mYu12Frame = std::make_shared<AllocatedFrame>(v4lSize.width, v4lSize.height); in allocateIntermediateBuffers()
2151 int ret = mYu12Frame->allocate(&mYu12FrameLayout); in allocateIntermediateBuffers()
2209 mMuteTestPatternFrame.resize(mYu12Frame->mWidth * mYu12Frame->mHeight * 3); in allocateIntermediateBuffers()
2571 ALOGV("%s: YV12 buffer %d x %d", __FUNCTION__, mYu12Frame->mWidth, mYu12Frame->mHeight); in createJpegLocked()
2626 ret = cropAndScaleThumbLocked(mYu12Frame, thumbSize, &yu12Thumb); in createJpegLocked()
2634 ret = cropAndScaleLocked(mYu12Frame, jpegSize, &yu12Main); in createJpegLocked()
2712 mYu12Frame.reset(); in clearIntermediateBuffers()
[all …]
DExternalCameraDeviceSession.h225 std::shared_ptr<AllocatedFrame> mYu12Frame; variable
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp156 mYu12Frame->mWidth, mYu12Frame->mHeight, mYu12Frame->mWidth, mYu12Frame->mHeight); in threadLoop()
254 mYu12Frame, in threadLoop()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h178 sp<AllocatedFrame> mYu12Frame; member