Searched refs:HwCaptureRequest (Results 1 – 3 of 3) sorted by relevance
101 using HwCaptureRequest = hw::HwCaptureRequest; member117 bool popCaptureRequest(HwCaptureRequest* req);118 struct timespec captureOneFrame(struct timespec nextFrameT, HwCaptureRequest req);119 void disposeCaptureRequest(HwCaptureRequest req);132 BlockingQueue<HwCaptureRequest> mCaptureRequests;
463 HwCaptureRequest hwReq; in processOneCaptureRequest()508 std::optional<HwCaptureRequest> maybeReq = mCaptureRequests.get(); in captureThreadLoop()510 HwCaptureRequest& req = maybeReq.value(); in captureThreadLoop()523 HwCaptureRequest req) { in captureOneFrame()584 void CameraDeviceSession::disposeCaptureRequest(HwCaptureRequest req) { in disposeCaptureRequest()
59 struct HwCaptureRequest { struct