HomeSort by relevance Sort by last modified time
    Searched defs:fps (Results 26 - 50 of 150) sorted by null

12 3 4 5 6

  /external/libvpx/libvpx/examples/
set_maps.c 164 const int fps = 2; // TODO(dkovalev) add command line argument local
180 info.time_base.denominator = fps;
205 cfg.g_h * fps / 1000);
simple_encoder.c 159 const int fps = 30; // TODO(dkovalev) add command line argument local
192 info.time_base.denominator = fps;
vp8cx_set_ref.c 106 const int fps = 30; // TODO(dkovalev) add command line argument local
127 info.time_base.denominator = fps;
twopass_encoder.c 133 const int fps = 30; // TODO(dkovalev) add command line argument local
151 info.time_base.denominator = fps;
  /external/skia/experimental/SkV8Example/
gears.js 160 function fps() {
163 setTimeout(fps, 1000);
166 setTimeout(fps, 1000);
  /frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
TestFramerateView.java 53 float fps = 1000000.f / elapsedTime_us; local
55 Log.v(TAG, "Long frame: " + elapsedTime_us/1000.f + " ms (" + fps + " fps)");
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
set_maps.c 164 const int fps = 2; // TODO(dkovalev) add command line argument local
180 info.time_base.denominator = fps;
205 cfg.g_h * fps / 1000);
simple_encoder.c 159 const int fps = 30; // TODO(dkovalev) add command line argument local
192 info.time_base.denominator = fps;
vp8cx_set_ref.c 106 const int fps = 30; // TODO(dkovalev) add command line argument local
127 info.time_base.denominator = fps;
twopass_encoder.c 133 const int fps = 30; // TODO(dkovalev) add command line argument local
151 info.time_base.denominator = fps;
  /hardware/libhardware/include/hardware/
fb.h 65 const float fps; member in struct:framebuffer_device_t
  /hardware/qcom/display/msm8084/libgralloc/
fb_priv.h 52 float fps; member in struct:private_module_t
  /hardware/qcom/display/msm8226/libgralloc/
fb_priv.h 52 float fps; member in struct:private_module_t
  /hardware/qcom/display/msm8960/libgralloc/
fb_priv.h 52 float fps; member in struct:private_module_t
  /hardware/qcom/display/msm8974/libgralloc/
fb_priv.h 52 float fps; member in struct:private_module_t
  /system/extras/tests/framebuffer/
refresh.c 77 float fps = refreshRate / 1000.0f; local
106 fps
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
twopass_encoder.c 209 const int fps = 30; // TODO(dkovalev) add command line argument local
244 cfg.g_timebase.den = fps;
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
encode_perf_test.cc 151 const double fps = frames / elapsed_secs; local
160 printf("\t\"framesPerSecond\" : %f,\n", fps);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
benchmark.cc 84 double fps[nBitrates]; local
118 << ", " << frameRate[j] << " fps" << std::endl << "Bitrate [kbps]:";
120 << "," << frameRate[j] << " fps" << std::endl << "Bitrate [kbps]";
165 fps[k] = avgFps;
207 std::cout << std::endl << "Speed [fps]:";
208 _results << std::endl << "Speed [fps]";
211 std::cout << " " << static_cast<int>(fps[k] + 0.5);
212 _results << "," << static_cast<int>(fps[k] + 0.5);
  /external/qemu/distrib/sdl-1.2.15/test/
testoverlay2.c 270 fprintf(stderr, " -fps <frames per second>\n");
292 int fps=12; local
305 if (strcmp(argv[1], "-fps")== 0)
309 fps = atoi(argv[2]);
310 if (fps==0)
312 fprintf(stderr, "The -fps option requires an argument [from 1 to 1000], default is 12.\n");
315 if ((fps<0) || (fps>1000))
317 fprintf(stderr, "The -fps option must be in range from 1 to 1000, default is 12.\n");
325 fprintf(stderr, "The -fps option requires an argument [from 1 to 1000], default is 12.\n")
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 78 int fps; member in struct:android::BootAnimation::Animation
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 235 float fps = refreshRate / 1000.0f; local
264 fps
280 module->fps = fps;
354 const_cast<float&>(dev->device.fps) = m->fps;
gralloc_priv.h 53 float fps; member in struct:private_module_t
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 72 void UpdateFPS( float fps );
185 float fps; local
186 if( monitor_.Update( fps ) )
188 UpdateFPS( fps );
423 void Engine::UpdateFPS( float fps )
431 jni->CallVoidMethod( app_->activity->clazz, methodID, fps );
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c 12 #include "common/fps.h"
316 double fps; local
318 if (FpsStep(&g_fps_state, &fps))
319 g_pMessaging->PostMessage(PSGetInstanceId(), PP_MakeDouble(fps));

Completed in 1226 milliseconds

12 3 4 5 6