Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp1938 qcamera_hal3_pp_buffer_t* pp_buf = in dataProcessRoutine() local
1940 if (NULL != pp_buf) { in dataProcessRoutine()
1941 if (pp_buf->input) { in dataProcessRoutine()
1942 pme->releaseSuperBuf(pp_buf->input); in dataProcessRoutine()
1943 free(pp_buf->input); in dataProcessRoutine()
1944 pp_buf->input = NULL; in dataProcessRoutine()
1946 free(pp_buf); in dataProcessRoutine()