Home
last modified time | relevance | path

Searched refs:camera2_stream_ops_t (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/tests/camera2/
Dcamera2_utils.h204 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,
Dcamera2_utils.cpp495 ANativeWindow* StreamAdapter::toANW(const camera2_stream_ops_t *w) { in toANW()
499 int StreamAdapter::dequeue_buffer(const camera2_stream_ops_t *w, in dequeue_buffer()
518 int StreamAdapter::enqueue_buffer(const camera2_stream_ops_t* w, in enqueue_buffer()
534 int StreamAdapter::cancel_buffer(const camera2_stream_ops_t* w, in cancel_buffer()
546 int StreamAdapter::set_crop(const camera2_stream_ops_t* w, in set_crop()
/hardware/libhardware/include/hardware/
Dcamera2.h107 } camera2_stream_ops_t; typedef
634 const camera2_stream_ops_t *stream_ops,
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.h403 const camera2_stream_ops_t* streamOps;
426 const camera2_stream_ops_t* streamOps;
463 int format, const camera2_stream_ops_t *stream_ops,
DExynosCameraHWInterface2.cpp1680 …allocateStream(uint32_t width, uint32_t height, int format, const camera2_stream_ops_t *stream_ops, in allocateStream()
6231 const camera2_stream_ops_t *stream_ops, in HAL2_device_allocate_stream()