Searched refs:pp_buf (Results 1 – 1 of 1) sorted by relevance
2285 qcamera_hal3_pp_buffer_t* pp_buf = in dataProcessRoutine() local2287 if (NULL != pp_buf) { in dataProcessRoutine()2288 if (pp_buf->input) { in dataProcessRoutine()2289 pme->releaseSuperBuf(pp_buf->input); in dataProcessRoutine()2290 free(pp_buf->input); in dataProcessRoutine()2291 pp_buf->input = NULL; in dataProcessRoutine()2293 free(pp_buf); in dataProcessRoutine()