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.cpp2264 qcamera_hal3_pp_buffer_t* pp_buf = in dataProcessRoutine() local
2266 if (NULL != pp_buf) { in dataProcessRoutine()
2267 if (pp_buf->input) { in dataProcessRoutine()
2268 pme->releaseSuperBuf(pp_buf->input); in dataProcessRoutine()
2269 free(pp_buf->input); in dataProcessRoutine()
2270 pp_buf->input = NULL; in dataProcessRoutine()
2272 free(pp_buf); in dataProcessRoutine()