Searched refs:cpf_buf (Results 1 – 1 of 1) sorted by relevance
/external/libxcam/modules/isp/ |
D | xcam_cpf_reader.c | 102 uint8_t *cpf_buf; in xcam_cpf_read() local 112 if ((cpf_size = read_cpf_file(cpf_file, &cpf_buf)) <= 0) { in xcam_cpf_read() 118 if (tbd_validate (cpf_buf, cpf_size, tbd_tag_cpff) != tbd_err_none) { in xcam_cpf_read() 124 if ( (tbd_get_record (cpf_buf, tbd_class_aiq, tbd_format_any, in xcam_cpf_read() 138 if (tbd_get_record (cpf_buf, tbd_class_drv, tbd_format_any, in xcam_cpf_read() 148 if (tbd_get_record (cpf_buf, tbd_class_hal, tbd_format_any, in xcam_cpf_read() 160 xcam_free (cpf_buf); in xcam_cpf_read() 164 xcam_free (cpf_buf); in xcam_cpf_read()
|