HomeSort by relevance Sort by last modified time
    Searched refs:fps (Results 1 - 25 of 39) sorted by null

1 2

  /external/clearsilver/scripts/
commitlog.py 62 fps = open(filename,"a+")
64 fps.seek(-len(log_summary),2)
65 check_data = fps.read(len(log_summary))
67 fps.write(log_summary)
70 fps.write(log_summary)
73 fps.close()
  /frameworks/base/include/ui/
DisplayInfo.h 34 float fps; member in struct:android::DisplayInfo
  /external/iproute2/misc/
lnstat.c 109 struct field_params *fps, int interval)
115 if (!fps->num) {
118 fps->params[j].lf = &lf->fields[i];
119 fps->params[j].lf->file->interval.tv_sec =
121 if (!fps->params[j].print.width)
122 fps->params[j].print.width =
135 fps->num = j;
139 for (i = 0; i < fps->num; i++) {
140 fps->params[i].lf = lnstat_find_field(lnstat_files,
141 fps->params[i].name)
    [all...]
  /frameworks/base/core/jni/
android_view_Display.cpp 37 jfieldID fps; member in struct:android::offsets_t
62 env->SetFloatField(clazz, offsets.fps, info.fps);
120 offsets.fps = env->GetFieldID(clazz, "mRefreshRate", "F");
  /development/samples/GlobalTime/src/com/android/globaltime/
GLView.java 301 // Counters for FPS calculation
573 String fps = "" + (1000.0f*mFramesFPS/(endTime - startTime)); local
575 // Normalize fps to XX.XX format
576 if (fps.indexOf(".") == 1) {
577 fps = " " + fps;
579 int len = fps.length();
581 fps += ".00";
583 fps += "0";
585 fps = fps.substring(0, 5)
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 75 int fps; member in struct:android::BootAnimation::Animation
BootAnimation.cpp 332 // 12fps: don't animate too fast to preserve CPU
368 int fps, width, height, count, pause; local
370 if (sscanf(l, "%d %d %d", &width, &height, &fps) == 3) {
371 //LOGD("> w=%d, h=%d, fps=%d", fps, width, height);
374 animation.fps = fps;
439 nsecs_t frameDuration = s2ns(1) / animation.fps;
  /hardware/libhardware/modules/gralloc/
gralloc_priv.h 53 float fps; member in struct:private_module_t
framebuffer.cpp 243 float fps = refreshRate / 1000.0f; local
272 fps
288 module->fps = fps;
370 const_cast<float&>(dev->device.fps) = m->fps;
  /hardware/msm7k/libgralloc/
gralloc_priv.h 57 float fps; member in struct:private_module_t
framebuffer.cpp 240 float fps = refreshRate / 1000.0f; local
269 fps
285 module->fps = fps;
363 const_cast<float&>(dev->device.fps) = m->fps;
  /external/libvpx/vp8/encoder/
firstpass.c 69 int vp8_input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps);
300 int vp8_input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps)
307 *fps = *cpi->stats_in;
797 FIRSTPASS_STATS fps; local
799 fps.frame = cm->current_video_frame ;
800 fps.intra_error = intra_error >> 8;
801 fps.coded_error = coded_error >> 8;
807 fps.ssim_weighted_pred_err = fps.coded_error * weight;
809 fps.pcnt_inter = 0.0
    [all...]
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 276 float fps = refreshRate / 1000.0f; local
305 fps
321 module->fps = fps;
399 const_cast<float&>(dev->device.fps) = m->fps;
gralloc_priv.h 77 float fps; member in struct:private_module_t
  /system/extras/tests/framebuffer/
refresh.c 79 float fps = refreshRate / 1000.0f; local
108 fps
  /build/tools/droiddoc/templates/assets/
carousel.js 182 animation.fps = 60;
186 animation.frames = (animation.time * animation.fps) - 1.0;
208 var timeoutId = window.setInterval(animate, animation.time/animation.fps * 1000);
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 1631 double fps = 1000.0 \/ avgInterval; local
    [all...]
  /frameworks/base/include/camera/
CameraParameters.h 62 void setPreviewFrameRate(int fps);
86 // The current minimum and maximum preview fps. This controls the rate of
88 // maximum fps must be one of the elements from
92 // The supported preview fps (frame-per-second) ranges. Each range contains
93 // a minimum fps and maximum fps. If minimum fps equals to maximum fps, the
97 // sorted from small to large (first by maximum fps and then minimum fps)
    [all...]
  /hardware/libhardware/include/hardware/
gralloc.h 249 const float fps; member in struct:framebuffer_device_t
  /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)
  /frameworks/base/libs/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";
340 void CameraParameters::setPreviewFrameRate(int fps)
342 set(KEY_PREVIEW_FRAME_RATE, fps);
  /bionic/libc/kernel/common/media/
msm_camera.h 395 struct fps_cfg fps; member in union:sensor_cfg_data::__anon482
  /external/kernel-headers/original/media/
msm_camera.h 449 struct fps_cfg fps; member in union:sensor_cfg_data::__anon4950
  /frameworks/base/include/private/surfaceflinger/
SharedBufferStack.h 371 float fps; member in struct:android::display_cblk_t
  /prebuilt/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::__anon16401

Completed in 756 milliseconds

1 2