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

/hardware/libhardware/modules/usbcamera/
H A DCamera.cpp56 static int configure_streams(const camera3_device_t *dev, function
83 .configure_streams = usb_camera_hal::configure_streams,
/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.h104 * - configure_streams passes consumer usage flags to the HAL.
177 * 4. The framework calls camera3_device_t->ops->configure_streams() with a list
184 * output streams listed in configure_streams. The same stream is registered
269 * returned), and then call configure_streams() again. This resets the camera
1064 * calls configure_streams() is called before initialize(), the device must
1506 * camera3_stream passed into the HAL by configure_streams() are valid until the
1507 * end of the first subsequent configure_streams() call that _does not_ include
1511 * camera3_stream is passed into configure_streams(). The HAL may only change
1512 * the HAL-controlled parameters during a configure_streams() call, except for
1515 * If a configure_streams() cal
2769 int (*configure_streams)(const struct camera3_device *, member in struct:camera3_device_ops
[all...]
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp313 .configure_streams = QCamera3HardwareInterface::configure_streams,
8228 * Video stream is absent in configure_streams |
8238 * Video stream is present in configure_streams |
8252 * When Video stream is absent in configure_streams,
8257 * When video stream is present in configure_streams, preview fps is as per
9197 * FUNCTION : configure_streams
9209 int QCamera3HardwareInterface::configure_streams( function in class:qcamera::QCamera3HardwareInterface

Completed in 126 milliseconds