Searched defs:Stream (Results 1 - 4 of 4) sorted by relevance

/hardware/libhardware/modules/usbcamera/
H A DStream.h27 // Stream represents a single input or output stream for a camera device.
28 class Stream { class in namespace:usb_camera_hal
30 Stream(int id, camera3_stream_t *s);
31 ~Stream();
56 // Lock protecting the Stream object for modifications
H A DStream.cpp18 #define LOG_TAG "Stream"
30 #include "Stream.h"
34 Stream::Stream(int id, camera3_stream_t *s) function in class:usb_camera_hal::Stream
40 Stream::~Stream() {
48 void Stream::setUsage(uint32_t usage) {
55 void Stream::setMaxBuffers(uint32_t max_buffers) {
62 int Stream::getType() {
66 bool Stream
[all...]
/hardware/libhardware/modules/camera/
H A DStream.cpp24 #define LOG_TAG "Stream"
30 #include "Stream.h"
34 Stream::Stream(int id, camera3_stream_t *s) function in class:default_camera_hal::Stream
50 Stream::~Stream()
56 void Stream::setUsage(uint32_t usage)
66 void Stream::setMaxBuffers(uint32_t max_buffers)
76 int Stream::getType()
81 bool Stream
[all...]
H A DStream.h26 // Stream represents a single input or output stream for a camera device.
27 class Stream { class in namespace:default_camera_hal
29 Stream(int id, camera3_stream_t *s);
30 ~Stream();
60 // Stream type: CAMERA3_STREAM_* (see <hardware/camera3.h>)
78 // Lock protecting the Stream object for modifications

Completed in 240 milliseconds