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

1 2 3 4 5 6 7 8 9

  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidTimer.java 50 private float fps; field in class:AndroidTimer
78 return fps;
87 fps = 1.0f / tpf;
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
NanoTimer.java 49 private float fps; field in class:NanoTimer
75 return fps;
84 fps = 1.0f / tpf;
  /external/valgrind/main/coregrind/
pub_core_stacktrace.h 49 // ips[0 .. min(n_ips,return_value)]. If sps and fps are non-NULL,
55 /*OUT*/Addr* sps, /*OUT*/Addr* fps,
m_stacktrace.c 71 /*OUT*/Addr* sps, /*OUT*/Addr* fps,
116 if (fps) fps[0] = uregs.xbp;
125 if (fps) fps[0] = uregs.xbp;
175 if (fps) fps[i] = uregs.xbp;
189 if (fps) fps[i] = uregs.xbp;
203 if (fps) fps[i] = uregs.xbp
    [all...]
  /frameworks/native/include/ui/
DisplayInfo.h 32 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...]
  /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;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon.h 45 // Minimum interval is 10k fps.
46 #define FPS_TO_INTERVAL(fps) \
47 (fps ? talk_base::kNumNanosecsPerSec / fps : \
150 void ComputeScale(int frame_width, int frame_height, int fps,
175 talk_base::kNumNanosecsPerSec / 10000; // 10k fps.
196 static int64 FpsToInterval(int fps) {
197 return fps ? talk_base::kNumNanosecsPerSec / fps : kMinimumInterval;
236 // Get a string presentation in the form of "fourcc width x height x fps"
    [all...]
  /external/chromium_org/cc/debug/
frame_rate_counter.cc 91 double fps = 1.0 / delta.InSecondsF();
93 *min_fps = std::min(fps, *min_fps);
94 *max_fps = std::max(fps, *max_fps);
  /external/valgrind/main/include/
pub_tool_stacktrace.h 56 // If sps and fps are non-NULL, the corresponding frame-pointer and
62 /*OUT*/StackTrace fps,
  /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/msm8x26/libgralloc/
fb_priv.h 52 float fps; member in struct:private_module_t
  /hardware/qcom/display/msm8974/libexternal/
external.cpp 714 int width = 0, height = 0, fps = 0; local
715 getAttrForMode(width, height, fps);
721 1000000000l / fps;
725 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) {
730 fps = 60;
736 fps = 60;
742 fps = 50;
747 fps = 50;
752 fps = 60;
757 fps = 60
    [all...]
  /external/chromium_org/media/base/
audio_timestamp_helper.cc 16 double fps = samples_per_second; local
17 microseconds_per_frame_ = base::Time::kMicrosecondsPerSecond / fps;
  /hardware/qcom/display/msm8960/libqdutils/
profiler.cpp 61 void CalcFps::Fps() {
70 /*defaults calculation of fps to based on number of frames*/
108 void CalcFps::print_fps(float fps)
111 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
113 ALOGD("FPS for last (%f ms, %d frames): %3.2f",
115 debug_fps_metadata.curr_frame, fps);
172 /* time to calculate and display FPS */
182 float fps = (1000.0 * debug_fps_metadata.curr_frame)/ local
184 print_fps(fps);
    [all...]
profiler.h 42 #define CALC_FPS() qdutils::CalcFps::getInstance().Fps()
52 void Fps();
60 /*fps calculation based on time or number of frames*/
68 /* indicates how much time do we wait till we calculate FPS */
71 /*indicates how much time elapsed since we report fps*/
74 /* indicates how many frames do we wait till we calculate FPS */
98 void print_fps(float fps);
  /hardware/qcom/display/msm8974/libqdutils/
profiler.cpp 61 void CalcFps::Fps() {
70 /*defaults calculation of fps to based on number of frames*/
108 void CalcFps::print_fps(float fps)
111 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
113 ALOGD("FPS for last (%f ms, %d frames): %3.2f",
115 debug_fps_metadata.curr_frame, fps);
172 /* time to calculate and display FPS */
182 float fps = (1000.0 * debug_fps_metadata.curr_frame)/ local
184 print_fps(fps);
    [all...]
  /hardware/qcom/display/msm8x26/libqdutils/
profiler.cpp 61 void CalcFps::Fps() {
70 /*defaults calculation of fps to based on number of frames*/
108 void CalcFps::print_fps(float fps)
111 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
113 ALOGD("FPS for last (%f ms, %d frames): %3.2f",
115 debug_fps_metadata.curr_frame, fps);
172 /* time to calculate and display FPS */
182 float fps = (1000.0 * debug_fps_metadata.curr_frame)/ local
184 print_fps(fps);
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/asset/
BlenderKey.java 68 protected int fps = DEFAULT_FPS; field in class:BlenderKey
122 return fps;
127 * @param fps
130 public void setFps(int fps) {
131 this.fps = fps;
354 oc.write(fps, "fps", DEFAULT_FPS);
372 fps = ic.readInt("fps", DEFAULT_FPS);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
MediaPropertiesTest.java 73 int videoCodecType, int duration, int videoBitrate, int fps,
89 /** Check FPS with 10% range */
90 assertTrue("fps Mismatch" + mvi.getFps(),
91 mVideoEditorHelper.checkRange(fps, mvi.getFps(), 10));
143 final int fps = 15; local
157 videoBitrate, fps, videoProfile, videoLevel, width, height, audioCodecType,
175 final int fps = 15; local
189 videoBitrate, fps, videoProfile, videoLevel, width, height, audioCodecType,
206 final int fps = 30; local
220 videoBitrate, fps, videoProfile, videoLevel, width, height, audioCodecType
237 final int fps = 15; local
268 final int fps = 12; local
299 final int fps = 15; local
329 final int fps = 15; local
359 final int fps = 25; local
390 final int fps = 15; local
421 final int fps = 15; local
452 final int fps = 10; local
507 final int fps = 25; local
558 final int fps = 30; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
videocommon.h 107 static const int64 kMinimumInterval = kNumNanosecsPerSec / 10000; // 10k fps
125 static int64 FpsToInterval(int fps) {
126 return fps ? kNumNanosecsPerSec / fps : kMinimumInterval;
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ObjectAnimationModifier.java 49 int fps = blenderContext.getBlenderKey().getFps(); local
52 SpatialTrack track = (SpatialTrack) ipo.calculateTrack(-1, 0, ipo.getLastFrame(), fps, true);
54 Animation animation = new Animation(objectAnimationName, ipo.getLastFrame() / fps);

Completed in 840 milliseconds

1 2 3 4 5 6 7 8 9