Searched refs:V4L2Frame (Results 1 – 5 of 5) sorted by relevance
144 class V4L2Frame : public Frame {146 V4L2Frame(uint32_t w, uint32_t h, uint32_t fourcc, int bufIdx, int fd,148 ~V4L2Frame() override;289 AllocatedV4L2Frame(sp<V3_4::implementation::V4L2Frame> frameIn);
273 sp<V4L2Frame> dequeueV4l2FrameLocked(/*out*/nsecs_t* shutterTs); // Called with mLock hold274 void enqueueV4l2Frame(const sp<V4L2Frame>&);
48 V4L2Frame::V4L2Frame( in V4L2Frame() function in android::hardware::camera::device::V3_4::implementation::V4L2Frame54 int V4L2Frame::map(uint8_t** data, size_t* dataSize) { in map()77 int V4L2Frame::unmap() { in unmap()90 V4L2Frame::~V4L2Frame() { in ~V4L2Frame()94 int V4L2Frame::getData(uint8_t** outData, size_t* dataSize) { in getData()671 AllocatedV4L2Frame::AllocatedV4L2Frame(sp<V3_4::implementation::V4L2Frame> frameIn) : in AllocatedV4L2Frame()
711 sp<V4L2Frame> frameIn = dequeueV4l2FrameLocked(&shutterTs); in processOneCaptureRequest()771 sp<V3_4::implementation::V4L2Frame> v4l2Frame = in processCaptureRequestError()772 static_cast<V3_4::implementation::V4L2Frame*>(req->frameIn.get()); in processCaptureRequestError()831 sp<V3_4::implementation::V4L2Frame> v4l2Frame = in processCaptureResult()832 static_cast<V3_4::implementation::V4L2Frame*>(req->frameIn.get()); in processCaptureResult()2124 sp<V4L2Frame> ExternalCameraDeviceSession::dequeueV4l2FrameLocked(/*out*/nsecs_t* shutterTs) { in dequeueV4l2FrameLocked()2126 sp<V4L2Frame> ret = nullptr; in dequeueV4l2FrameLocked()2182 return new V4L2Frame( in dequeueV4l2FrameLocked()2187 void ExternalCameraDeviceSession::enqueueV4l2Frame(const sp<V4L2Frame>& frame) { in enqueueV4l2Frame()
282 sp<V3_4::implementation::V4L2Frame> v4l2Frame = in switchToOffline()283 static_cast<V3_4::implementation::V4L2Frame*>(v4lReq->frameIn.get()); in switchToOffline()