Home | History | Annotate | Download | only in CameraHal

Lines Matching full:atoi

280                 cycleCounter = atoi(cmd + 1);
364 rotation = atoi(cmd + 1);
373 previewRotation = atoi(cmd + 1);
428 widthC = atoi(resC);
430 heightC = atoi(resC);
577 camera_index=atoi(cmd+1);
694 thumbQuality = atoi(cmd + 1);
713 jpegQuality = atoi(cmd + 1);
730 ippIDX_old = atoi(cmd + 1);
731 params.set(KEY_IPP, atoi(cmd + 1));
842 setDefaultExpGainPreset(shotParams, atoi(cmd + 1));
872 tempBracketRange = atoi(cmd + 1);
888 params.set(KEY_TI_BURST, atoi(cmd + 1));
889 burstCount = atoi(cmd + 1);
973 iso_mode = atoi(cmd + 1);
986 sharpness = atoi(cmd + 1);
1007 contrast = atoi(cmd + 1);
1077 brightness = atoi(cmd + 1);
1086 saturation = atoi(cmd + 1);
1292 dly = atoi(cmd + 1);
1314 if ( atoi(cmd + 1) > 0 )
1402 AutoConvergenceModeIDX = atoi(cmd + 1);
1417 manC = atoi(cmd + 1);
1440 manE = atoi(cmd + 1);
1466 manG = atoi(cmd + 1);
1552 if (atoi(param + 1) == array[i]) {