HomeSort by relevance Sort by last modified time
    Searched refs:camera2_frame_queue_dst_ops_t (Results 1 - 7 of 7) sorted by null

  /hardware/libhardware/tests/camera2/
camera2_utils.h 41 public camera2_frame_queue_dst_ops_t {
51 const camera2_frame_queue_dst_ops_t* getToProducerInterface();
84 static MetadataQueue* getInstance(const camera2_frame_queue_dst_ops_t *q);
95 static int producer_dequeue(const camera2_frame_queue_dst_ops_t *q,
99 static int producer_cancel(const camera2_frame_queue_dst_ops_t *q,
102 static int producer_enqueue(const camera2_frame_queue_dst_ops_t *q,
camera2_utils.cpp 64 const camera2_frame_queue_dst_ops_t* MetadataQueue::getToProducerInterface() {
65 return static_cast<camera2_frame_queue_dst_ops_t*>(this);
194 const camera2_frame_queue_dst_ops_t *q) {
218 int MetadataQueue::producer_dequeue(const camera2_frame_queue_dst_ops_t *q,
228 int MetadataQueue::producer_cancel(const camera2_frame_queue_dst_ops_t *q,
234 int MetadataQueue::producer_enqueue(const camera2_frame_queue_dst_ops_t *q,
  /frameworks/av/services/camera/libcameraservice/
Camera2Device.h 82 public camera2_frame_queue_dst_ops_t {
97 const camera2_frame_queue_dst_ops_t* getToProducerInterface();
140 const camera2_frame_queue_dst_ops_t *q);
153 static int producer_dequeue(const camera2_frame_queue_dst_ops_t *q,
157 static int producer_cancel(const camera2_frame_queue_dst_ops_t *q,
160 static int producer_enqueue(const camera2_frame_queue_dst_ops_t *q,
Camera2Device.cpp 870 const camera2_frame_queue_dst_ops_t *q)
903 const camera2_frame_queue_dst_ops_t * /*q*/,
916 const camera2_frame_queue_dst_ops_t * /*q*/,
925 const camera2_frame_queue_dst_ops_t *q,
    [all...]
  /hardware/libhardware/include/hardware/
camera2.h 283 } camera2_frame_queue_dst_ops_t; typedef in typeref:struct:camera2_frame_queue_dst_ops
546 const camera2_frame_queue_dst_ops_t *frame_dst_ops);
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 455 virtual int setFrameQueueDstOps(const camera2_frame_queue_dst_ops_t *frame_dst_ops);
622 camera2_frame_queue_dst_ops_t *m_frameQueueOps;
ExynosCameraHWInterface2.cpp     [all...]

Completed in 35 milliseconds