Home
last modified time | relevance | path

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

/external/libxcam/modules/isp/
Dx3a_analyzer_aiq.cpp38 XCamCpfBlob *_aiq_cpf; member in XCam::CpfReader
45 _aiq_cpf = xcam_cpf_blob_new (); in CpfReader()
50 if (_aiq_cpf) in ~CpfReader()
51 xcam_cpf_blob_free (_aiq_cpf); in ~CpfReader()
58 if (!xcam_cpf_read (_name, _aiq_cpf, NULL)) { in read()
62 binary.data = _aiq_cpf->data; in read()
63 binary.size = _aiq_cpf->size; in read()