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

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 488 snprintf(buffer, sizeof(buffer), "(%d,%d)", fps[0].minFPS, fps[0].maxFPS);
492 snprintf(buffer, sizeof(buffer), ",(%d,%d)", fps[i].minFPS, fps[i].maxFPS);
799 int minFps = (int)(mSensorFpsRange.min_fps * 1000);
804 if(allFpsRanges[i].maxFPS <= maxFps && allFpsRanges[i].minFPS >= minFps) {
818 if(mSupportedFpsRanges[i].minFPS > minFps) {
821 } else if (mSupportedFpsRanges[i].minFPS == minFps) {
832 mSupportedFpsRanges[i].minFPS = minFps
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraDeviceTest.java     [all...]
RecordingTest.java 244 int minFpsProfileId = -1, minFps = 1000;
253 if (profile.videoFrameRate < minFps) {
255 minFps = profile.videoFrameRate;
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 107 //Supported preview fps ranges should be added to this array in the form (minFps,maxFps)
472 snprintf(buffer, sizeof(buffer), "(%d,%d)", fps[0].minFPS, fps[0].maxFPS);
476 snprintf(buffer, sizeof(buffer), ",(%d,%d)", fps[i].minFPS, fps[i].maxFPS);
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp 105 //Supported preview fps ranges should be added to this array in the form (minFps,maxFps)
476 snprintf(buffer, sizeof(buffer), "(%d,%d)", fps[0].minFPS, fps[0].maxFPS);
480 snprintf(buffer, sizeof(buffer), ",(%d,%d)", fps[i].minFPS, fps[i].maxFPS);
    [all...]
QualcommCameraHardware.cpp 328 //supported preview fps ranges should be added to this array in the form (minFps,maxFps)
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]

Completed in 407 milliseconds