Home
last modified time | relevance | path

Searched refs:capture (Results 1 – 25 of 52) sorted by relevance

123

/hardware/interfaces/audio/effect/6.0/
DIVisualizerEffect.hal24 MAX = 1024, // maximum capture size in samples
25 MIN = 128 // minimum capture size in samples
29 * Sets the number PCM samples in the capture.
34 * Gets the number PCM samples in the capture.
86 * number of samples to capture is specified by 'setCaptureSize' parameter.
91 capture() generates (Result retval, vec<uint8_t> samples);
/hardware/interfaces/audio/effect/4.0/
DIVisualizerEffect.hal24 MAX = 1024, // maximum capture size in samples
25 MIN = 128 // minimum capture size in samples
29 * Sets the number PCM samples in the capture.
34 * Gets the number PCM samples in the capture.
86 * number of samples to capture is specified by 'setCaptureSize' parameter.
91 capture() generates (Result retval, vec<uint8_t> samples);
/hardware/interfaces/audio/effect/5.0/
DIVisualizerEffect.hal24 MAX = 1024, // maximum capture size in samples
25 MIN = 128 // minimum capture size in samples
29 * Sets the number PCM samples in the capture.
34 * Gets the number PCM samples in the capture.
86 * number of samples to capture is specified by 'setCaptureSize' parameter.
91 capture() generates (Result retval, vec<uint8_t> samples);
/hardware/interfaces/audio/effect/2.0/
DIVisualizerEffect.hal24 MAX = 1024, // maximum capture size in samples
25 MIN = 128 // minimum capture size in samples
29 * Sets the number PCM samples in the capture.
34 * Gets the number PCM samples in the capture.
86 * number of samples to capture is specified by 'setCaptureSize' parameter.
91 capture() generates (Result retval, vec<uint8_t> samples);
/hardware/interfaces/soundtrigger/2.0/
DISoundTriggerHwCallback.hal42 /** It is possible to capture audio from this */
49 * available for capture. A negative value is possible
50 * (e.g. if key phrase is also available for capture */
56 /** The opaque data is the capture of the trigger sound */
60 * capture of the rest of the utterance */
DISoundTriggerHw.hal49 /** Supports seamless transition from detection to capture */
53 /** Supports capture by other use cases while detection is active */
55 /** Returns the trigger capture in event */
109 * Configuration for sound trigger capture session passed to
114 * IO handle that will be used for capture. N/A if captureRequested
117 /** Input device requested for detection capture */
123 /** Opaque capture configuration data transparent to the framework */
/hardware/interfaces/camera/device/3.2/
Dtypes.hal129 * manual control of capture and post-processing parameters is
148 * capture must not work since aeMode is ON)
154 * the last shutter notify and the last capture results (including partial
155 * results and final result) to the app. The shutter notifies and capture
282 * 720x1280, and HAL must capture a 1280x720 image and rotate the image by
518 * To capture JPEG images, a stream is created using the pixel format
560 * the capture.
642 * Timestamp for the start of capture. For a reprocess request, this must
643 * be input image's start of capture. This must match the capture result
688 * Standard camera high-quality still capture with 3A and flash on auto.
[all …]
DICameraDeviceCallback.hal41 * response to a single capture request. This allows, for example, the
68 * capture results are included in a single call, camera framework must
93 * If the entire capture has failed, then this method still needs to be
115 * reasons. Only for information independent of frame capture, or that
132 * different capture intents).
134 * As a result, the capture results of zero-shutter-lag requests with
136 * compared to capture results for other kinds of requests.
DICameraDeviceSession.hal33 * Create capture settings for standard camera use cases.
59 * @return template The default capture request settings for the requested
100 * Newly allocated buffers may be included in a capture request at any time
113 * submit new requests for capture while the configureStreams() call is
130 * capture to video recording).
174 * Send a list of capture requests to the HAL. The HAL must not return from
191 * capture being returned by the HAL through the processCaptureResult()
198 * of the information it needs to retain for the capture processing. The HAL
225 * On a successful start to processing the capture request
228 * allowed, there are 0 output buffers, etc) and capture processing
[all …]
/hardware/interfaces/audio/effect/all-versions/default/
DVisualizerEffect.cpp218 Return<void> VisualizerEffect::capture(capture_cb _hidl_cb) { in capture() function in android::hardware::audio::effect::CPP_VERSION::implementation::VisualizerEffect
227 hidl_vec<uint8_t> capture; in capture() local
229 capture.setToExternal(&halCapture[0], halCaptureSize); in capture()
231 _hidl_cb(retval, capture); in capture()
DVisualizerEffect.h102 Return<void> capture(capture_cb _hidl_cb) override;
/hardware/interfaces/camera/metadata/
DREADME.md8 camera capture controls.
/hardware/interfaces/camera/device/3.4/
Dtypes.hal160 * output buffers of the capture request.
182 * If fmqSettingsSize is zero, the settings buffer contains the capture and
185 * settings are identical to the most-recently submitted capture request.
198 * A single request for image capture/buffer reprocessing, sent to the Camera
201 * The request contains the settings to be used for this capture, and the set of
205 * capture is identified by the frameNumber.
315 * the metadata for that physical camera should be generated for the capture
338 * should contain one metadata describing the capture from that physical camera.
342 * words, the physicalCameraMetadata must only be contained in a final capture
DICameraDeviceSession.hal81 * - The capture request can include individual settings for physical camera devices
86 * On a successful start to processing the capture request
90 * output buffers, etc) and capture processing
/hardware/interfaces/audio/6.0/
Dtypes.hal227 * order to optimize for capture in the specified direction.
238 * Optimize capture for audio coming from the screen-side of the device.
242 * Optimize capture for audio coming from the side of the device opposite the screen.
246 * Optimize capture for audio coming from an off-device microphone.
DIStreamIn.hal149 * the capture pipeline as possible. In general, frames
193 * @param the desired field dimension of microphone capture. Range is from -1 (wide angle),
/hardware/interfaces/audio/5.0/
Dtypes.hal227 * order to optimize for capture in the specified direction.
238 * Optimize capture for audio coming from the screen-side of the device.
242 * Optimize capture for audio coming from the side of the device opposite the screen.
246 * Optimize capture for audio coming from an off-device microphone.
DIStreamIn.hal149 * the capture pipeline as possible. In general, frames
193 * @param the desired field dimension of microphone capture. Range is from -1 (wide angle),
/hardware/libhardware/modules/camera/3_4/
DREADME.md65 capture and settings logic are implemented by calling down into the
75 The V4L2Camera class is the implementation of all the capture functionality.
134 the stream between preview and capture if they're not the same format.
155 * A variety of features are unimplemented: High speed capture,
/hardware/interfaces/camera/device/3.5/
Dtypes.hal54 * later. If HAL cannot get a buffer for certain capture request in time
73 * getting this error. If HAL gets another capture request later targeting
150 * To capture a JPEG APP segments blob, a stream is created using the pixel format
/hardware/interfaces/soundtrigger/2.1/
DISoundTriggerHw.hal56 * Configuration for sound trigger capture session passed to
63 /** Opaque capture configuration data transparent to the framework */
/hardware/interfaces/biometrics/face/1.0/
Dtypes.hal291 * capture plane is too high.
303 * capture plane is too high.
314 * capture plane is too high.
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal231 * adjust the capture frame rate to maintain good
288 * of this capture, to help the camera device to decide optimal 3A
900 * metadata for a single capture into multiple buffers,
908 * final one for the capture, or only a partial that contains a
949 * from this capture must be sent to</p>
1034 * <p>The desired region of the sensor to read out for this capture.</p>
1290 * the time of capture.</p>
1444 * <p>The time base source for sensor capture start timestamps.</p>
1814 * <p>The maximal camera capture pipeline stall (in unit of frame count) introduced by a
1815 * reprocess capture request.</p>
[all …]
/hardware/interfaces/camera/device/
DREADME.md75 capture requests to it.
/hardware/interfaces/drm/1.1/
Dtypes.hal107 // for capturing different aspects of the same metric. E.g. capture

123