Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraChannel.h130 int32_t doReprocess(mm_camera_super_buf_t *frame,
135 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val);
DQCameraPostProc.h180 int32_t doReprocess();
DQCameraChannel.cpp1283 int32_t QCameraReprocessChannel::doReprocess(mm_camera_super_buf_t *frame, in doReprocess() function in qcamera::QCameraReprocessChannel
1360 int32_t QCameraReprocessChannel::doReprocess(int buf_fd, in doReprocess() function in qcamera::QCameraReprocessChannel
DQCameraPostProc.cpp2574 ret = pme->doReprocess(); in dataProcessRoutine()
2623 int32_t QCameraPostProcessor::doReprocess() in doReprocess() function in qcamera::QCameraPostProcessor
2759 ret = mPPChannels[mCurReprocCount]->doReprocess(pp_job->src_frame, in doReprocess()
DQCamera2HWI.cpp4115 rc = pChannel->doReprocess(imgBuf->getFd(0), (size_t)bufSize, faceID); in registerFaceImage()
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.h501 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val,
DQCamera3Channel.cpp4212 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, size_t buf_length, in doReprocess() function in qcamera::QCamera3ReprocessChannel