Home
last modified time | relevance | path

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

/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp1850 qcamera_hal3_pp_buffer_t* pp_buf = in dataProcessRoutine() local
1852 if (NULL != pp_buf) { in dataProcessRoutine()
1853 if (pp_buf->input) { in dataProcessRoutine()
1854 pme->releaseSuperBuf(pp_buf->input); in dataProcessRoutine()
1855 free(pp_buf->input); in dataProcessRoutine()
1856 pp_buf->input = NULL; in dataProcessRoutine()
1858 free(pp_buf); in dataProcessRoutine()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp1850 qcamera_hal3_pp_buffer_t* pp_buf = in dataProcessRoutine() local
1852 if (NULL != pp_buf) { in dataProcessRoutine()
1853 if (pp_buf->input) { in dataProcessRoutine()
1854 pme->releaseSuperBuf(pp_buf->input); in dataProcessRoutine()
1855 free(pp_buf->input); in dataProcessRoutine()
1856 pp_buf->input = NULL; in dataProcessRoutine()
1858 free(pp_buf); in dataProcessRoutine()