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

  /hardware/ti/omap4xxx/camera/
CameraHal.cpp 251 int maxFPS, minFPS;
525 params.getPreviewFpsRange(&minFPS, &maxFPS);
527 if ( ( 0 > minFPS ) || ( 0 > maxFPS ) )
541 selectFPSRange(framerate, &minFPS, &maxFPS);
542 CAMHAL_LOGDB("Select FPS Range %d %d", minFPS, maxFPS);
550 temp.getPreviewFpsRange(&minFPS, &maxFPS);
556 temp.getPreviewFpsRange(&minFPS, &maxFPS);
567 minFPS /= CameraHal::VFR_SCALE;
570 if ( ( 0 == minFPS ) || ( 0 == maxFPS ) )
576 if ( maxFPS < minFPS )
    [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /system/media/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]

Completed in 54 milliseconds