Searched refs:doReprocess (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraChannel.h | 119 int32_t doReprocess(mm_camera_super_buf_t *frame); 121 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val);
|
D | QCameraChannel.cpp | 731 int32_t QCameraReprocessChannel::doReprocess(mm_camera_super_buf_t *frame) in doReprocess() function in qcamera::QCameraReprocessChannel 802 int32_t QCameraReprocessChannel::doReprocess(int buf_fd, in doReprocess() function in qcamera::QCameraReprocessChannel
|
D | QCameraPostProc.cpp | 1356 ret = pme->m_pReprocChannel->doReprocess(pp_frame); in dataProcessRoutine()
|
D | QCamera2HWI.cpp | 2207 rc = pChannel->doReprocess(imgBuf->getFd(0), imgBuf->getSize(0), faceID); in registerFaceImage()
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3Channel.h | 266 int32_t doReprocess(mm_camera_super_buf_t *frame, 269 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val,
|
D | QCamera3Channel.cpp | 2047 int32_t QCamera3ReprocessChannel::doReprocess(mm_camera_super_buf_t *frame, in doReprocess() function in qcamera::QCamera3ReprocessChannel 2097 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, in doReprocess() function in qcamera::QCamera3ReprocessChannel
|
D | QCamera3PostProc.cpp | 1138 ret = pme->m_pReprocChannel->doReprocess(pp_frame, meta_frame); in dataProcessRoutine()
|