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

/hardware/libhardware/include/hardware/
H A Dcamera2.h256 int (*dequeue_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.cpp42 camera2_frame_queue_dst_ops::dequeue_frame = producer_dequeue; member in class:android::camera2_frame_queue_dst_ops
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp1601 if ((NULL != frame_dst_ops) && (NULL != frame_dst_ops->dequeue_frame)
2776 ret = m_frameQueueOps->dequeue_frame(m_frameQueueOps, numEntries, frameSize, &currentFrame);
2778 CAM_LOGE("ERR(%s): dequeue_frame ret = %d", __FUNCTION__, ret);

Completed in 32 milliseconds