/device/generic/goldfish/camera/ |
EmulatedCamera3.cpp | 218 int EmulatedCamera3::configure_streams(const struct camera3_device *d, function in class:android::EmulatedCamera3 290 EmulatedCamera3::configure_streams,
|
EmulatedCamera3.h | 129 static int configure_streams(const struct camera3_device *,
|
/hardware/libhardware/include/hardware/ |
camera3.h | 88 * - 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 1930 int (*configure_streams)(const struct camera3_device *, member in struct:camera3_device_ops [all...] |
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3HWI.h | 77 static int configure_streams(const struct camera3_device *,
|
QCamera3HWI.cpp | 134 configure_streams: QCamera3HardwareInterface::configure_streams, 3351 int QCamera3HardwareInterface::configure_streams( function in class:qcamera::QCamera3HardwareInterface [all...] |
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3StreamInterface.h | 51 * information to be passed into the HAL device's configure_streams call.
|
Camera3Stream.h | 111 * information to be passed into the HAL device's configure_streams call.
|
Camera3Stream.cpp | 179 // so. As documented in hardware/camera3.h:configure_streams().
|
Camera3Device.cpp | [all...] |
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3HWI.h | 77 static int configure_streams(const struct camera3_device *,
|
QCamera3HWI.cpp | 144 configure_streams: QCamera3HardwareInterface::configure_streams, 4192 int QCamera3HardwareInterface::configure_streams( function in class:qcamera::QCamera3HardwareInterface [all...] |
/hardware/libhardware/modules/camera/ |
Camera.cpp | 659 static int configure_streams(const camera3_device_t *dev, function 697 .configure_streams = default_camera_hal::configure_streams,
|
/device/asus/flo/camera/QCamera2/stack/common/ |
cam_intf.h | 46 /* sync stream info. Used for configure_streams */
|
/hardware/qcom/camera/QCamera2/stack/common/ |
cam_intf.h | 46 /* sync stream info. Used for configure_streams */
|
/frameworks/av/services/camera/libcameraservice/api2/ |
CameraDeviceClient.cpp | 345 // this will make it so Camera3Device doesn't call configure_streams
|