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

/hardware/libhardware/include/hardware/
H A Dcamera3.h88 * - configure_streams passes consumer usage flags to the HAL.
108 * 4. The framework calls camera3_device_t->ops->configure_streams() with a list
113 * output streams listed in configure_streams. The same stream is registered
146 * returned), and then call configure_streams() again. This resets the camera
949 * calls configure_streams() is called before initialize(), the device must
1061 * camera3_stream passed into the HAL by configure_streams() are valid until the
1062 * end of the first subsequent configure_streams() call that _does not_ include
1066 * camera3_stream is passed into configure_streams(). The HAL may only change
1067 * the HAL-controlled parameters during a configure_streams() call, except for
1070 * If a configure_streams() cal
1930 int (*configure_streams)(const struct camera3_device *, member in struct:camera3_device_ops
[all...]
/hardware/libhardware/modules/camera/
H A DCamera.cpp659 static int configure_streams(const camera3_device_t *dev, function
697 .configure_streams = default_camera_hal::configure_streams,
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp144 configure_streams: QCamera3HardwareInterface::configure_streams,
4180 * FUNCTION : configure_streams
4192 int QCamera3HardwareInterface::configure_streams( function in class:qcamera::QCamera3HardwareInterface

Completed in 1364 milliseconds