HomeSort by relevance Sort by last modified time
    Searched full:configure_streams (Results 1 - 25 of 25) sorted by null

  /docs/source.android.com/src/devices/camera/
camera3_error_stream.jd 34 calls configure_streams() is called before initialize(), the device must return
54 <h3 id="configure_streams">configure_streams</h3>
75 freed after the configure_streams() call returns.<br/>
82 during the configure_streams() call itself.<br/>
85 before the configure_streams() call returns. These fields are then used by the
98 while the configure_streams() call is underway.</p>
135 by the framework after a new stream is defined by configure_streams, and before
137 is listed in a subsequent configure_streams() call, register_stream_buffers will
camera3_requests_methods.jd 95 possible in order to prepare for a configure_streams() call.<br/>
105 requests left in the HAL. The framework may call configure_streams (as the HAL
camera3_requests_hal.jd 114 <li>The framework calls camera3_device_t-&gt;ops-&gt;configure_streams() with a list of
118 output streams listed in configure_streams. The same stream is registered
145 returned), and then call configure_streams() again. This resets the camera
versioning.jd 159 <li>configure_streams passes consumer usage flags to the HAL.</li>
  /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.
157 * 4. The framework calls camera3_device_t->ops->configure_streams() with a list
164 * output streams listed in configure_streams. The same stream is registered
249 * returned), and then call configure_streams() again. This resets the camera
2739 int (*configure_streams)(const struct camera3_device *, member in struct:camera3_device_ops
    [all...]
  /hardware/libhardware/modules/camera/
Camera.cpp 544 static int configure_streams(const camera3_device_t *dev, function
583 .configure_streams = default_camera_hal::configure_streams,
  /hardware/libhardware/modules/usbcamera/
Camera.cpp 56 static int configure_streams(const camera3_device_t *dev, function
83 .configure_streams = usb_camera_hal::configure_streams,
  /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,
3347 int QCamera3HardwareInterface::configure_streams( function in class:qcamera::QCamera3HardwareInterface
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.h 83 static int configure_streams(const struct camera3_device *,
QCamera3HWI.cpp 202 .configure_streams = QCamera3HardwareInterface::configure_streams,
5772 int QCamera3HardwareInterface::configure_streams( function in class:qcamera::QCamera3HardwareInterface
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.h 99 static int configure_streams(const struct camera3_device *,
QCamera3HWI.cpp 222 configure_streams: QCamera3HardwareInterface::configure_streams,
6815 int QCamera3HardwareInterface::configure_streams( function in class:qcamera::QCamera3HardwareInterface
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamInterface.h 52 * information to be passed into the HAL device's configure_streams call.
Camera3Stream.h 142 * information to be passed into the HAL device's configure_streams call.
Camera3Device.cpp     [all...]
Camera3Stream.cpp 185 // so. As documented in hardware/camera3.h:configure_streams().
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 222 CHECK_MEMBER_AT(camera3_device_ops_t, configure_streams, 4, 8);
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.h 107 static int configure_streams(const struct camera3_device *,
QCamera3HWI.cpp 284 configure_streams: QCamera3HardwareInterface::configure_streams,
7674 int QCamera3HardwareInterface::configure_streams( function in class:qcamera::QCamera3HardwareInterface
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
cam_intf.h 46 /* sync stream info. Used for configure_streams */
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_intf.h 46 /* sync stream info. Used for configure_streams */
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp     [all...]

Completed in 2178 milliseconds