Home
last modified time | relevance | path

Searched refs:frameIn (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/camera/device/default/
DExternalCameraOfflineSession.cpp316 Size inputSize = {mOfflineReqs[0]->frameIn->mWidth, mOfflineReqs[0]->frameIn->mHeight}; in initOutputThread()
392 if (req->frameIn->mFourcc != V4L2_PIX_FMT_MJPEG && req->frameIn->mFourcc != V4L2_PIX_FMT_Z16) { in threadLoop()
394 req->frameIn->mFourcc & 0xFF, (req->frameIn->mFourcc >> 8) & 0xFF, in threadLoop()
395 (req->frameIn->mFourcc >> 16) & 0xFF, in threadLoop()
396 (req->frameIn->mFourcc >> 24) & 0xFF); in threadLoop()
410 if (req->frameIn->getData(&inData, &inDataSize) != 0) { in threadLoop()
416 if (req->frameIn->mFourcc == V4L2_PIX_FMT_MJPEG) { in threadLoop()
DExternalCameraUtils.h217 std::shared_ptr<Frame> frameIn; member
292 AllocatedV4L2Frame(std::shared_ptr<V4L2Frame> frameIn);
DExternalCameraDeviceSession.cpp644 std::unique_ptr<V4L2Frame> frameIn = dequeueV4l2FrameLocked(&shutterTs); in processOneCaptureRequest() local
645 if (frameIn == nullptr) { in processOneCaptureRequest()
653 halReq->frameIn = std::move(frameIn); in processOneCaptureRequest()
820 std::shared_ptr<V4L2Frame> v4l2Frame(static_cast<V4L2Frame*>(v4lReq->frameIn.get())); in switchToOffline()
821 offlineReqs[i]->frameIn = std::make_shared<AllocatedV4L2Frame>(v4l2Frame); in switchToOffline()
1699 std::shared_ptr<V4L2Frame> v4l2Frame = std::static_pointer_cast<V4L2Frame>(req->frameIn); in processCaptureRequestError()
1757 std::shared_ptr<V4L2Frame> v4l2Frame = std::static_pointer_cast<V4L2Frame>(req->frameIn); in processCaptureResult()
2743 if (req->frameIn->mFourcc != V4L2_PIX_FMT_MJPEG && req->frameIn->mFourcc != V4L2_PIX_FMT_Z16) { in threadLoop()
2745 req->frameIn->mFourcc & 0xFF, (req->frameIn->mFourcc >> 8) & 0xFF, in threadLoop()
2746 (req->frameIn->mFourcc >> 16) & 0xFF, in threadLoop()
[all …]
DExternalCameraUtils.cpp827 AllocatedV4L2Frame::AllocatedV4L2Frame(std::shared_ptr<V4L2Frame> frameIn) in AllocatedV4L2Frame() argument
828 : Frame(frameIn->mWidth, frameIn->mHeight, frameIn->mFourcc) { in AllocatedV4L2Frame()
831 if (frameIn->getData(&dataIn, &dataSize) != 0) { in AllocatedV4L2Frame()
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp94 Size inputSize = { mOfflineReqs[0]->frameIn->mWidth, mOfflineReqs[0]->frameIn->mHeight}; in initOutputThread()
125 if (req->frameIn->mFourcc != V4L2_PIX_FMT_MJPEG && req->frameIn->mFourcc != V4L2_PIX_FMT_Z16) { in threadLoop()
127 req->frameIn->mFourcc & 0xFF, in threadLoop()
128 (req->frameIn->mFourcc >> 8) & 0xFF, in threadLoop()
129 (req->frameIn->mFourcc >> 16) & 0xFF, in threadLoop()
130 (req->frameIn->mFourcc >> 24) & 0xFF); in threadLoop()
144 if (req->frameIn->getData(&inData, &inDataSize) != 0) { in threadLoop()
150 if (req->frameIn->mFourcc == V4L2_PIX_FMT_MJPEG) { in threadLoop()
DExternalCameraDeviceSession.cpp283 static_cast<V3_4::implementation::V4L2Frame*>(v4lReq->frameIn.get()); in switchToOffline()
284 offlineReqs[i]->frameIn = new AllocatedV4L2Frame(v4l2Frame); in switchToOffline()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraUtils.h209 sp<Frame> frameIn; member
289 AllocatedV4L2Frame(sp<V3_4::implementation::V4L2Frame> frameIn);
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp711 sp<V4L2Frame> frameIn = dequeueV4l2FrameLocked(&shutterTs); in processOneCaptureRequest() local
712 if ( frameIn == nullptr) { in processOneCaptureRequest()
720 halReq->frameIn = frameIn; in processOneCaptureRequest()
772 static_cast<V3_4::implementation::V4L2Frame*>(req->frameIn.get()); in processCaptureRequestError()
832 static_cast<V3_4::implementation::V4L2Frame*>(req->frameIn.get()); in processCaptureResult()
1441 if (req->frameIn->mFourcc != V4L2_PIX_FMT_MJPEG && req->frameIn->mFourcc != V4L2_PIX_FMT_Z16) { in threadLoop()
1443 req->frameIn->mFourcc & 0xFF, in threadLoop()
1444 (req->frameIn->mFourcc >> 8) & 0xFF, in threadLoop()
1445 (req->frameIn->mFourcc >> 16) & 0xFF, in threadLoop()
1446 (req->frameIn->mFourcc >> 24) & 0xFF); in threadLoop()
[all …]
DExternalCameraUtils.cpp700 AllocatedV4L2Frame::AllocatedV4L2Frame(sp<V3_4::implementation::V4L2Frame> frameIn) : in AllocatedV4L2Frame() argument
701 Frame(frameIn->mWidth, frameIn->mHeight, frameIn->mFourcc) { in AllocatedV4L2Frame()
704 if (frameIn->getData(&dataIn, &dataSize) != 0) { in AllocatedV4L2Frame()