Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraPostProc.cpp3037 int8_t mCurChannelIdx = ppreq_job->ppChannelIndex; in doReprocess() local
3040 src_frame,src_reproc_frame,mCurReprocCount, mCurChannelIdx); in doReprocess()
3043 CAM_MANUAL_CAPTURE_TYPE_3) && (mCurChannelIdx == 0)) { in doReprocess()
3104 if (mPPChannels[mCurChannelIdx] != NULL) { in doReprocess()
3111 ret = mPPChannels[mCurChannelIdx]->doReprocessOffline(ppInputFrame, in doReprocess()
3119 mPPChannels[mCurChannelIdx]->doReprocessOffline( in doReprocess()
3162 ret = mPPChannels[mCurChannelIdx]->doReprocess(ppInputFrame, in doReprocess()