Home
last modified time | relevance | path

Searched refs:camera2_stream_ops_t (Results 1 – 3 of 3) 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.cpp504 ANativeWindow* StreamAdapter::toANW(const camera2_stream_ops_t *w) { in toANW()
508 int StreamAdapter::dequeue_buffer(const camera2_stream_ops_t *w, in dequeue_buffer()
527 int StreamAdapter::enqueue_buffer(const camera2_stream_ops_t* w, in enqueue_buffer()
543 int StreamAdapter::cancel_buffer(const camera2_stream_ops_t* w, in cancel_buffer()
555 int StreamAdapter::set_crop(const camera2_stream_ops_t* w, in set_crop()
/hardware/libhardware/include/hardware/
Dcamera2.h111 } camera2_stream_ops_t; typedef
638 const camera2_stream_ops_t *stream_ops,