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

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.cpp 284 res = native_window_set_usage(mConsumer.get(), camera3_stream::usage);
287 __FUNCTION__, camera3_stream::usage, mId);
302 camera3_stream::width, camera3_stream::height);
311 __FUNCTION__, camera3_stream::width, camera3_stream::height,
316 camera3_stream::format);
319 __FUNCTION__, camera3_stream::format, mId);
324 camera3_stream::data_space);
327 __FUNCTION__, camera3_stream::data_space, mId)
    [all...]
Camera3InputStream.cpp 218 assert(camera3_stream::format != HAL_PIXEL_FORMAT_BLOB);
237 if (camera3_stream::max_buffers == 0) {
244 * We promise never to 'acquire' more than camera3_stream::max_buffers
252 mTotalBufferCount = camera3_stream::max_buffers > minBufs ?
253 camera3_stream::max_buffers : minBufs;
256 mConsumer = new BufferItemConsumer(consumer, camera3_stream::usage,
263 res = mConsumer->setDefaultBufferSize(camera3_stream::width,
264 camera3_stream::height);
267 __FUNCTION__, mId, camera3_stream::width, camera3_stream::height)
    [all...]
Camera3Stream.cpp 39 Camera3Stream* Camera3Stream::cast(camera3_stream *stream) {
43 const Camera3Stream* Camera3Stream::cast(const camera3_stream *stream) {
51 camera3_stream(),
58 camera3_stream::stream_type = type;
59 camera3_stream::width = width;
60 camera3_stream::height = height;
61 camera3_stream::format = format;
62 camera3_stream::data_space = dataSpace;
63 camera3_stream::rotation = rotation;
64 camera3_stream::usage = 0
    [all...]
Camera3IOStreamBase.cpp 77 camera3_stream::width, camera3_stream::height,
78 camera3_stream::format, camera3_stream::data_space);
81 camera3_stream::usage | consumerUsage, camera3_stream::max_buffers);
Camera3Stream.h 52 * time, the usage, max_buffers, and priv fields of camera3_stream returned by
117 protected camera3_stream,
124 static Camera3Stream* cast(camera3_stream *stream);
125 static const Camera3Stream* cast(const camera3_stream *stream);
145 * called. The usage and max_buffers fields of camera3_stream may be modified
147 * The priv field of camera3_stream may be modified at any time after
152 camera3_stream* startConfiguration();
377 // cast to camera3_stream*, implementations must increment the
Camera3StreamInterface.h 55 * be called. The usage and max_buffers fields of camera3_stream may be
57 * that. The priv field of camera3_stream may be modified at any time after
62 virtual camera3_stream* startConfiguration() = 0;
  /hardware/libhardware/include/hardware/
camera3.h 1503 typedef struct camera3_stream { struct
    [all...]

Completed in 154 milliseconds