Searched refs:doReprocess (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraChannel.h | 147 int32_t doReprocess(mm_camera_super_buf_t *frame, 152 int32_t doReprocess(int buf_fd, void *buffer, size_t buf_length, int32_t &ret_val);
|
D | QCameraPostProc.h | 240 int32_t doReprocess();
|
D | QCameraChannel.cpp | 1704 int32_t QCameraReprocessChannel::doReprocess(mm_camera_super_buf_t *frame, in doReprocess() function in qcamera::QCameraReprocessChannel 1790 int32_t QCameraReprocessChannel::doReprocess(int buf_fd, void *buffer, in doReprocess() function in qcamera::QCameraReprocessChannel
|
D | QCameraPostProc.cpp | 3331 ret = pme->doReprocess(); in dataProcessRoutine() 3380 int32_t QCameraPostProcessor::doReprocess() in doReprocess() function in qcamera::QCameraPostProcessor 3536 ret = mPPChannels[mCurChannelIdx]->doReprocess(ppInputFrame, in doReprocess()
|
D | QCamera2HWI.cpp | 6301 rc = pChannel->doReprocess(imgBuf->getFd(0), imgBuf->getPtr(0), in registerFaceImage()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3Channel.h | 640 int32_t doReprocess(int buf_fd,void *buffer, size_t buf_length, int32_t &ret_val,
|
D | QCamera3Channel.cpp | 5375 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, void *buffer, size_t buf_length, in doReprocess() function in qcamera::QCamera3ReprocessChannel
|