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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/test/
video_capturer.cc 35 int fps,
37 VcmCapturer* vcm_capturer = VcmCapturer::Create(input, width, height, fps);
45 FrameGeneratorCapturer::Create(input, width, height, fps, clock);
video_capturer.h 28 int fps,
  /external/valgrind/main/coregrind/
pub_core_stacktrace.h 50 // ips[0 .. min(n_ips,return_value)]. If sps and fps are non-NULL,
56 /*OUT*/Addr* sps, /*OUT*/Addr* fps,
m_stacktrace.c 141 /*OUT*/Addr* sps, /*OUT*/Addr* fps,
224 if (fps) fps[0] = uregs.xbp;
252 if (fps) fps[0] = uregs.xbp;
411 /* Add a frame in ips/sps/fps */
415 if (fps) fps[i] = uregs.xbp;
457 /*OUT*/Addr* sps, /*OUT*/Addr* fps,
503 if (fps) fps[0] = uregs.xbp
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
NaClAMBullet.js 29 var fps = {
54 fps.sumSimTime += simTime;
55 fps.numSteps++;
57 // Update FPS.
59 if (curTimeMs - fps.lastTimeMs > 1000) { // 1 sec
60 var meanSimTime = fps.sumSimTime / fps.numSteps;
62 $('fps').textContent =
63 (fps.numSteps * 1000 / (curTimeMs - fps.lastTimeMs)).toFixed(1)
    [all...]
  /external/chromium_org/tools/perf/benchmarks/
scirra.py 8 represented onscreen when the animation reaches the 30 FPS threshold.
25 fps = '$fps$'
28 # Construct 2 has different variables for Objects, fps and tickcount.
31 fps = 'Rb'
34 # Updates object count variable, when the FPS reaches 30 threshold and
39 window.cr_getC2Runtime().%(fps)s == 30) {
47 """ % {'tickcount': tickcount, 'fps': fps, 'object_count': object_count}
  /external/chromium_org/third_party/libvpx/source/libvpx/
rate_hist.h 23 const vpx_rational_t *fps);
webmenc.h 43 const struct vpx_rational *fps,
  /external/libvpx/libvpx/
rate_hist.h 23 const vpx_rational_t *fps);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
rate_hist.h 23 const vpx_rational_t *fps);
  /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...]
  /external/chromium_org/media/cast/test/utility/
generate_timecode_audio.cc 18 fprintf(stderr, "Usage: %s <fps> <frames> >output.s16le\n", argv[0]);
21 int fps = atoi(argv[1]); local
23 std::vector<float> samples(kSamplingFrequency / fps);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
main.c 102 int fps = 24; local
103 int delay = 1000/fps;
137 delay += (1000/fps - (nowTicks-thenTicks));
140 delay = 1000/fps;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/
main.c 102 int fps = 24; local
103 int delay = 1000/fps;
137 delay += (1000/fps - (nowTicks-thenTicks));
140 delay = 1000/fps;
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/
main.c 102 int fps = 24; local
103 int delay = 1000/fps;
137 delay += (1000/fps - (nowTicks-thenTicks));
140 delay = 1000/fps;
  /frameworks/native/include/ui/
DisplayInfo.h 33 float fps; member in struct:android::DisplayInfo
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
snow.js 72 function fps() {
75 setTimeout(fps, 1000);
78 setTimeout(fps, 1000);
  /external/skia/experimental/SkV8Example/
snow.js 72 function fps() {
75 setTimeout(fps, 1000);
78 setTimeout(fps, 1000);
  /external/valgrind/main/include/
pub_tool_stacktrace.h 58 // If sps and fps are non-NULL, the corresponding frame-pointer and
64 /*OUT*/StackTrace fps,
  /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
  /hardware/qcom/display/msm8084/libexternal/
external.cpp 73 int fps = 0; local
74 getAttrForMode(width, height, fps);
580 int width = 0, height = 0, fps = 0; local
581 getAttrForMode(width, height, fps);
611 (int) 1000000000l / fps;
615 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) {
620 fps = 60;
626 fps = 60;
632 fps = 50;
637 fps = 50
    [all...]
  /hardware/qcom/display/msm8226/libexternal/
external.cpp 74 int fps = 0; local
75 getAttrForMode(width, height, fps);
581 int width = 0, height = 0, fps = 0; local
582 getAttrForMode(width, height, fps);
625 (int) 1000000000l / fps;
629 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) {
634 fps = 60;
640 fps = 60;
646 fps = 50;
651 fps = 50
    [all...]

Completed in 972 milliseconds

1 2 3 4 5 6 7 8 91011>>