HomeSort by relevance Sort by last modified time
    Searched refs:fps (Results 126 - 150 of 432) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libvpx/libvpx/test/
encode_perf_test.cc 160 const double fps = frames / elapsed_secs; local
176 printf("\t\"framesPerSecond\" : %f,\n", fps);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCameraParameters.java 127 public void setPreviewFrameRate(int fps) {
128 previewFps = fps;
  /external/skia/samplecode/
SampleAnimatedText.cpp 78 SkString outString("fps: ");
90 SkScalar fps = 1000.f / meanTime; variable
91 outString.appendScalar(fps);
  /external/skia/src/gpu/glsl/
GrGLSLFragmentProcessor.h 172 explicit Iter(GrGLSLFragmentProcessor* fps[], int cnt) {
174 fFPStack.push_back(fps[i]);
  /external/skqp/samplecode/
SampleAnimatedText.cpp 78 SkString outString("fps: ");
90 SkScalar fps = 1000.f / meanTime; variable
91 outString.appendScalar(fps);
  /external/skqp/src/gpu/glsl/
GrGLSLFragmentProcessor.h 172 explicit Iter(GrGLSLFragmentProcessor* fps[], int cnt) {
174 fFPStack.push_back(fps[i]);
  /external/webrtc/talk/media/base/
videocommon.cc 142 void ComputeScale(int frame_width, int frame_height, int fps,
146 // For high fps, maximum pixels limit is set based on common 24" monitor
149 int max_pixels = (fps > 5) ? 2048 * 1280 : 2880 * 1800;
  /prebuilts/misc/windows/sdl2/test/
testscale.c 190 double fps = ((double) frames * 1000) / (now - then); local
191 SDL_Log("%2.2f frames per second\n", fps);
  /system/extras/tests/framebuffer/
refresh.c 76 float fps = refreshRate / 1000.0f; local
105 fps
  /bootable/recovery/minui/include/minui/
minui.h 128 int res_create_multi_display_surface(const char* name, int* frames, int* fps,
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
PlotStatistics.java 36 long fps; field in class:PlotStatistics
88 annotationString = "FPS (potential): " + potentialFPS + " FPS (actual): " + overallFPS + " Latency (ms) Avg: " + lastLatency + " \nMin: " + shortestRenderMs +
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-signal-context-chk-vmx.c 39 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
tm-signal-context-chk-vsx.c 39 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
  /external/webrtc/webrtc/video/
video_quality_test.h 32 int32_t fps; member in struct:webrtc::VideoQualityTest::Params::__anon44495
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
CameraSource.java 316 private int[] findClosestFpsRange(int fps, Camera.Parameters params) {
320 if (range[Camera.Parameters.PREVIEW_FPS_MIN_INDEX] < fps*1000 &&
321 range[Camera.Parameters.PREVIEW_FPS_MAX_INDEX] > fps*1000 &&
329 if (mLogVerbose) Log.v(TAG, "Requested fps: " + fps
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_hdmi.h 60 * struct DynamicFPSData - defines dynamic fps related data
65 * @fps: frames per second
72 uint32_t fps; member in struct:sdm::HWHDMI::DynamicFPSData
113 // Holds the hdmi timing information. Ex: resolution, fps etc.,
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_hdmi.h 60 * struct DynamicFPSData - defines dynamic fps related data
65 * @fps: frames per second
72 uint32_t fps; member in struct:sdm::HWHDMI::DynamicFPSData
113 // Holds the hdmi timing information. Ex: resolution, fps etc.,
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaPerfUtils.java 80 log.addValue("reported_low", reported.getLower(), ResultType.NEUTRAL, ResultUnit.FPS);
81 log.addValue("reported_high", reported.getUpper(), ResultType.NEUTRAL, ResultUnit.FPS);
90 * logcat. Returns the "final fps" value.
105 double fps = logPerformanceStats(log, timeAvgUsStats, "time_avg_stats", local
108 log.setSummary("fps", fps, ResultType.HIGHER_BETTER, ResultUnit.FPS);
109 return fps;
114 * Also prints the same into logcat using |message| as the base message. Returns the fps value
  /device/generic/goldfish/camera/
CallbackNotifier.cpp 153 status_t CallbackNotifier::enableVideoRecording(int fps)
155 ALOGV("%s: FPS = %d", __FUNCTION__, fps);
160 mFrameRefreshFreq = 1000000000LL / fps;
  /device/google/cuttlefish_common/guest/hals/camera/
CallbackNotifier.cpp 138 status_t CallbackNotifier::enableVideoRecording(int fps) {
139 ALOGV("%s: FPS = %d", __FUNCTION__, fps);
144 mFrameRefreshFreq = 1000000000LL / fps;
  /external/libvpx/libvpx/examples/
set_maps.c 163 const int fps = 2; // TODO(dkovalev) add command line argument local
180 info.time_base.denominator = fps;
202 (unsigned int)(bits_per_pixel_per_frame * cfg.g_w * cfg.g_h * fps / 1000);
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayer.cpp 270 // calculate fps in 5-second time window
276 double fps = 0; local
278 fps = frames * 1000000000.0/ (now - mFrames[0]);
280 ITRACE("fps of layer %d is %.1f", mIndex, fps);
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display_external.cpp 250 uint32_t HWCDisplayExternal::RoundToStandardFPS(float fps) {
253 uint32_t frame_rate = (uint32_t)(fps * 1000);
262 // Most likely used for video, the fps for frames should be stable from video side.
312 return (fb_config.fps * 1000);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display_external.cpp 250 uint32_t HWCDisplayExternal::RoundToStandardFPS(float fps) {
253 uint32_t frame_rate = (uint32_t)(fps * 1000);
262 // Most likely used for video, the fps for frames should be stable from video side.
312 return (fb_config.fps * 1000);
  /tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/
OpenGlPerformanceTest.java 255 // Parse one result file and save test name and fps value
273 Double[] fps = mTestResults.get(key); local
274 if (fps == null) {
275 fps = new Double[mIterations];
276 CLog.v("initialize fps array");
278 fps[iterationId] = Double.parseDouble(capture.get(0).get(0));
279 mTestResults.put(key, fps);

Completed in 564 milliseconds

1 2 3 4 56 7 8 91011>>