Lines Matching refs:frameIn
711 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()
1460 if (req->frameIn->getData(&inData, &inDataSize) != 0) { in threadLoop()
1466 if (req->frameIn->mFourcc == V4L2_PIX_FMT_MJPEG) { in threadLoop()