Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraPostProc.cpp3180 qcamera_pp_data_t *extra_pp_job = in doReprocess() local
3182 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()