Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraPostProc.cpp3052 qcamera_pp_data_t *ppreq_job = (qcamera_pp_data_t *)m_inputPPQ.peek(); in doReprocess() local
3053 if ((ppreq_job == NULL) || (ppreq_job->src_frame == NULL)) { in doReprocess()
3057 if (!validatePostProcess(ppreq_job->src_frame)) { in doReprocess()
3061 ppreq_job = (qcamera_pp_data_t *)m_inputPPQ.dequeue(); in doReprocess()
3062 if (ppreq_job == NULL || ppreq_job->src_frame == NULL || in doReprocess()
3063 ppreq_job->src_reproc_frame == NULL) { in doReprocess()
3067 mm_camera_super_buf_t *src_frame = ppreq_job->src_frame; in doReprocess()
3068 mm_camera_super_buf_t *src_reproc_frame = ppreq_job->src_reproc_frame; in doReprocess()
3069 int8_t mCurReprocCount = ppreq_job->reprocCount; in doReprocess()
3070 int8_t mCurChannelIdx = ppreq_job->ppChannelIndex; in doReprocess()
[all …]