Searched refs:preview (Results 1 – 9 of 9) sorted by relevance
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 buffer49 * Return a preview buffer unfilled. This buffer must not be sent on to the50 * preview consumer as a valid buffer, but may be reused as if it were53 * @param bufferId The bufferId of the preview buffer59 * 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 …]
63 * A set of bit masks for specifying how the received preview frames are76 * corrupted by subsequent preview frames filled by the camera. This flag is79 * the preview frame rate so that data corruption won't occur.114 * Start the face detection. This must be called only after preview is116 * detected faces in the preview frame. The detected faces may be the same
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.
70 uint16_t preview; member763 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 …]
43 preview operation with the ICameraDevice@1.0 inteface.
683 * 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 in705 * Zero-shutter-lag mode. Application typically request preview and708 * full-resolution images without compromising preview frame rate. 3A on716 * balance, auto-focus), and post-processing parameters are set to preview
179 * request and its associated buffers are available. In a normal preview
134 the stream between preview and capture if they're not the same format.
10278 cam_dimension_t preview; in getStreamFormat() local10281 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() local10294 getStreamDimension(CAM_STREAM_TYPE_PREVIEW, preview); in getStreamFormat()10297 (video.width == preview.width) && in getStreamFormat()10298 (video.height == preview.height)) { in getStreamFormat()