Searched refs:ppreq_job (Results 1 – 1 of 1) sorted by relevance
3390 if ((ppreq_job == NULL) || (ppreq_job->src_frame == NULL)) { in doReprocess()3394 if (!validatePostProcess(ppreq_job->src_frame)) { in doReprocess()3399 if (ppreq_job == NULL || ppreq_job->src_frame == NULL || in doReprocess()3400 ppreq_job->src_reproc_frame == NULL) { in doReprocess()3406 int8_t mCurReprocCount = ppreq_job->reprocCount; in doReprocess()3407 int8_t mCurChannelIdx = ppreq_job->ppChannelIndex; in doReprocess()3490 if ((ppreq_job->offline_buffer) && in doReprocess()3546 releaseOngoingPPData(ppreq_job, this); in doReprocess()3547 if (ppreq_job != NULL) { in doReprocess()3548 free(ppreq_job); in doReprocess()[all …]