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) {
51 camera3_stream(),
65 camera3_stream::stream_type = type;
66 camera3_stream::width = width;
67 camera3_stream::height = height;
68 camera3_stream::format = format;
69 camera3_stream::data_space = dataSpace;
70 camera3_stream::rotation = rotation;
71 camera3_stream::usage = 0
    [all...]
Camera3InputStream.cpp 219 assert(camera3_stream::format != HAL_PIXEL_FORMAT_BLOB);
238 if (camera3_stream::max_buffers == 0) {
245 * We promise never to 'acquire' more than camera3_stream::max_buffers
253 mTotalBufferCount = camera3_stream::max_buffers > minBufs ?
254 camera3_stream::max_buffers : minBufs;
257 mConsumer = new BufferItemConsumer(consumer, camera3_stream::usage,
264 res = mConsumer->setDefaultBufferSize(camera3_stream::width,
265 camera3_stream::height);
268 __FUNCTION__, mId, camera3_stream::width, camera3_stream::height)
    [all...]
Camera3IOStreamBase.cpp 78 camera3_stream::width, camera3_stream::height,
79 camera3_stream::format, camera3_stream::data_space);
82 camera3_stream::usage | consumerUsage, camera3_stream::max_buffers);
Camera3OutputStream.cpp 352 res = native_window_set_usage(mConsumer.get(), camera3_stream::usage);
355 __FUNCTION__, camera3_stream::usage, mId);
370 camera3_stream::width, camera3_stream::height);
379 __FUNCTION__, camera3_stream::width, camera3_stream::height,
384 camera3_stream::format);
387 __FUNCTION__, camera3_stream::format, mId);
392 camera3_stream::data_space);
395 __FUNCTION__, camera3_stream::data_space, mId)
    [all...]
Camera3Stream.h 52 * time, the usage, max_buffers, and priv fields of camera3_stream returned by
119 protected camera3_stream,
126 static Camera3Stream* cast(camera3_stream *stream);
127 static const Camera3Stream* cast(const camera3_stream *stream);
152 * called. The usage and max_buffers fields of camera3_stream may be modified
154 * The priv field of camera3_stream may be modified at any time after
159 camera3_stream* startConfiguration();
408 // cast to camera3_stream*, implementations must increment the
Camera3StreamInterface.h 79 * be called. The usage and max_buffers fields of camera3_stream may be
81 * that. The priv field of camera3_stream may be modified at any time after
86 virtual camera3_stream* startConfiguration() = 0;
  /hardware/libhardware/include/hardware/
camera3.h 1523 typedef struct camera3_stream { struct
    [all...]

Completed in 3354 milliseconds