/docs/source.android.com/en/devices/camera/ |
camera3_error_stream.html | 33 calls <code>configure_streams()</code> before <code>initialize()</code>, the device must return 53 <h3 id="configure_streams">configure_streams</h3> 74 freed after the <code>configure_streams()</code> call returns.</p> 81 during the <code>configure_streams()</code> call itself.</p> 84 before the <code>configure_streams()</code> call returns. These fields are then used by the 97 while the <code>configure_streams()</code> call is underway.</p> 134 by the framework after a new stream is defined by <code>configure_streams</code>, and before 136 is listed in a subsequent <code>configure_streams()</code> call, <code>register_stream_buffers</code> will
|
camera3_requests_methods.html | 94 possible in order to prepare for a <code>configure_streams()</code> call.</p> 104 requests left in the HAL. The framework may call <code>configure_streams</code> (as the HAL
|
camera3_requests_hal.html | 113 <li>The framework calls camera3_device_t->ops->configure_streams() with a list of 117 output streams listed in configure_streams. The same stream is registered 144 returned), and then call configure_streams() again. This resets the camera
|
versioning.html | 309 <li><code>configure_streams</code> passes consumer usage flags to the HAL.</li>
|
/hardware/interfaces/camera/device/3.3/default/ |
CameraDeviceSession.cpp | 118 ATRACE_BEGIN("camera3->configure_streams"); 119 status_t ret = mDevice->ops->configure_streams(mDevice, &stream_list); 127 // the to be deleted stream in configure_streams call
|
/test/vts/specification/hal/conventional/camera/3.4/ |
CameraHalV3camera3_device_ops_t.vts | 32 name: "configure_streams"
|
/device/generic/goldfish/camera/ |
EmulatedCamera3.cpp | 199 int EmulatedCamera3::configure_streams(const struct camera3_device *d, function in class:android::EmulatedCamera3 248 EmulatedCamera3::configure_streams,
|
EmulatedCamera3.h | 145 static int configure_streams(const struct camera3_device *,
|
/hardware/libhardware/include/hardware/ |
camera3.h | 104 * - 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 2783 int (*configure_streams)(const struct camera3_device *, member in struct:camera3_device_ops [all...] |
/hardware/libhardware/modules/camera/3_0/ |
Camera.cpp | 549 static int configure_streams(const camera3_device_t *dev, function 588 .configure_streams = default_camera_hal::configure_streams,
|
/hardware/libhardware/modules/usbcamera/ |
Camera.cpp | 63 static int configure_streams(const camera3_device_t *dev, function 90 .configure_streams = usb_camera_hal::configure_streams,
|
/hardware/libhardware/modules/camera/3_4/ |
camera.h | 124 // the last configure_streams() call.
|
camera.cpp | 553 static int configure_streams(const camera3_device_t *dev, function 585 .configure_streams = default_camera_hal::configure_streams,
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/ |
QCameraHAL3VideoTest.cpp | 105 device_handle->ops->configure_streams(my_test_obj->device, &(mVideoConfig));
|
QCameraHAL3PreviewTest.cpp | 100 device_handle->ops->configure_streams(my_test_obj->device, &(mPreviewConfig));
|
QCameraHAL3RawSnapshotTest.cpp | 93 device_handle->ops->configure_streams(my_test_obj->device, &(mRawSnapshotConfig));
|
QCameraHAL3SnapshotTest.cpp | 94 device_handle->ops->configure_streams(my_test_obj->device, &(mSnapshotConfig));
|
/hardware/libhardware/tests/hardware/ |
struct-offset.cpp | 223 CHECK_MEMBER_AT(camera3_device_ops_t, configure_streams, 4, 8);
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
QCamera3HWI.h | 110 static int configure_streams(const struct camera3_device *,
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
QCamera3HWI.h | 110 static int configure_streams(const struct camera3_device *,
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3StreamInterface.h | 88 * information to be passed into the HAL device's configure_streams call.
|
Camera3Stream.h | 162 * information to be passed into the HAL device's configure_streams call.
|
/hardware/interfaces/camera/device/3.2/default/ |
CameraDeviceSession.cpp | [all...] |
/hardware/interfaces/camera/device/3.2/ |
ICameraDeviceSession.hal | 288 * quickly as possible in order to prepare for a configure_streams() call. 372 * requests left in the HAL. The framework may call configure_streams (as
|
/device/google/marlin/camera/QCamera2/HAL3/ |
QCamera3HWI.h | 133 static int configure_streams(const struct camera3_device *,
|