HomeSort by relevance Sort by last modified time
    Searched defs:fps (Results 51 - 75 of 150) sorted by null

1 23 4 5 6

  /external/chromium_org/third_party/v4l2capture/
v4l2capture.c 235 int fps; local
236 if(!PyArg_ParseTuple(args, "i", &fps))
244 setfps.parm.capture.timeperframe.denominator = fps;
441 "set_fps(fps) -> fps \n\n"
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_estimator.cc 336 // scale the alpha weight relative a 30 fps stream.
337 double fps = GetFrameRate(); local
338 if (fps > 0.0) {
339 double rate_scale = 30.0 / fps;
340 // At startup, there can be a lot of noise in the fps estimate.
341 // Interpolate rate_scale linearly, from 1.0 at sample #1, to 30.0 / fps
435 double fps = GetFrameRate(); local
436 // Ignore jitter for very low fps streams.
437 if (fps < kJitterScaleLowThreshold) {
438 if (fps == 0.0)
473 double fps = 1000000.0 \/ fps_counter_.ComputeMean(); local
    [all...]
  /external/chromium_org/third_party/webrtc/video/
full_stack.cc 44 int fps; member in struct:webrtc::FullStackTestParams::__anon20801
380 kFullStackTestDurationSecs * params.clip.fps);
402 stream->max_framerate = params.clip.fps;
416 params.clip.fps,
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 184 size_t width, height, fps, score; local
187 &fps, &interlaced)) {
191 score = width * height * fps * (!interlaced + 1);
195 &width, &height, &fps, &interlaced)
196 && score >= width * height * fps * (!interlaced + 1)) {
  /hardware/intel/common/utils/ISV/base/
isv_processor.cpp 420 inline bool ISVProcessor::isFrameRateValid(uint32_t fps)
422 return (fps == 15 || fps == 24 || fps == 25 || fps == 30 || fps == 50 || fps == 60) ? true : false;
425 status_t ISVProcessor::configFRC(uint32_t fps)
427 if (isFrameRateValid(fps)) {
428 if (fps == 50 || fps == 60)
469 uint32_t fps = 0; local
    [all...]
  /hardware/qcom/display/msm8084/libgralloc/
framebuffer.cpp 265 float fps = (float)metadata.data.panel_frame_rate; local
268 //The reserved[3] field is used to store FPS by the driver.
269 float fps = info.reserved[3] & 0xFF; local
298 fps
317 module->fps = fps;
416 const_cast<float&>(dev->device.fps) = m->fps;
  /hardware/qcom/display/msm8226/libgralloc/
framebuffer.cpp 266 float fps = (float)metadata.data.panel_frame_rate; local
269 //The reserved[3] field is used to store FPS by the driver.
270 float fps = info.reserved[3] & 0xFF; local
299 fps
318 module->fps = fps;
417 const_cast<float&>(dev->device.fps) = m->fps;
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 255 float fps = metadata.data.panel_frame_rate; local
258 //The reserved[3] field is used to store FPS by the driver.
259 float fps = info.reserved[3] & 0xFF; local
288 fps
303 module->fps = fps;
391 const_cast<float&>(dev->device.fps) = m->fps;
  /hardware/qcom/display/msm8974/libgralloc/
framebuffer.cpp 255 float fps = metadata.data.panel_frame_rate; local
258 //The reserved[3] field is used to store FPS by the driver.
259 float fps = info.reserved[3] & 0xFF; local
288 fps
303 module->fps = fps;
397 const_cast<float&>(dev->device.fps) = m->fps;
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 55 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 73 int fps = 0; local
74 getAttrForMode(width, height, fps);
580 int width = 0, height = 0, fps = 0; local
581 getAttrForMode(width, height, fps);
631 (int) 1000000000l / fps;
635 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) {
640 fps = 60;
646 fps = 60;
652 fps = 50;
657 fps = 50
    [all...]
  /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...]
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 950 EGLint fps = rcEnc->rcGetFBParam(rcEnc, FB_FPS); local
951 D("gralloc: fps=%d\n", fps);
985 const_cast<float&>(dev->device.fps) = fps;
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 273 // Don't show the FPS display when continuous painting is enabled, because
384 base::StringPrintf("FPS:%5.1f", fps_graph_.value);
420 double fps = 1.0 / delta.InSecondsF(); local
422 // Clamp the FPS to the range we want to plot visually.
423 double p = fps / fps_graph_.current_upper_bound;
436 // Use the fps value to find the right bucket in the histogram.
439 // Add the delta time to take the time spent at that fps rate into
446 // Draw FPS histogram.
475 // Draw FPS graph.
  /external/chromium_org/media/cast/logging/
stats_event_subscriber.cc 559 double fps = 0.0; local
563 fps = count / duration.InSecondsF();
564 stats_map->insert(std::make_pair(stat, fps));
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
cube.cc 12 #include "common/fps.h"
478 double fps; local
479 if (FpsStep(&fps_state_, &fps))
480 PostMessage(fps);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
voronoi.cc 22 #include "common/fps.h"
479 double fps; local
480 if (FpsStep(&fps_state_, &fps))
481 PostUpdateMessage("fps", fps);
  /external/chromium_org/ppapi/examples/video_decode/
video_decode_dev.cc 522 double fps = (elapsed > 0) ? num_frames_rendered_ / elapsed : 1000; local
525 << ", fps: " << fps << ", with average ms/swap of: "
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 380 // 12fps: don't animate too fast to preserve CPU
479 int fps, width, height, count, pause; local
484 if (sscanf(l, "%d %d %d", &width, &height, &fps) == 3) {
485 // ALOGD("> w=%d, h=%d, fps=%d", width, height, fps);
488 animation.fps = fps;
579 nsecs_t frameDuration = s2ns(1) / animation.fps;
  /hardware/qcom/display/msm8960/libexternal/
external.cpp 701 int width = 0, height = 0, fps = 0; local
702 getAttrForMode(width, height, fps);
708 1000000000l / fps;
712 void ExternalDisplay::getAttrForMode(int& width, int& height, int& fps) {
717 fps = 60;
723 fps = 60;
729 fps = 50;
734 fps = 50;
739 fps = 60;
744 fps = 24
    [all...]
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 120 final int fps = (int) (1e9f / dt); local
122 LOG("frame %d fps=%d", mFrameNum, fps);
124 if (fps < 40) {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 72 // for total FPS measurement
240 float fps = ((float) mParam.mNumFrames) / ((float) timePassed) * 1000.0f; local
244 Log.i(TAG, "Final FPS " + fps + " Num triangles " + numTriangles + " start time " +
247 mListener.onRenderCompletion(fps, numTriangles, mFrameInterval);
265 // reset timer to remove delays added for FPS calculation.
  /external/chromium_org/native_client_sdk/src/examples/api/video_decode/
video_decode.cc 516 double fps = (elapsed > 0) ? num_frames_rendered_ / elapsed : 1000; local
526 << ", fps: " << fps

Completed in 968 milliseconds

1 23 4 5 6