HomeSort by relevance Sort by last modified time
    Searched refs:fps (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /external/quake/quake/src/QW/client/
cl_main.c 1277 float fps;
1283 fps = max(30.0, min(cl_maxfps.value, 72.0));
1285 fps = max(30.0, min(rate.value/80.0, 72.0));
1287 if (!cls.timedemo && (realtime + time) - oldrealtime < 1.0/fps)
1308 float fps; local
1318 fps = max(30.0, min(cl_maxfps.value, 72.0));
1320 fps = max(30.0, min(rate.value/80.0, 72.0));
1322 if (!cls.timedemo && realtime - oldrealtime < 1.0/fps)
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.cpp 152 // Note that since we haven't finished the current frame, the FPS counter
165 // Create & measure FPS text.
166 String text(String::format("FPS: %5.1f", 1.0 / m_filteredFrameTime));
175 // Draw FPS text.
181 // Draw FPS graph.
192 double fps = 1.0 / (m_presentTimeHistoryInSec[j] - m_presentTimeHistoryInSec[i]); local
193 double p = 1 - ((fps - loFPS) / (hiFPS - loFPS));
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 53 DummySource(int width, int height, int nFrames, int fps, int colorFormat)
57 mFrameRate(fps),
300 fprintf(stderr, "encoding speed is: %.2f fps\n", (nFrames * 1E9) / (end-start));
  /frameworks/base/media/java/android/media/
MediaRecorder.java 343 * @param fps Rate at which frames should be captured in frames per second.
344 * The fps can go as low as desired. However the fastest fps will be limited by the hardware.
345 * For resolutions that can be captured by the video camera, the fastest fps can be computed using
347 * resolutions the fastest fps may be more restrictive.
352 public void setCaptureRate(double fps) {
356 double timeBetweenFrameCapture = 1 / fps;
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 366 // 12fps: don't animate too fast to preserve CPU
414 int fps, width, height, count, pause; local
417 if (sscanf(l, "%d %d %d", &width, &height, &fps) == 3) {
418 //LOGD("> w=%d, h=%d, fps=%d", width, height, fps);
421 animation.fps = fps;
489 nsecs_t frameDuration = s2ns(1) / animation.fps;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
IpoHelper.java 195 public BoneTrack calculateTrack(int boneIndex, int startFrame, int stopFrame, int fps, boolean boneTrack) {
  /frameworks/av/include/camera/
CameraParameters.h 91 void setPreviewFrameRate(int fps);
115 // The current minimum and maximum preview fps. This controls the rate of
117 // maximum fps must be one of the elements from
121 // The supported preview fps (frame-per-second) ranges. Each range contains
122 // a minimum fps and maximum fps. If minimum fps equals to maximum fps, the
126 // sorted from small to large (first by maximum fps and then minimum fps)
    [all...]
  /frameworks/av/libvideoeditor/vss/common/inc/
M4WRITER_common.h 133 M4OSA_Double fps; /**< Targetted framerate of the video */ member in struct:__anon16014
  /sdk/emulator/opengl/system/gralloc/
gralloc.cpp 745 EGLint fps = rcEnc->rcGetFBParam(rcEnc, FB_FPS); local
746 D("gralloc: fps=%d\n", fps);
780 const_cast<float&>(dev->device.fps) = fps;
  /external/skia/src/gpu/
app-android.cpp 309 int fps = (FRAME_COUNT * 1000) / gDuration; local
311 str.printf("FPS=%3d MS=%3d", fps, gDuration / FRAME_COUNT);
  /external/replicaisland/src/com/replica/replicaisland/
HudSystem.java 232 public void setFPS(int fps) {
233 mFPSDigitsChanged = (fps != mFPS);
234 mFPS = fps;
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 232 public void setCaptureRate(double fps) {
243 if (mLogVerbose) Log.v(TAG, "Setting time lapse capture rate to " + fps + " fps");
244 mCaptureRate = fps;
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 234 public void setCaptureRate(double fps) {
244 if (mLogVerbose) Log.v(TAG, "Setting time lapse capture rate to " + fps + " fps");
245 mCaptureRate = fps;
    [all...]
  /frameworks/av/camera/
CameraParameters.cpp 33 const char CameraParameters::KEY_PREVIEW_FPS_RANGE[] = "preview-fps-range";
34 const char CameraParameters::KEY_SUPPORTED_PREVIEW_FPS_RANGE[] = "preview-fps-range-values";
390 void CameraParameters::setPreviewFrameRate(int fps)
392 set(KEY_PREVIEW_FRAME_RATE, fps);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 163 mRefreshRate = fbDev->fps;
210 mRefreshRate = fbDev->fps;
  /bionic/libc/kernel/common/media/
msm_camera.h 405 struct fps_cfg fps; member in union:sensor_cfg_data::__anon560
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]
  /external/kernel-headers/original/media/
msm_camera.h 449 struct fps_cfg fps; member in union:sensor_cfg_data::__anon8231
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/media/
msm_camera.h 345 struct fps_cfg fps; member in union:sensor_cfg_data::__anon28724
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/media/
msm_camera.h 345 struct fps_cfg fps; member in union:sensor_cfg_data::__anon29511
  /external/chromium/chrome/browser/resources/gpu_internals/
browser_bridge_tests.js 21 clientInfo: {"blacklist_version":"1.10","cl":"80750-dirty","command_line":"./out/Debug/chrome --flag-switches-begin --show-composited-layer-borders --show-fps-counter --flag-switches-end","official":"Developer Build","version":"12.0.729.0","version_mod":""},
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 499 info->fps = dcblk->fps;
  /external/openssl/crypto/evp/
bio_enc.c 72 static long enc_callback_ctrl(BIO *h, int cmd, bio_info_cb *fps);
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 392 int outputFormat, int videoEncoder, int width, int height, int fps);
469 int outputFormat, int videoEncoder, int width, int height, int fps) {
476 mr->setVideoFrameRate(fps);
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 810 int fps = atoi(argv[9]); local
811 timestampInterval = 1000000/fps;
832 int fps = 30; local
931 printf(" ENTER THE CLIP FPS\n");
935 scanf("%d", &fps);
937 timestampInterval = 1000000/fps;
    [all...]

Completed in 1344 milliseconds

1 23 4 5