Home
last modified time | relevance | path

Searched refs:preview (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/camera/device/1.0/
DICameraDevicePreviewCallback.hal23 * Camera device HAL@1.0 preview stream operation interface.
28 * Acquire a buffer to write a preview buffer into.
41 * Send a filled preview buffer to its consumer.
43 * @param bufferId The bufferId of the preview buffer
49 * Return a preview buffer unfilled. This buffer must not be sent on to the
50 * preview consumer as a valid buffer, but may be reused as if it were
53 * @param bufferId The bufferId of the preview buffer
59 * Set the number of preview buffers needed by the HAL.
61 * @param count The maximum number of preview buffers to allocate.
67 * Set the dimensions and format of future preview buffers.
[all …]
Dtypes.hal63 * A set of bit masks for specifying how the received preview frames are
76 * corrupted by subsequent preview frames filled by the camera. This flag is
79 * the preview frame rate so that data corruption won't occur.
114 * Start the face detection. This must be called only after preview is
116 * detected faces in the preview frame. The detected faces may be the same
DICameraDevice.hal187 /** Set the callback interface through which preview frames are sent */
223 * Start preview mode.
230 * Stop a previously started preview.
235 * Returns true if preview is enabled.
237 * @return enabled Whether preview is currently enabled.
/hardware/google/camera/common/profiler/
Dprofiler.proto24 // camera preview, video preview, etc.
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_dual_test.c70 uint16_t preview; member
763 for (j = 0; j < params.preview; j++) { in front_thread()
820 for (j = 0; j < params.preview; j++) { in back_thread()
883 params.preview = 5; in mm_app_dtc_7()
918 bparams.preview = 5; in mm_app_dtc_8()
921 fparams.preview = 5; in mm_app_dtc_8()
955 bparams.preview = 5; in mm_app_dtc_9()
958 fparams.preview = 5; in mm_app_dtc_9()
994 bparams.preview = 5; in mm_app_dtc_10()
997 fparams.preview = 5; in mm_app_dtc_10()
[all …]
/hardware/interfaces/automotive/sv/1.0/
DISurroundView2dSession.hal45 * fullscreen or preview. Default configuration is FULLSCREEN.
59 * fullscreen view or preview. Use setConfig call to set a configuration.
DISurroundView3dSession.hal53 * fullscreen view or preview. A set config call can be performed at anytime (before or after
67 * fullscreen view or preview. Use setConfig call to set a configuration.
/hardware/interfaces/camera/device/
DREADME.md43 preview operation with the ICameraDevice@1.0 inteface.
/hardware/interfaces/camera/device/3.2/
Dtypes.hal683 * Standard camera preview operation with 3A on auto.
693 * Standard video recording plus preview with 3A on auto, torch off.
699 * include preview, video record, and full-resolution YUV or JPEG streams in
705 * Zero-shutter-lag mode. Application typically request preview and
708 * full-resolution images without compromising preview frame rate. 3A on
716 * balance, auto-focus), and post-processing parameters are set to preview
DICameraDeviceSession.hal179 * request and its associated buffers are available. In a normal preview
/hardware/libhardware/modules/camera/3_4/
DREADME.md134 the stream between preview and capture if they're not the same format.
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp401 bool preview; in checkScenario() local
403 preview = !!atoi(value); in checkScenario()
404 if (preview) in checkScenario()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp10278 cam_dimension_t preview; in getStreamFormat() local
10281 getStreamDimension(CAM_STREAM_TYPE_PREVIEW, preview); in getStreamFormat()
10283 video.width == preview.width && in getStreamFormat()
10284 video.height == preview.height && in getStreamFormat()
10291 cam_dimension_t preview; in getStreamFormat() local
10294 getStreamDimension(CAM_STREAM_TYPE_PREVIEW, preview); in getStreamFormat()
10297 (video.width == preview.width) && in getStreamFormat()
10298 (video.height == preview.height)) { in getStreamFormat()