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

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/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/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 161 /*OUT*/Addr* sps, /*OUT*/Addr* fps,
252 if (fps) fps[0] = uregs.xbp;
281 if (fps) fps[0] = uregs.xbp;
459 /* Add a frame in ips/sps/fps */
463 if (fps) fps[i] = uregs.xbp;
506 /*OUT*/Addr* sps, /*OUT*/Addr* fps,
561 if (fps) fps[0] = uregs.xbp
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-signal-context-chk-fpu.c 38 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
41 static double fps[] = { variable
55 fail = (ucp->uc_mcontext.fp_regs[i + 14] != fps[i]);
56 fail |= (tm_ucp->uc_mcontext.fp_regs[i + 14] != fps[i + NV_FPU_REGS]);
81 rc = tm_signal_self_context_load(pid, NULL, fps, NULL, NULL);
  /external/toybox/toys/posix/
paste.c 36 FILE **fps = (void *)toybuf; local
49 FILE *ff = seq ? *fps : fps[i];
58 fps[i] = 0;
113 FILE **fps = (void *)toybuf; local
115 if (!(fps[TT.files++] = (fd ? fdopen(fd, "r") : stdin))) perror_exit(0);
  /frameworks/av/media/libmedia/aidl/android/
IGraphicBufferSource.aidl 31 void setTimeLapseConfig(double fps, double captureFps);
  /external/libvpx/libvpx/
rate_hist.h 23 const vpx_rational_t *fps);
  /frameworks/native/libs/ui/include/ui/
DisplayInfo.h 32 float fps{0};
  /external/iproute2/misc/
lnstat.c 128 struct field_params *fps, int interval)
134 if (!fps->num) {
137 fps->params[j].lf = &lf->fields[i];
138 fps->params[j].lf->file->interval.tv_sec =
140 if (!fps->params[j].print.width)
141 fps->params[j].print.width =
153 fps->num = j;
157 for (i = 0; i < fps->num; i++) {
158 fps->params[i].lf = lnstat_find_field(lnstat_files,
159 fps->params[i].name)
    [all...]
  /external/autotest/client/site_tests/camera_V4L2/src/
common_types.h 48 SupportedFormat(uint32_t w, uint32_t h, uint32_t fmt, uint32_t fps)
50 frame_rates.push_back(fps);
55 // All the supported frame rates in fps with given width, height, and
58 // supports outputting 640X480 YUYV in 15fps or 30fps.
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_fps.c 50 double fps = (uint64_t)info->frames * 1000000 / local
55 hud_graph_add_value(gr, (uint64_t) fps);
77 strcpy(gr->name, "fps");
  /external/skia/tools/android/
measure_fps.py 37 fps = (endframe - startframe) / (endtime - starttime)
38 print "%.2f" % fps
  /external/skqp/tools/android/
measure_fps.py 37 fps = (endframe - startframe) / (endtime - starttime)
38 print "%.2f" % fps
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedQemuCameraDevice.h 71 status_t startDevice(int width, int height, uint32_t pix_fmt, int fps);
114 /* Emulated FPS (frames per second).
115 * We will emulate 50 FPS. */
  /cts/tests/tests/media/libmediandkjni/
native_media_source.h 38 Source(int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping)
42 mFps(fps),
69 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping,
  /external/autotest/server/site_tests/platform_RotationFps/
platform_RotationFps.py 18 change rotation, and measure the fps.
48 # know the rotation fps, not other animation like opening a tab.
56 # Retrieve the FPS info
58 # Cut the fps numbers before and after rotation
61 # The fps during rotation may cross the second-boundary. Sum them.
62 fps = sum(fps_list)
63 logging.info('***RESULT*** Rotation FPS is %d (max 15)', fps)
66 self.output_perf_value(description='Rotation FPS',
67 value=fps,
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator.cc 314 // scale the alpha weight relative a 30 fps stream.
315 double fps = GetFrameRate(); local
316 if (fps > 0.0) {
317 double rate_scale = 30.0 / fps;
318 // At startup, there can be a lot of noise in the fps estimate.
319 // Interpolate rate_scale linearly, from 1.0 at sample #1, to 30.0 / fps
397 double fps = GetFrameRate(); local
398 // Ignore jitter for very low fps streams.
399 if (fps < kJitterScaleLowThreshold) {
400 if (fps == 0.0)
435 double fps = 1000000.0 \/ fps_counter_.ComputeMean(); local
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_processor.h 67 status_t configFRC(uint32_t fps);
86 //return whether this fps is valid
87 inline bool isFrameRateValid(uint32_t fps);
88 //auto calculate fps if the framework doesn't set the correct fps
89 status_t calculateFps(int64_t timeStamp, uint32_t* fps);
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.h 43 EDIDData(int mode, int width, int height, int fps, int order)
44 : mMode(mode), mWidth(width), mHeight(height), mFps(fps), mModeOrder(order)
93 void getAttrForMode(uint32_t& width, uint32_t& height, uint32_t& fps);
  /external/valgrind/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/msm8909/libgralloc/
fb_priv.h 50 float fps; member in struct:private_module_t
  /hardware/qcom/display/msm8909w_3100/libgralloc/
fb_priv.h 50 float fps; member in struct:private_module_t

Completed in 533 milliseconds

1 2 3 4 5 6 7 8 91011>>