/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfFramesPerSecond.cpp | 49 guessExactFps (double fps) in guessExactFps() argument 51 return guessExactFps (Rational (fps)); in guessExactFps() 56 guessExactFps (const Rational &fps) in guessExactFps() argument 60 if (abs (double (fps) - double (fps_23_976())) < e) in guessExactFps() 63 if (abs (double (fps) - double (fps_29_97())) < e) in guessExactFps() 66 if (abs (double (fps) - double (fps_47_952())) < e) in guessExactFps() 69 if (abs (double (fps) - double (fps_59_94())) < e) in guessExactFps() 72 return fps; in guessExactFps()
|
/external/valgrind/coregrind/ |
D | m_stacktrace.c | 161 /*OUT*/Addr* sps, /*OUT*/Addr* fps, 252 if (fps) fps[0] = uregs.xbp; 281 if (fps) fps[0] = uregs.xbp; 448 if (fps) fps[i] = uregs.xbp; 491 /*OUT*/Addr* sps, /*OUT*/Addr* fps, 546 if (fps) fps[0] = uregs.xbp; 556 if (fps) fps[0] = uregs.xbp; 574 if (fps) fps[i] = uregs.xbp; 606 if (fps) fps[i] = uregs.xbp; 636 if (fps) fps[i] = uregs.xbp; [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/fps/ |
D | test.py | 17 from boto.fps.connection import FPSConnection 18 from boto.fps.response import ComplexAmount 24 self.fps = FPSConnection(host='fps.sandbox.amazonaws.com') 26 self.activity = self.fps.get_account_activity(\ 33 response = self.fps.get_account_balance() 46 response = self.fps.get_account_balance() 54 self.fps.write_off_debt(AdjustmentAmount=123.45) 65 result = self.fps.cbui_url(**inputs) 70 response = self.fps.get_account_activity(StartDate='2012-01-01') 83 result = self.fps.get_transaction(TransactionId=transactionid) [all …]
|
/external/iproute2/misc/ |
D | lnstat.c | 130 struct field_params *fps, int interval) in map_field_params() argument 136 if (!fps->num) { in map_field_params() 139 fps->params[j].lf = &lf->fields[i]; in map_field_params() 140 fps->params[j].lf->file->interval.tv_sec = in map_field_params() 142 if (!fps->params[j].print.width) in map_field_params() 143 fps->params[j].print.width = in map_field_params() 156 fps->num = j; in map_field_params() 160 for (i = 0; i < fps->num; i++) { in map_field_params() 161 fps->params[i].lf = lnstat_find_field(lnstat_files, in map_field_params() 162 fps->params[i].name); in map_field_params() [all …]
|
/external/opencv3/modules/videoio/src/ |
D | precomp.hpp | 114 double fps, CvSize frameSize, int is_color ); 116 double fps, CvSize frameSize, int is_color ); 121 double fps, CvSize frameSize, int is_color ); 144 double fps, CvSize frameSize, int is_color ); 150 double fps, CvSize frameSize, int is_color ); 154 double fps, CvSize frameSize, int is_color ); 160 double fps, CvSize frameSize, int is_color ); 188 …Ptr<IVideoWriter> createMotionJpegWriter( const String& filename, double fps, Size frameSize, bool…
|
D | cap.cpp | 417 double fps, CvSize frameSize, int is_color ) in cvCreateVideoWriter() argument 423 if(!fourcc || !fps) in cvCreateVideoWriter() 428 result = cvCreateVideoWriter_FFMPEG_proxy (filename, fourcc, fps, frameSize, is_color); in cvCreateVideoWriter() 433 result = cvCreateVideoWriter_VFW(filename, fourcc, fps, frameSize, is_color); in cvCreateVideoWriter() 438 result = cvCreateVideoWriter_MSMF(filename, fourcc, fps, frameSize, is_color); in cvCreateVideoWriter() 448 result = cvCreateVideoWriter_AVFoundation(filename, fourcc, fps, frameSize, is_color); in cvCreateVideoWriter() 453 result = cvCreateVideoWriter_QT(filename, fourcc, fps, frameSize, is_color); in cvCreateVideoWriter() 458 result = cvCreateVideoWriter_GStreamer(filename, fourcc, fps, frameSize, is_color); in cvCreateVideoWriter() 607 static Ptr<IVideoWriter> IVideoWriter_create(const String& filename, int _fourcc, double fps, Size … in IVideoWriter_create() argument 611 iwriter = createMotionJpegWriter(filename, fps, frameSize, isColor); in IVideoWriter_create() [all …]
|
D | cap_vfw.cpp | 117 double fps; member in CvCaptureAVI_VFW 132 fps = 0; in init() 180 fps = (double)aviinfo.dwRate/aviinfo.dwScale; in open() 246 return cvRound(pos*1000./fps); in getProperty() 257 return fps; in getProperty() 277 pos = cvRound(value*fps*0.001); in setProperty() 671 double fps, CvSize frameSize, bool isColor ); 682 double fps; member in CvVideoWriter_VFW 693 fps = 0; in init() 728 fps = _fps; in open() [all …]
|
D | cap_ffmpeg_api.hpp | 47 int fourcc, double fps, int width, int height, int isColor ); 49 int fourcc, double fps, int width, int height, int isColor ); 65 double fps, int width, int height, int iscolor ); 74 …m_FFMPEG* create_OutputMediaStream_FFMPEG(const char* fileName, int width, int height, double fps); 78 …(*Create_OutputMediaStream_FFMPEG_Plugin)(const char* fileName, int width, int height, double fps);
|
D | cap_ffmpeg_impl.hpp | 854 double fps = r2d(ic->streams[video_stream]->avg_frame_rate); in get_fps() local 856 double fps = r2d(ic->streams[video_stream]->r_frame_rate); in get_fps() 860 if (fps < eps_zero) in get_fps() 862 fps = r2d(ic->streams[video_stream]->avg_frame_rate); in get_fps() 866 if (fps < eps_zero) in get_fps() 868 fps = 1.0 / r2d(ic->streams[video_stream]->codec->time_base); in get_fps() 871 return fps; in get_fps() 1000 double fps, int width, int height, bool isColor ); 1133 double fps, int pixel_format) in icv_add_video_stream_FFMPEG() argument 1198 frame_rate=(int)(fps+0.5); in icv_add_video_stream_FFMPEG() [all …]
|
D | cap_gstreamer.cpp | 157 double fps; member in CvCapture_GStreamer 180 fps = -1; in init() 201 fps = -1; in close() 815 fps = (double)num/(double)denom; in open() 824 fps = -1; in open() 888 return fps; in getProperty() 1041 double fps, CvSize frameSize, bool isColor ); 1194 double fps, CvSize frameSize, bool is_color ) in open() argument 1200 assert (fps > 0); in open() 1342 int(fps), 1, in open() [all …]
|
/external/opencv3/modules/videoio/ |
D | precomp.hpp | 114 double fps, CvSize frameSize, int is_color ); 116 double fps, CvSize frameSize, int is_color ); 121 double fps, CvSize frameSize, int is_color ); 144 double fps, CvSize frameSize, int is_color ); 150 double fps, CvSize frameSize, int is_color ); 154 double fps, CvSize frameSize, int is_color ); 160 double fps, CvSize frameSize, int is_color ); 188 …Ptr<IVideoWriter> createMotionJpegWriter( const String& filename, double fps, Size frameSize, bool…
|
/external/webrtc/webrtc/modules/video_coding/ |
D | jitter_estimator.cc | 315 double fps = GetFrameRate(); in EstimateRandomJitter() local 316 if (fps > 0.0) { in EstimateRandomJitter() 317 double rate_scale = 30.0 / fps; in EstimateRandomJitter() 397 double fps = GetFrameRate(); in GetJitterEstimate() local 399 if (fps < kJitterScaleLowThreshold) { in GetJitterEstimate() 400 if (fps == 0.0) { in GetJitterEstimate() 408 if (fps < kJitterScaleHighThreshold) { in GetJitterEstimate() 411 (fps - kJitterScaleLowThreshold) * jitterMS; in GetJitterEstimate() 435 double fps = 1000000.0 / fps_counter_.ComputeMean(); in GetFrameRate() local 437 assert(fps >= 0.0); in GetFrameRate() [all …]
|
/external/opencv3/modules/cudacodec/src/ |
D | video_writer.cpp | 114 …VideoWriterImpl(const Ptr<EncoderCallBack>& callback, Size frameSize, double fps, SurfaceFormat fo… 115 …VideoWriterImpl(const Ptr<EncoderCallBack>& callback, Size frameSize, double fps, const EncoderPar… 122 void initEncoder(double fps); 148 …deoWriterImpl(const Ptr<EncoderCallBack>& callback, Size frameSize, double fps, SurfaceFormat form… in VideoWriterImpl() argument 157 initEncoder(fps); in VideoWriterImpl() 166 …deoWriterImpl(const Ptr<EncoderCallBack>& callback, Size frameSize, double fps, const EncoderParam… in VideoWriterImpl() argument 175 initEncoder(fps); in VideoWriterImpl() 186 void VideoWriterImpl::initEncoder(double fps) in initEncoder() argument 219 int frame_rate = static_cast<int>(fps + 0.5); in initEncoder() 221 while (fabs(static_cast<double>(frame_rate) / frame_rate_base) - fps > 0.001) in initEncoder() [all …]
|
/external/webrtc/talk/media/base/ |
D | videocommon.h | 48 #define FPS_TO_INTERVAL(fps) \ argument 49 (fps ? rtc::kNumNanosecsPerSec / fps : \ 164 void ComputeScale(int frame_width, int frame_height, int fps, 215 static int64_t FpsToInterval(int fps) { in FpsToInterval() 216 return fps ? rtc::kNumNanosecsPerSec / fps : kMinimumInterval; in FpsToInterval()
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | DecalTest.java | 44 WindowedMean fps = new WindowedMean(5); field in DecalTest 101 fps.addValue(frames); in render() 102 if (fps.hasEnoughData()) { in render() 103 float factor = fps.getMean() / (float)TARGET_FPS; in render() 105 if (fps.getMean() > TARGET_FPS) { in render() 110 fps.clear(); in render() 115 fps.clear(); in render()
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_test.cc | 55 uint32_t fps = 0; in main() local 104 fps = atoi(optarg); in main() 118 (pixfmt >> 16) & 0xff, (pixfmt >> 24) & 0xff, time_to_capture, fps); in main() 122 (pixfmt >> 16) & 0xff, (pixfmt >> 24) & 0xff, frames, fps); in main() 132 if (!retcode && !device->InitDevice(width, height, pixfmt, fps)) in main()
|
/external/opencv3/modules/videostab/src/ |
D | frame_source.cpp | 90 double fps() {return vc.get(CAP_PROP_FPS);} in fps() function in cv::videostab::__anonb5aa93850111::VideoFileSourceImpl 95 double fps() {return 0;} in fps() function in cv::videostab::__anonb5aa93850111::VideoFileSourceImpl 117 double VideoFileSource::fps() { return ((VideoFileSourceImpl*)impl.get())->fps(); } in fps() function in cv::videostab::VideoFileSource
|
/external/webrtc/webrtc/test/ |
D | video_capturer.cc | 35 int fps, in Create() argument 37 VcmCapturer* vcm_capturer = VcmCapturer::Create(input, width, height, fps); in Create() 45 FrameGeneratorCapturer::Create(input, width, height, fps, clock); in Create()
|
/external/opencv3/modules/cudacodec/include/opencv2/ |
D | cudacodec.hpp | 205 CV_EXPORTS Ptr<VideoWriter> createVideoWriter(const String& fileName, Size frameSize, double fps, S… 215 CV_EXPORTS Ptr<VideoWriter> createVideoWriter(const String& fileName, Size frameSize, double fps, c… 226 …Writer(const Ptr<EncoderCallBack>& encoderCallback, Size frameSize, double fps, SurfaceFormat form… 237 …Writer(const Ptr<EncoderCallBack>& encoderCallback, Size frameSize, double fps, const EncoderParam…
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
D | webrtc_rendering_stats.py | 29 rendering_length_error=None, fps=None, frame_distribution=None): argument 38 self.fps = fps 345 fps = self._GetFpsFromCadence(frame_distribution) 364 rendering_length_error=rendering_length_error, fps=fps,
|
/external/autotest/server/site_tests/video_VDAStress/ |
D | output_test_video_params.py | 98 fps = [INVALID_PARAM, INVALID_PARAM] 102 fps = ['30', '30'] 109 filename, dimen[0], dimen[1], frame, frag, fps[0], fps[1], profile)
|
/external/opencv3/modules/java/generator/src/java/ |
D | android+FpsMeter.java | 45 double fps = STEP * mFrequency / (time - mprevFrameTime); in measure() local 48 …mStrfps = FPS_FORMAT.format(fps) + " FPS@" + Integer.valueOf(mWidth) + "x" + Integer.valueOf(mHeig… in measure() 50 mStrfps = FPS_FORMAT.format(fps) + " FPS"; in measure()
|
/external/opencv3/modules/videoio/test/ |
D | test_framecount.cpp | 58 const int time_sec = 5, fps = 25; in run() local 100 i+1, ext[i].c_str(), time_sec*fps, FrameCount, framecount); in run() 102 if( (FrameCount != cvRound(time_sec*fps) || in run()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/ |
D | btGeneric6DofSpringConstraint.cpp | 132 btScalar velFactor = info->fps * m_springDamping[i] / btScalar(info->m_numIterations); in internalUpdateSprings() 134 m_linearLimits.m_maxMotorForce[i] = btFabs(force) / info->fps; in internalUpdateSprings() 147 btScalar velFactor = info->fps * m_springDamping[i+3] / btScalar(info->m_numIterations); in internalUpdateSprings() 149 m_angularLimits[i].m_maxMotorForce = btFabs(force) / info->fps; in internalUpdateSprings()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 118 static int input_stats(VP8_COMP *cpi, FIRSTPASS_STATS *fps) in input_stats() argument 123 *fps = *cpi->twopass.stats_in; in input_stats() 800 FIRSTPASS_STATS fps; in vp8_first_pass() local 802 fps.frame = cm->current_video_frame ; in vp8_first_pass() 803 fps.intra_error = (double)(intra_error >> 8); in vp8_first_pass() 804 fps.coded_error = (double)(coded_error >> 8); in vp8_first_pass() 811 fps.ssim_weighted_pred_err = fps.coded_error * weight; in vp8_first_pass() 813 fps.pcnt_inter = 0.0; in vp8_first_pass() 814 fps.pcnt_motion = 0.0; in vp8_first_pass() 815 fps.MVr = 0.0; in vp8_first_pass() [all …]
|