Home
last modified time | relevance | path

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

12

/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);
DIEffect.hal147 * Set the capture device the audio input path is connected to. The effect
215 * Set the audio source the capture path is configured for (Camcorder, voice
/hardware/interfaces/soundtrigger/2.0/
DISoundTriggerHwCallback.hal42 /** It is possible to capture audio from this */
50 * available for capture. A negative value is possible
51 * (e.g. if key phrase is also available for capture */
57 /** The opaque data is the capture of the trigger sound */
61 * 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 …]
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).
175 * Send a list of capture requests to the HAL. The HAL must not return from
192 * capture being returned by the HAL through the processCaptureResult()
199 * of the information it needs to retain for the capture processing. The HAL
226 * On a successful start to processing the capture request
229 * allowed, there are 0 output buffers, etc) and capture processing
[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
/hardware/interfaces/audio/effect/2.0/default/
DVisualizerEffect.cpp226 Return<void> VisualizerEffect::capture(capture_cb _hidl_cb) { in capture() function in android::hardware::audio::effect::V2_0::implementation::VisualizerEffect
235 hidl_vec<uint8_t> capture; in capture() local
237 capture.setToExternal(&halCapture[0], halCaptureSize); in capture()
239 _hidl_cb(retval, capture); in capture()
DVisualizerEffect.h119 Return<void> capture(capture_cb _hidl_cb) override;
/hardware/interfaces/camera/metadata/
DREADME.md8 camera capture controls.
/hardware/libhardware/modules/camera/3_4/
DREADME.md57 capture and settings logic are implemented by calling down into the
67 The V4L2Camera class is the implementation of all the capture functionality.
126 the stream between preview and capture if they're not the same format.
147 * A variety of features are unimplemented: High speed capture,
/hardware/interfaces/camera/device/
DREADME.md75 capture requests to it.
/hardware/interfaces/audio/2.0/
DIStreamIn.hal143 * the capture pipeline as possible. In general, frames
/hardware/interfaces/broadcastradio/1.0/
Dtypes.hal137 /** the hardware supports capture of audio source from audio HAL */
/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/
Dindex.sgml110 <ANCHOR id="mix-audio-capture-encode" href="MixAudio/MixAudio.html#mix-audio-capture-encode">
/hardware/interfaces/gnss/1.0/
DIGnssCallback.hal233 * used to capture GNSS signals, e.g. 2016
/hardware/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h1249 struct v4l2_captureparm capture; member
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h1755 struct v4l2_captureparm capture; member
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h1247 struct v4l2_captureparm capture; member
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h1758 struct v4l2_captureparm capture; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dvideodev2.h1884 struct v4l2_captureparm capture; member
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dvideodev2.h2144 struct v4l2_captureparm capture; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dvideodev2.h1349 struct v4l2_captureparm capture; member
/hardware/qcom/msm8998/kernel-headers/linux/
Dvideodev2.h1465 struct v4l2_captureparm capture; member
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dvideodev2.h2443 struct v4l2_captureparm capture; member

12