Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/
H A DRkIspFecGenMesh.cpp27 const double *lightCenter, in init() argument
39 if (!lightCenter || !coeff) { in init()
45 printf("I: the light center of lens: %.16f, %.16f\n", lightCenter[0], lightCenter[1]); in init()
72 mCoeff.cx = lightCenter[0]; in init()
73 mCoeff.cy = lightCenter[1]; in init()
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/
H A DRkIspFecGenMesh.h34 const double *lightCenter, const double *coeff,