Searched refs:ppreq_job (Results 1 – 1 of 1) sorted by relevance
3389 qcamera_pp_data_t *ppreq_job = (qcamera_pp_data_t *)m_inputPPQ.peek(); in doReprocess() local3390 if ((ppreq_job == NULL) || (ppreq_job->src_frame == NULL)) { in doReprocess()3394 if (!validatePostProcess(ppreq_job->src_frame)) { in doReprocess()3398 ppreq_job = (qcamera_pp_data_t *)m_inputPPQ.dequeue(); in doReprocess()3399 if (ppreq_job == NULL || ppreq_job->src_frame == NULL || in doReprocess()3400 ppreq_job->src_reproc_frame == NULL) { in doReprocess()3404 mm_camera_super_buf_t *src_frame = ppreq_job->src_frame; in doReprocess()3405 mm_camera_super_buf_t *src_reproc_frame = ppreq_job->src_reproc_frame; in doReprocess()3406 int8_t mCurReprocCount = ppreq_job->reprocCount; in doReprocess()3407 int8_t mCurChannelIdx = ppreq_job->ppChannelIndex; in doReprocess()[all …]