Searched refs:extra_pp_job (Results 1 – 1 of 1) sorted by relevance
3180 qcamera_pp_data_t *extra_pp_job = in doReprocess() local3182 if (!extra_pp_job) { in doReprocess()3187 extra_pp_job->reprocCount = ppreq_job->reprocCount; in doReprocess()3188 if (!m_ongoingPPQ.enqueue((void *)extra_pp_job)) { in doReprocess()3190 releaseOngoingPPData(extra_pp_job, this); in doReprocess()3191 free(extra_pp_job); in doReprocess()3192 extra_pp_job = NULL; in doReprocess()