Home
last modified time | relevance | path

Searched refs:reprocess (Results 1 – 8 of 8) 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/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.cpp5338 param.reprocess.buf_index = buf_idx; in doReprocessOffline()
5339 param.reprocess.frame_idx = frame->input_buffer.frame_idx; in doReprocessOffline()
5340 param.reprocess.meta_present = 1; in doReprocessOffline()
5341 param.reprocess.meta_buf_index = meta_buf_idx; in doReprocessOffline()
5344 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocessOffline()
5345 param.reprocess.meta_buf_index); in doReprocessOffline()
5403 param.reprocess.buf_index = buf_idx; in doReprocess()
5404 param.reprocess.meta_present = 1; in doReprocess()
5405 param.reprocess.meta_stream_handle = m_pMetaChannel->mStreams[0]->getMyServerID(); in doReprocess()
5406 param.reprocess.meta_buf_index = meta_frame->bufs[0]->buf_idx; in doReprocess()
[all …]
/hardware/interfaces/camera/device/3.2/
DICameraDeviceCallback.hal124 * start of exposure timestamp for a reprocess request) has been received
131 * (including regular, reprocess, or zero-shutter-lag requests with
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
/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
1805 /** android.reprocess.effectiveExposureFactor [dynamic, float, java_public]
1812 /** android.reprocess.maxCaptureStall [static, int32, java_public]
1815 * reprocess capture request.</p>
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_intf.h713 cam_reprocess_param reprocess; /* do reprocess */ member