Searched defs:configure_streams (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/modules/camera/
H A DCamera.cpp544 static int configure_streams(const camera3_device_t *dev, function
583 .configure_streams = default_camera_hal::configure_streams,
/hardware/libhardware/include/hardware/
H A Dcamera3.h98 * - configure_streams passes consumer usage flags to the HAL.
139 * 4. The framework calls camera3_device_t->ops->configure_streams() with a list
146 * output streams listed in configure_streams. The same stream is registered
225 * returned), and then call configure_streams() again. This resets the camera
1020 * calls configure_streams() is called before initialize(), the device must
1219 * camera3_stream passed into the HAL by configure_streams() are valid until the
1220 * end of the first subsequent configure_streams() call that _does not_ include
1224 * camera3_stream is passed into configure_streams(). The HAL may only change
1225 * the HAL-controlled parameters during a configure_streams() call, except for
1228 * If a configure_streams() cal
2394 int (*configure_streams)(const struct camera3_device *, member in struct:camera3_device_ops
[all...]

Completed in 54 milliseconds