Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3PostProc.cpp2285 qcamera_hal3_pp_buffer_t* pp_buf = in dataProcessRoutine() local
2287 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()