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 37 Camera3Stream* Camera3Stream::cast(camera3_stream *stream) {
41 const Camera3Stream* Camera3Stream::cast(const camera3_stream *stream) {
48 camera3_stream(),
55 camera3_stream::stream_type = type;
56 camera3_stream::width = width;
57 camera3_stream::height = height;
58 camera3_stream::format = format;
59 camera3_stream::usage = 0;
60 camera3_stream::max_buffers = 0;
61 camera3_stream::priv = NULL
    [all...]
Camera3InputStream.cpp 200 assert(camera3_stream::format != HAL_PIXEL_FORMAT_BLOB);
203 camera3_stream::max_buffers;
209 mConsumer = new BufferItemConsumer(bq, camera3_stream::usage,
214 res = mConsumer->setDefaultBufferSize(camera3_stream::width,
215 camera3_stream::height);
218 __FUNCTION__, mId, camera3_stream::width, camera3_stream::height);
221 res = mConsumer->setDefaultBufferFormat(camera3_stream::format);
224 __FUNCTION__, mId, camera3_stream::format);
Camera3Stream.h 52 * time, the usage, max_buffers, and priv fields of camera3_stream returned by
87 protected camera3_stream,
94 static Camera3Stream* cast(camera3_stream *stream);
95 static const Camera3Stream* cast(const camera3_stream *stream);
114 * called. The usage and max_buffers fields of camera3_stream may be modified
116 * The priv field of camera3_stream may be modified at any time after
121 camera3_stream* startConfiguration();
243 // 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);
169 mDequeuedBufferCount == camera3_stream::max_buffers) {
172 camera3_stream::max_buffers);
Camera3OutputStream.cpp 275 res = native_window_set_usage(mConsumer.get(), camera3_stream::usage);
278 __FUNCTION__, camera3_stream::usage, mId);
293 camera3_stream::width, camera3_stream::height,
294 camera3_stream::format);
299 camera3_stream::format);
304 __FUNCTION__, camera3_stream::width, camera3_stream::height,
305 camera3_stream::format, mId);
319 maxConsumerBuffers, camera3_stream::max_buffers)
    [all...]
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 1078 typedef struct camera3_stream { struct
    [all...]

Completed in 935 milliseconds