Searched refs:extra_pp_job (Results 1 – 1 of 1) sorted by relevance
3518 qcamera_pp_data_t *extra_pp_job = in doReprocess() local3520 if (!extra_pp_job) { in doReprocess()3525 extra_pp_job->reprocCount = ppreq_job->reprocCount; in doReprocess()3526 if (!m_ongoingPPQ.enqueue((void *)extra_pp_job)) { in doReprocess()3528 releaseOngoingPPData(extra_pp_job, this); in doReprocess()3529 free(extra_pp_job); in doReprocess()3530 extra_pp_job = NULL; in doReprocess()