Home
last modified time | relevance | path

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

123

/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/7.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/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/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/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/
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
94 * the entire capture has failed.
96 * If the entire capture has failed, then this method still needs to be
119 * reasons. Only for information independent of frame capture, or that
136 * different capture intents).
138 * As a result, the capture results of zero-shutter-lag requests with
140 * 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.cpp232 Return<void> VisualizerEffect::capture(capture_cb _hidl_cb) { in capture() function in android::hardware::audio::effect::CPP_VERSION::implementation::VisualizerEffect
241 hidl_vec<uint8_t> capture; in capture() local
243 capture.setToExternal(&halCapture[0], halCaptureSize); in capture()
245 _hidl_cb(retval, capture); in capture()
DVisualizerEffect.h108 Return<void> capture(capture_cb _hidl_cb) override;
/hardware/interfaces/camera/device/3.6/
DICameraOfflineSession.hal28 * An offline session contains some unfinished capture requests that were submitted
30 * responsible for delivering these capture results back to camera service regardless
33 * call, camera HAL must capture all necessary frames from the image sensor that
DICameraDeviceSession.hal88 * the ICameraDeviceSession is responsible to capture all input buffers from
106 * camera and then send new capture requests with processCaptureRequest. In
108 * ICameraDeviceCallback again in response to the newly submitted capture
/hardware/interfaces/camera/device/3.7/
DICameraDeviceSession.hal48 * input images of different sizes may be submitted within capture
93 * - The capture request can include width and height of the input buffer for
98 * On a successful start to processing the capture request
102 * output buffers, etc) and capture processing
Dtypes.hal129 * The width and height of the input buffer for this capture request.
131 * These fields will be [0, 0] if no input buffer exists in the capture
/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/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.
/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.hal55 * later. If HAL cannot get a buffer for certain capture request in time
74 * getting this error. If HAL gets another capture request later targeting
151 * To capture a JPEG APP segments blob, a stream is created using the pixel format
/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/7.0/
Dtypes.hal243 * order to optimize for capture in the specified direction.
254 * Optimize capture for audio coming from the screen-side of the device.
258 * Optimize capture for audio coming from the side of the device opposite the screen.
262 * Optimize capture for audio coming from an off-device microphone.
/hardware/interfaces/soundtrigger/2.3/
Dtypes.hal59 * Configuration for sound trigger capture session passed to
/hardware/interfaces/soundtrigger/2.1/
DISoundTriggerHw.hal56 * Configuration for sound trigger capture session passed to
63 /** Opaque capture configuration data transparent to the framework */

123