Home | History | Annotate | Download | only in HAL3

Lines Matching defs:pp_buf

1850                     qcamera_hal3_pp_buffer_t* pp_buf =
1852 if (NULL != pp_buf) {
1853 if (pp_buf->input) {
1854 pme->releaseSuperBuf(pp_buf->input);
1855 free(pp_buf->input);
1856 pp_buf->input = NULL;
1858 free(pp_buf);