Searched refs:v4l2Frame (Results 1 – 3 of 3) sorted by relevance
282 sp<V3_4::implementation::V4L2Frame> v4l2Frame = in switchToOffline() local284 offlineReqs[i]->frameIn = new AllocatedV4L2Frame(v4l2Frame); in switchToOffline()287 enqueueV4l2Frame(v4l2Frame); in switchToOffline()
820 std::shared_ptr<V4L2Frame> v4l2Frame(static_cast<V4L2Frame*>(v4lReq->frameIn.get())); in switchToOffline() local821 offlineReqs[i]->frameIn = std::make_shared<AllocatedV4L2Frame>(v4l2Frame); in switchToOffline()824 enqueueV4l2Frame(v4l2Frame); in switchToOffline()1699 std::shared_ptr<V4L2Frame> v4l2Frame = std::static_pointer_cast<V4L2Frame>(req->frameIn); in processCaptureRequestError() local1700 enqueueV4l2Frame(v4l2Frame); in processCaptureRequestError()1757 std::shared_ptr<V4L2Frame> v4l2Frame = std::static_pointer_cast<V4L2Frame>(req->frameIn); in processCaptureResult() local1758 enqueueV4l2Frame(v4l2Frame); in processCaptureResult()
771 sp<V3_4::implementation::V4L2Frame> v4l2Frame = in processCaptureRequestError() local773 enqueueV4l2Frame(v4l2Frame); in processCaptureRequestError()831 sp<V3_4::implementation::V4L2Frame> v4l2Frame = in processCaptureResult() local833 enqueueV4l2Frame(v4l2Frame); in processCaptureResult()