HomeSort by relevance Sort by last modified time
    Searched refs:gridThreshold (Results 1 - 2 of 2) sorted by null

  /hardware/invensense/60xx/mlsdk/mllite/
mlcontrol.c 79 MLCTRL_GRID_THRESHOLD_3_DEFAULT}, // gridThreshold
374 cntrl_params.gridThreshold[0] = threshold;
377 cntrl_params.gridThreshold[1] = threshold;
380 cntrl_params.gridThreshold[2] = threshold;
383 cntrl_params.gridThreshold[3] = threshold;
697 (128 * cntrl_params.gridThreshold[i])) / 128;
700 cntrl_params.gridThreshold[i]);
701 tmp = 1 + 16777216L / cntrl_params.gridThreshold[i];
714 128 * cntrl_params.gridThreshold[i];
715 cntrl_obj.controlInt[i] = cntrl_params.gridThreshold[i] / 2
    [all...]
mlcontrol.h 149 long gridThreshold[4];

Completed in 1379 milliseconds