Searched refs:cpf_file (Results 1 – 2 of 2) sorted by relevance
/external/libxcam/modules/isp/ |
D | xcam_cpf_reader.c | 65 read_cpf_file (const char *cpf_file, uint8_t **buf) in read_cpf_file() argument 68 FILE *fp = fopen (cpf_file, "rb"); in read_cpf_file() 89 XCAM_LOG_ERROR ("read cpf(%s) failed", cpf_file); in read_cpf_file() 100 xcam_cpf_read (const char *cpf_file, XCamCpfBlob *aiq_cpf, XCamCpfBlob *hal_cpf) in xcam_cpf_read() argument 108 XCAM_FAIL_RETURN_VAL (cpf_file, FALSE); in xcam_cpf_read() 112 if ((cpf_size = read_cpf_file(cpf_file, &cpf_buf)) <= 0) { in xcam_cpf_read() 113 XCAM_LOG_ERROR ("read cpf_file(%s) failed.", cpf_file); in xcam_cpf_read() 119 XCAM_LOG_ERROR ("tbd validate cpf file(%s) failed.", cpf_file); in xcam_cpf_read()
|
D | xcam_cpf_reader.h | 75 boolean xcam_cpf_read (const char *cpf_file, XCamCpfBlob *aiq_cpf, XCamCpfBlob *hal_cpf);
|