Searched refs:camera2_frame_queue_dst_ops (Results 1 - 3 of 3) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dcamera2.h249 typedef struct camera2_frame_queue_dst_ops { struct
256 int (*dequeue_frame)(const struct camera2_frame_queue_dst_ops *q,
264 int (*cancel_frame)(const struct camera2_frame_queue_dst_ops *q,
270 int (*enqueue_frame)(const struct camera2_frame_queue_dst_ops *q,
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp42 camera2_frame_queue_dst_ops::dequeue_frame = producer_dequeue;
43 camera2_frame_queue_dst_ops::cancel_frame = producer_cancel;
44 camera2_frame_queue_dst_ops::enqueue_frame = producer_enqueue;
/hardware/qcom/camera/QCamera/HAL2/core/inc/
H A DQCameraHWI.h875 const camera2_frame_queue_dst_ops *mFrameQueueDst;

Completed in 75 milliseconds