Home
last modified time | relevance | path

Searched refs:fps (Results 1 – 25 of 32) sorted by relevance

12

/external/valgrind/main/coregrind/
Dm_stacktrace.c70 /*OUT*/Addr* sps, /*OUT*/Addr* fps, in VG_()
115 if (fps) fps[0] = uregs.xbp; in VG_()
124 if (fps) fps[0] = uregs.xbp; in VG_()
174 if (fps) fps[i] = uregs.xbp; in VG_()
188 if (fps) fps[i] = uregs.xbp; in VG_()
202 if (fps) fps[i] = uregs.xbp; in VG_()
226 /*OUT*/Addr* sps, /*OUT*/Addr* fps, in VG_()
279 if (fps) fps[0] = uregs.xbp; in VG_()
289 if (fps) fps[0] = uregs.xbp; in VG_()
319 if (fps) fps[i] = uregs.xbp; in VG_()
[all …]
Dpub_core_stacktrace.h55 /*OUT*/Addr* sps, /*OUT*/Addr* fps,
/external/iproute2/misc/
Dlnstat.c109 struct field_params *fps, int interval) in map_field_params() argument
115 if (!fps->num) { in map_field_params()
118 fps->params[j].lf = &lf->fields[i]; in map_field_params()
119 fps->params[j].lf->file->interval.tv_sec = in map_field_params()
121 if (!fps->params[j].print.width) in map_field_params()
122 fps->params[j].print.width = in map_field_params()
135 fps->num = j; in map_field_params()
139 for (i = 0; i < fps->num; i++) { in map_field_params()
140 fps->params[i].lf = lnstat_find_field(lnstat_files, in map_field_params()
141 fps->params[i].name); in map_field_params()
[all …]
/external/libvpx/vp8/encoder/
Dfirstpass.c325 static int input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps) in input_stats() argument
330 *fps = *cpi->stats_in; in input_stats()
749 FIRSTPASS_STATS fps; in vp8_first_pass() local
751 fps.frame = cm->current_video_frame ; in vp8_first_pass()
752 fps.intra_error = intra_error >> 8; in vp8_first_pass()
753 fps.coded_error = coded_error >> 8; in vp8_first_pass()
760 fps.ssim_weighted_pred_err = fps.coded_error * weight; in vp8_first_pass()
762 fps.pcnt_inter = 0.0; in vp8_first_pass()
763 fps.pcnt_motion = 0.0; in vp8_first_pass()
764 fps.MVr = 0.0; in vp8_first_pass()
[all …]
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dvideocommon.h125 static int64 FpsToInterval(int fps) { in FpsToInterval()
126 return fps ? kNumNanosecsPerSec / fps : kMinimumInterval; in FpsToInterval()
/external/quake/quake/src/QW/client/
Dcl_main.c1277 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; in Host_Frame() local
1318 fps = max(30.0, min(cl_maxfps.value, 72.0)); in Host_Frame()
1320 fps = max(30.0, min(rate.value/80.0, 72.0)); in Host_Frame()
1322 if (!cls.timedemo && realtime - oldrealtime < 1.0/fps) in Host_Frame()
/external/valgrind/main/include/
Dpub_tool_stacktrace.h62 /*OUT*/StackTrace fps,
/external/kernel-headers/original/media/
Dsoc2030.h87 int fps; member
Dmsm_camera.h449 struct fps_cfg fps; member
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCHeadsUpDisplay.cpp192 double fps = 1.0 / (m_presentTimeHistoryInSec[j] - m_presentTimeHistoryInSec[i]); in drawFPSCounter() local
193 double p = 1 - ((fps - loFPS) / (hiFPS - loFPS)); in drawFPSCounter()
/external/webkit/Tools/QtTestBrowser/
Dwebview.h105 void currentFPSUpdated(int fps);
Dlauncherwindow.h210 void updateFPS(int fps);
Dlauncherwindow.cpp920 void LauncherWindow::updateFPS(int fps) in updateFPS() argument
922 QString fpsStatusText = QString("Current FPS: %1").arg(fps); in updateFPS()
/external/skia/gpu/src/
Dapp-android.cpp303 int fps = (FRAME_COUNT * 1000) / gDuration; in doDraw() local
305 str.printf("FPS=%3d MS=%3d", fps, gDuration / FRAME_COUNT); in doDraw()
/external/libvpx/
Dvpxenc.c609 const struct vpx_rational *fps) in write_webm_file_header() argument
626 glob->framerate = *fps; in write_webm_file_header()
647 float frameRate = (float)fps->num/(float)fps->den; in write_webm_file_header()
DCHANGELOG138 vpxenc supports the distinction between --fps and --timebase
/external/openssl/crypto/evp/
Dbio_enc.c72 static long enc_callback_ctrl(BIO *h, int cmd, bio_info_cb *fps);
/external/quake/quake/src/QW/
Dqwrlnote.txt54 - CVar cl_maxfps added that controls the max fps rate independant of rate (it
58 can handle. This is why fps was tied to rate in the first place.
68 - Linux client was hard locked at 30fps, fixed
Dqw2do.txt51 x- check to see that high fps doesn't overflow network and increase ping
/external/chromium/base/
Dfile_util_unittest.cc1483 FILE *fps[3]; in TEST_F() local
1488 fps[i] = file_util::CreateAndOpenTemporaryFile(&(names[i])); in TEST_F()
1489 ASSERT_TRUE(fps[i]); in TEST_F()
1500 EXPECT_TRUE(file_util::CloseFile(fps[i])); in TEST_F()
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c3070 Addr ips[N_FRAMES], sps[N_FRAMES], fps[N_FRAMES]; in VG_() local
3205 sps, fps, 0/*first_ip_delta*/ ); in VG_()
3215 sps[j], fps[j], tid, j )) { in VG_()
3242 sps[j], fps[j], tid, j )) { in VG_()
/external/skia/gpu/src/skia/
DSkUIView.mm119 str.printf("ms: %d [%d], fps: %3.1f", msTotal, ms0,
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js3147 fps: 50, property
3249 this.timer = this.step.periodical(Math.round(1000 / this.options.fps), this);
Dconcat-jquery-mootools-prototype.js7523 fps: 50, property
7625 this.timer = this.step.periodical(Math.round(1000 / this.options.fps), this);
/external/webkit/Source/WebCore/rendering/
DRenderThemeMac.mm72 // We estimate the animation rate of a Mac OS X progress bar is 33 fps.

12