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

  /device/generic/goldfish/camera/fake-pipeline2/
Base.h 47 const camera2_stream_ops_t *ops;
  /hardware/libhardware/tests/camera2/
camera2_utils.h 204 static ANativeWindow* toANW(const camera2_stream_ops_t *w);
206 static int dequeue_buffer(const camera2_stream_ops_t *w,
209 static int enqueue_buffer(const camera2_stream_ops_t* w,
213 static int cancel_buffer(const camera2_stream_ops_t* w,
216 static int set_crop(const camera2_stream_ops_t* w,
camera2_utils.cpp 495 ANativeWindow* StreamAdapter::toANW(const camera2_stream_ops_t *w) {
499 int StreamAdapter::dequeue_buffer(const camera2_stream_ops_t *w,
518 int StreamAdapter::enqueue_buffer(const camera2_stream_ops_t* w,
534 int StreamAdapter::cancel_buffer(const camera2_stream_ops_t* w,
546 int StreamAdapter::set_crop(const camera2_stream_ops_t* w,
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h 244 static ANativeWindow* toANW(const camera2_stream_ops_t *w);
246 static int dequeue_buffer(const camera2_stream_ops_t *w,
249 static int enqueue_buffer(const camera2_stream_ops_t* w,
253 static int cancel_buffer(const camera2_stream_ops_t* w,
256 static int set_crop(const camera2_stream_ops_t* w,
Camera2Device.cpp     [all...]
  /device/generic/goldfish/camera/
EmulatedCamera2.h 106 const camera2_stream_ops_t *stream_ops,
182 const camera2_stream_ops_t *stream_ops,
EmulatedCamera2.cpp 134 const camera2_stream_ops_t *stream_ops,
262 const camera2_stream_ops_t *stream_ops,
EmulatedFakeCamera2.h 94 const camera2_stream_ops_t *stream_ops,
111 // const camera2_stream_ops_t *stream_ops,
EmulatedFakeCamera2.cpp 345 const camera2_stream_ops_t *stream_ops,
    [all...]
  /hardware/libhardware/include/hardware/
camera2.h 107 } camera2_stream_ops_t; typedef in typeref:struct:camera2_stream_ops
634 const camera2_stream_ops_t *stream_ops,
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 403 const camera2_stream_ops_t* streamOps;
426 const camera2_stream_ops_t* streamOps;
463 int format, const camera2_stream_ops_t *stream_ops,
ExynosCameraHWInterface2.cpp     [all...]

Completed in 269 milliseconds