/external/chromium_org/third_party/webrtc/modules/video_capture/windows/ |
help_functions_ds.cc | 24 LONGLONG GetMaxOfFrameArray(LONGLONG *maxFps, long size) 26 LONGLONG maxFPS = maxFps[0]; 29 if (maxFPS > maxFps[i]) 30 maxFPS = maxFps[i]; 32 return maxFPS;
|
help_functions_ds.h | 27 LONGLONG GetMaxOfFrameArray(LONGLONG *maxFps, long size);
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CameraDeviceTest.java | [all...] |
RecordingTest.java | 245 int maxFpsProfileId = -1, maxFps = 0; 257 if (profile.videoFrameRate > maxFps) { 259 maxFps = profile.videoFrameRate; [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); 800 int maxFps = (int)(mSensorFpsRange.max_fps * 1000); 804 if(allFpsRanges[i].maxFPS <= maxFps && allFpsRanges[i].minFPS >= minFps) { 815 if(mSupportedFpsRanges[i].maxFPS < maxFps) { 817 } else if (mSupportedFpsRanges[i].maxFPS == maxFps) { 831 mSupportedFpsRanges[i].maxFPS = maxFps [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...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/ |
StaticMetadata.java | [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...] |