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/
Camera3Stream.cpp 39 Camera3Stream* Camera3Stream::cast(camera3_stream *stream) {
43 const Camera3Stream* Camera3Stream::cast(const camera3_stream *stream) {
50 camera3_stream(),
57 camera3_stream::stream_type = type;
58 camera3_stream::width = width;
59 camera3_stream::height = height;
60 camera3_stream::format = format;
61 camera3_stream::usage = 0;
62 camera3_stream::max_buffers = 0;
63 camera3_stream::priv = NULL
    [all...]
Camera3InputStream.cpp 200 assert(camera3_stream::format != HAL_PIXEL_FORMAT_BLOB);
219 * We promise never to 'acquire' more than camera3_stream::max_buffers
227 mTotalBufferCount = camera3_stream::max_buffers > minBufs ?
228 camera3_stream::max_buffers : minBufs;
231 mConsumer = new BufferItemConsumer(consumer, camera3_stream::usage,
236 res = mConsumer->setDefaultBufferSize(camera3_stream::width,
237 camera3_stream::height);
240 __FUNCTION__, mId, camera3_stream::width, camera3_stream::height);
243 res = mConsumer->setDefaultBufferFormat(camera3_stream::format)
    [all...]
Camera3OutputStream.cpp 287 res = native_window_set_usage(mConsumer.get(), camera3_stream::usage);
290 __FUNCTION__, camera3_stream::usage, mId);
305 camera3_stream::width, camera3_stream::height);
314 __FUNCTION__, camera3_stream::width, camera3_stream::height,
319 camera3_stream::format);
322 __FUNCTION__, camera3_stream::format, mId);
336 maxConsumerBuffers, camera3_stream::max_buffers);
337 if (camera3_stream::max_buffers == 0)
    [all...]
Camera3Stream.h 52 * time, the usage, max_buffers, and priv fields of camera3_stream returned by
104 protected camera3_stream,
111 static Camera3Stream* cast(camera3_stream *stream);
112 static const Camera3Stream* cast(const camera3_stream *stream);
131 * called. The usage and max_buffers fields of camera3_stream may be modified
133 * The priv field of camera3_stream may be modified at any time after
138 camera3_stream* startConfiguration();
276 // cast to camera3_stream*, implementations must increment the
Camera3IOStreamBase.cpp 71 camera3_stream::width, camera3_stream::height,
72 camera3_stream::format);
75 camera3_stream::usage, camera3_stream::max_buffers);
Camera3StreamInterface.h 54 * be called. The usage and max_buffers fields of camera3_stream may be
56 * that. The priv field of camera3_stream may be modified at any time after
61 virtual camera3_stream* startConfiguration() = 0;
  /hardware/libhardware/include/hardware/
camera3.h 1236 typedef struct camera3_stream { struct
    [all...]

Completed in 216 milliseconds