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

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraChannel.h119 int32_t doReprocess(mm_camera_super_buf_t *frame);
121 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val);
H A DQCameraChannel.cpp720 * FUNCTION : doReprocess
731 int32_t QCameraReprocessChannel::doReprocess(mm_camera_super_buf_t *frame) function in class:qcamera::QCameraReprocessChannel
788 * FUNCTION : doReprocess
802 int32_t QCameraReprocessChannel::doReprocess(int buf_fd, function in class:qcamera::QCameraReprocessChannel
H A DQCameraPostProc.cpp1356 ret = pme->m_pReprocChannel->doReprocess(pp_frame);
H A DQCamera2HWI.cpp2207 rc = pChannel->doReprocess(imgBuf->getFd(0), imgBuf->getSize(0), faceID);
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.h266 int32_t doReprocess(mm_camera_super_buf_t *frame,
269 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val,
H A DQCamera3Channel.cpp2036 * FUNCTION : doReprocess
2047 int32_t QCamera3ReprocessChannel::doReprocess(mm_camera_super_buf_t *frame, function in class:qcamera::QCamera3ReprocessChannel
2083 * FUNCTION : doReprocess
2097 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, function in class:qcamera::QCamera3ReprocessChannel
H A DQCamera3PostProc.cpp1138 ret = pme->m_pReprocChannel->doReprocess(pp_frame, meta_frame);

Completed in 86 milliseconds