/hardware/interfaces/audio/effect/4.0/ |
D | IVisualizerEffect.hal | 24 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);
|
D | IEffect.hal | 140 * Set the capture device the audio input path is connected to. The effect 202 * Set the audio source the capture path is configured for (Camcorder, voice
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 129 * 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 …]
|
D | ICameraDeviceSession.hal | 33 * 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 …]
|
D | ICameraDeviceCallback.hal | 41 * 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/all-versions/default/include/effect/all-versions/default/ |
D | VisualizerEffect.impl.h | 212 Return<void> VisualizerEffect::capture(capture_cb _hidl_cb) { in capture() function 221 hidl_vec<uint8_t> capture; in capture() local 223 capture.setToExternal(&halCapture[0], halCaptureSize); in capture() 225 _hidl_cb(retval, capture); in capture()
|
D | VisualizerEffect.h | 106 Return<void> capture(capture_cb _hidl_cb) override;
|
/hardware/interfaces/camera/device/3.4/ |
D | types.hal | 160 * output buffers of the capture request. 179 * If fmqSettingsSize is zero, the settings buffer contains the capture and 182 * settings are identical to the most-recently submitted capture request. 195 * A single request for image capture/buffer reprocessing, sent to the Camera 198 * The request contains the settings to be used for this capture, and the set of 202 * capture is identified by the frameNumber. 247 * the metadata for that physical camera should be generated for the capture 273 * should contain one metadata describing the capture from that physical camera. 277 * words, the physicalCameraMetadata must only be contained in a final capture
|
D | ICameraDeviceSession.hal | 81 * - 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/soundtrigger/2.0/ |
D | ISoundTriggerHw.hal | 49 /** 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/metadata/ |
D | README.md | 8 camera capture controls.
|
/hardware/libhardware/modules/camera/3_4/ |
D | README.md | 57 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/soundtrigger/2.1/ |
D | ISoundTriggerHw.hal | 56 * Configuration for sound trigger capture session passed to 63 /** Opaque capture configuration data transparent to the framework */
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 231 * 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> 1443 * <p>The time base source for sensor capture start timestamps.</p> 1813 * <p>The maximal camera capture pipeline stall (in unit of frame count) introduced by a 1814 * reprocess capture request.</p> [all …]
|
/hardware/interfaces/camera/device/ |
D | README.md | 75 capture requests to it.
|
/hardware/interfaces/drm/1.1/ |
D | types.hal | 107 // for capturing different aspects of the same metric. E.g. capture
|
/hardware/interfaces/audio/2.0/ |
D | IStreamIn.hal | 143 * the capture pipeline as possible. In general, frames
|
/hardware/interfaces/audio/4.0/ |
D | IStreamIn.hal | 149 * the capture pipeline as possible. In general, frames
|
/hardware/interfaces/camera/metadata/3.3/ |
D | types.hal | 97 * can pass as part of the capture session initialization.</p>
|
/hardware/interfaces/broadcastradio/1.0/ |
D | types.hal | 137 /** the hardware supports capture of audio source from audio HAL */
|
/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/ |
D | index.sgml | 110 <ANCHOR id="mix-audio-capture-encode" href="MixAudio/MixAudio.html#mix-audio-capture-encode">
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEffect.hal | 147 * 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/camera/device/3.4/default/ |
D | ExternalCameraDeviceSession.cpp | 2144 if (!(streamparm.parm.capture.capability & V4L2_CAP_TIMEPERFRAME)) { in setV4l2FpsLocked() 2151 streamparm.parm.capture.timeperframe.numerator = kFrameRatePrecision; in setV4l2FpsLocked() 2152 streamparm.parm.capture.timeperframe.denominator = in setV4l2FpsLocked() 2160 double retFps = streamparm.parm.capture.timeperframe.denominator / in setV4l2FpsLocked() 2161 static_cast<double>(streamparm.parm.capture.timeperframe.numerator); in setV4l2FpsLocked()
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssCallback.hal | 233 * used to capture GNSS signals, e.g. 2016
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | videodev2.h | 1755 struct v4l2_captureparm capture; member
|