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

/hardware/libhardware/include/hardware/
H A Dcamera2.h243 * using enqueue_frame. The framework takes ownership of the frame.
254 * to the framework with either cancel_frame or enqueue_frame.
270 int (*enqueue_frame)(const struct camera2_frame_queue_dst_ops *q, member in struct:camera2_frame_queue_dst_ops
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp44 camera2_frame_queue_dst_ops::enqueue_frame = producer_enqueue; member in class:android::camera2_frame_queue_dst_ops
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp1602 && (NULL != frame_dst_ops->cancel_frame) && (NULL !=frame_dst_ops->enqueue_frame)) {
2789 m_frameQueueOps->enqueue_frame(m_frameQueueOps, currentFrame);

Completed in 55 milliseconds