Searched refs:preview (Results 1 – 15 of 15) sorted by relevance
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDevicePreviewCallback.hal | 23 * 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 …]
|
D | types.hal | 63 * 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
|
D | ICameraDevice.hal | 187 /** 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/ |
D | profiler.proto | 24 // camera preview, video preview, etc.
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_dual_test.c | 70 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/ |
D | ISurroundView2dSession.hal | 45 * fullscreen or preview. Default configuration is FULLSCREEN. 59 * fullscreen view or preview. Use setConfig call to set a configuration.
|
D | ISurroundView3dSession.hal | 53 * 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/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | introduction.adoc | 78 In particular, GitHub and GitLab both have preview renderers for .adoc or 79 .asciidoc files in repositories, and live preview extensions exist for
|
D | writing.adoc | 614 You can also use the link:https://khan.github.io/KaTeX/[live katex preview
|
/hardware/interfaces/camera/device/ |
D | README.md | 43 preview operation with the ICameraDevice@1.0 inteface.
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 686 * Standard camera preview operation with 3A on auto. 696 * Standard video recording plus preview with 3A on auto, torch off. 702 * include preview, video record, and full-resolution YUV or JPEG streams in 708 * Zero-shutter-lag mode. Application typically request preview and 711 * full-resolution images without compromising preview frame rate. 3A on 719 * balance, auto-focus), and post-processing parameters are set to preview
|
D | ICameraDeviceSession.hal | 179 * request and its associated buffers are available. In a normal preview
|
/hardware/libhardware/modules/camera/3_4/ |
D | README.md | 134 the stream between preview and capture if they're not the same format.
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 10278 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()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 6682 * Link to HTML preview of `SPV_KHR_non_semantic_info` link in the
|