HomeSort by relevance Sort by last modified time
    Searched refs:camera2_frame_queue_dst_ops_t (Results 1 - 11 of 11) 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) {
217 int MetadataQueue::producer_dequeue(const camera2_frame_queue_dst_ops_t *q,
227 int MetadataQueue::producer_cancel(const camera2_frame_queue_dst_ops_t *q,
233 int MetadataQueue::producer_enqueue(const camera2_frame_queue_dst_ops_t *q,
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h 98 public camera2_frame_queue_dst_ops_t {
113 const camera2_frame_queue_dst_ops_t* getToProducerInterface();
159 const camera2_frame_queue_dst_ops_t *q);
172 static int producer_dequeue(const camera2_frame_queue_dst_ops_t *q,
176 static int producer_cancel(const camera2_frame_queue_dst_ops_t *q,
179 static int producer_enqueue(const camera2_frame_queue_dst_ops_t *q,
Camera2Device.cpp 931 const camera2_frame_queue_dst_ops_t *q)
964 const camera2_frame_queue_dst_ops_t * /*q*/,
977 const camera2_frame_queue_dst_ops_t * /*q*/,
986 const camera2_frame_queue_dst_ops_t *q,
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/wrapper/
QualcommCamera.h 54 const camera2_frame_queue_dst_ops_t *frame_dst_ops);
QualcommCamera.cpp 231 const camera2_frame_queue_dst_ops_t *frame_dst_ops)
  /hardware/libhardware/include/hardware/
camera2.h 284 } camera2_frame_queue_dst_ops_t; typedef in typeref:struct:camera2_frame_queue_dst_ops
547 const camera2_frame_queue_dst_ops_t *frame_dst_ops);
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 443 virtual int setFrameQueueDstOps(const camera2_frame_queue_dst_ops_t *frame_dst_ops);
610 camera2_frame_queue_dst_ops_t *m_frameQueueOps;
ExynosCameraHWInterface2.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI.cpp 340 const camera2_frame_queue_dst_ops_t *frame_dst_ops)
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h 203 int set_frame_queue_dst_ops(const camera2_frame_queue_dst_ops_t *frame_dst_ops);

Completed in 352 milliseconds