Searched defs:CaptureRequest (Results 1 - 3 of 3) sorted by path

/hardware/google/easel/amber/camera/include/
H A DHdrPlusTypes.h113 * the output streams of a StreamBuffer in CaptureRequest.
195 * CaptureRequest defines a capture request that HDR+ client sends to HDR+ service.
197 struct CaptureRequest { struct in namespace:pbcamera
431 * ID of the CaptureRequest that this capture result corresponds to. It can be used to match
432 * the original CaptureRequest when the HDR+ client receives this result.
/hardware/libhardware/modules/camera/3_4/
H A Dcapture_request.cpp23 CaptureRequest::CaptureRequest() : CaptureRequest(nullptr) {} function in class:default_camera_hal::CaptureRequest
25 CaptureRequest::CaptureRequest(const camera3_capture_request_t* request) { function in class:default_camera_hal::CaptureRequest
H A Dcapture_request.h30 struct CaptureRequest { struct in namespace:default_camera_hal
36 CaptureRequest();
38 CaptureRequest(const camera3_capture_request_t* request);

Completed in 66 milliseconds