Home
last modified time | relevance | path

Searched refs:reprocess (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraChannel.cpp1550 param.reprocess.buf_index = buf_index; in doReprocessOffline()
1551 param.reprocess.frame_idx = frame->frame_idx; in doReprocessOffline()
1552 param.reprocess.is_uv_subsampled = frame->is_uv_subsampled; in doReprocessOffline()
1561 param.reprocess.is_offline_meta_bypass = 1; in doReprocessOffline()
1564 param.reprocess.meta_present = 1; in doReprocessOffline()
1565 param.reprocess.meta_buf_index = meta_buf_index; in doReprocessOffline()
1569 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocessOffline()
1570 param.reprocess.meta_buf_index, pStream->getMyOriginalType()); in doReprocessOffline()
1750 param.reprocess.buf_index = frame->bufs[i]->buf_idx; in doReprocess()
1751 param.reprocess.frame_idx = frame->bufs[i]->frame_idx; in doReprocess()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_reprocess.c317 param.reprocess.buf_index = frame->buf_idx; in mm_app_do_reprocess()
318 param.reprocess.frame_idx = frame->frame_idx; in mm_app_do_reprocess()
320 param.reprocess.meta_present = 1; in mm_app_do_reprocess()
321 param.reprocess.meta_stream_handle = src_meta->s_config.stream_info->stream_svr_id; in mm_app_do_reprocess()
322 param.reprocess.meta_buf_index = meta_idx; in mm_app_do_reprocess()
/hardware/interfaces/camera/device/3.2/
Dtypes.hal52 * This kind of stream is generally used to reprocess data into higher
558 * The exposure of a given request or processing a reprocess request has
642 * Timestamp for the start of capture. For a reprocess request, this must
706 * full-resolution data for each frame, and reprocess it to JPEG when a
794 * data from this capture/reprocess. The HAL must wait on the acquire fences
810 * The result of a single capture/reprocess by the camera HAL device. This is
DICameraDeviceCallback.hal124 * start of exposure timestamp for a reprocess request) has been received
/hardware/qcom/camera/msm8998/
DQCamera_Intf.h1092 mm_camera_repro_cmd_reprocess_t reprocess; member
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal934 * <p>List which camera reprocess stream is used
1804 /** android.reprocess.effectiveExposureFactor [dynamic, float, java_public]
1811 /** android.reprocess.maxCaptureStall [static, int32, java_public]
1814 * reprocess capture request.</p>
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_intf.h713 cam_reprocess_param reprocess; /* do reprocess */ member