Home | History | Annotate | Download | only in camera

Lines Matching refs:LUT

24 const LUT cameraCommandsUserToHAL[] = {
1843 const char* BaseCameraAdapter::getLUTvalue_translateHAL(int Value, LUTtypeHAL LUT) {
1844 int LUTsize = LUT.size;
1846 if( LUT.Table[i].halDefinition == Value )
1847 return LUT.Table[i].userDefinition;