/external/valgrind/main/coregrind/ |
D | m_stacktrace.c | 70 /*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 …]
|
D | pub_core_stacktrace.h | 55 /*OUT*/Addr* sps, /*OUT*/Addr* fps,
|
/external/iproute2/misc/ |
D | lnstat.c | 109 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/ |
D | firstpass.c | 325 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/ |
D | videocommon.h | 125 static int64 FpsToInterval(int fps) { in FpsToInterval() 126 return fps ? kNumNanosecsPerSec / fps : kMinimumInterval; in FpsToInterval()
|
/external/quake/quake/src/QW/client/ |
D | 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; 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/ |
D | pub_tool_stacktrace.h | 62 /*OUT*/StackTrace fps,
|
/external/kernel-headers/original/media/ |
D | soc2030.h | 87 int fps; member
|
D | msm_camera.h | 449 struct fps_cfg fps; member
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
D | CCHeadsUpDisplay.cpp | 192 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/ |
D | webview.h | 105 void currentFPSUpdated(int fps);
|
D | launcherwindow.h | 210 void updateFPS(int fps);
|
D | launcherwindow.cpp | 920 void LauncherWindow::updateFPS(int fps) in updateFPS() argument 922 QString fpsStatusText = QString("Current FPS: %1").arg(fps); in updateFPS()
|
/external/skia/gpu/src/ |
D | app-android.cpp | 303 int fps = (FRAME_COUNT * 1000) / gDuration; in doDraw() local 305 str.printf("FPS=%3d MS=%3d", fps, gDuration / FRAME_COUNT); in doDraw()
|
/external/libvpx/ |
D | vpxenc.c | 609 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()
|
D | CHANGELOG | 138 vpxenc supports the distinction between --fps and --timebase
|
/external/openssl/crypto/evp/ |
D | bio_enc.c | 72 static long enc_callback_ctrl(BIO *h, int cmd, bio_info_cb *fps);
|
/external/quake/quake/src/QW/ |
D | qwrlnote.txt | 54 - 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
|
D | qw2do.txt | 51 x- check to see that high fps doesn't overflow network and increase ping
|
/external/chromium/base/ |
D | file_util_unittest.cc | 1483 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/ |
D | debuginfo.c | 3070 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/ |
D | SkUIView.mm | 119 str.printf("ms: %d [%d], fps: %3.1f", msTotal, ms0,
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 3147 fps: 50, property 3249 this.timer = this.step.periodical(Math.round(1000 / this.options.fps), this);
|
D | concat-jquery-mootools-prototype.js | 7523 fps: 50, property 7625 this.timer = this.step.periodical(Math.round(1000 / this.options.fps), this);
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderThemeMac.mm | 72 // We estimate the animation rate of a Mac OS X progress bar is 33 fps.
|