/external/webrtc/webrtc/modules/video_coding/ |
D | media_opt_util.h | 54 frameRate(0.0f), in VCMProtectionParameters() 67 float frameRate; member 278 void UpdateFrameRate(float frameRate) { _frameRate = frameRate; } in UpdateFrameRate() argument
|
D | media_opt_util.cc | 118 parameters->frameRate / in ComputeMaxFramesFec() 341 codeRateDelta, parameters->bitRate, parameters->frameRate, in ProtectionFactor() 432 float frameRate = parameters->frameRate * frameRateRatio; in BitsPerFrame() local 438 return static_cast<int>(adjustmentFactor * bitRate / frameRate); in BitsPerFrame() 642 _currentParameters.frameRate = _frameRate; // rename actual frame rate? in UpdateMethod()
|
D | content_metrics_processing.cc | 46 void VCMContentMetricsProcessing::UpdateFrameRate(uint32_t frameRate) { in UpdateFrameRate() argument 49 static_cast<float>(frameRate * kQmMinIntervalMs); in UpdateFrameRate()
|
D | content_metrics_processing.h | 44 void UpdateFrameRate(uint32_t frameRate);
|
D | video_receiver.cc | 74 uint32_t frameRate; in Process() local 75 _receiver.ReceiveStatistics(&bitRate, &frameRate); in Process() 76 _receiveStatsCallback->OnReceiveRatesUpdated(bitRate, frameRate); in Process()
|
D | video_sender.cc | 63 uint32_t frameRate = _mediaOpt.SentFrameRate(); in Process() local 64 _sendStatsCallback->SendStatistics(bitRate, frameRate); in Process()
|
/external/webrtc/webrtc/modules/video_coding/include/ |
D | video_coding_defines.h | 93 const uint32_t frameRate) = 0; 103 virtual void OnReceiveRatesUpdated(uint32_t bitRate, uint32_t frameRate) = 0; 176 virtual int32_t SetVideoQMSettings(const uint32_t frameRate,
|
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/ |
D | video_capture_qtkit_objc.h | 55 - (void)setCaptureHeight:(int)height width:(int)width frameRate:(int)frameRate;
|
D | video_capture_qtkit_objc.mm | 123 - (void)setCaptureHeight:(int)height width:(int)width frameRate:(int)frameRate { 126 _frameRate = frameRate;
|
D | video_capture_qtkit.mm | 174 frameRate:_captureFrameRate];
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | video_source.h | 57 float frameRate, 62 float frameRate = 30,
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.navigate.min.js | 7 …frameRate:20}};function init(plot){function onZoomClick(e,zoomOut){var c=plot.offset();c.left=e.pa… property
|
D | jquery.flot.navigate.js | 122 frameRate: 20 property 158 var frameRate = plot.getOptions().pan.frameRate; 159 if (panTimeout || !frameRate) 169 }, 1 / frameRate * 1000);
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_defines.h | 109 const uint32_t frameRate) = 0;
|
D | video_capture_impl.cc | 131 const uint32_t frameRate = CalculateFrameRate(now); in Process() local 132 _captureCallBack->OnCaptureFrameRate(_id, frameRate); in Process()
|
D | video_capture.h | 85 virtual int32_t SetRates(int32_t newBitRate, int32_t frameRate) = 0;
|
/external/webrtc/webrtc/modules/video_coding/codecs/interface/mock/ |
D | mock_video_codec_interface.h | 49 MOCK_METHOD2(SetRates, int32_t(uint32_t newBitRate, uint32_t frameRate));
|
/external/webrtc/webrtc/modules/video_coding/include/mock/ |
D | mock_video_codec_interface.h | 47 MOCK_METHOD2(SetRates, int32_t(uint32_t newBitRate, uint32_t frameRate));
|
/external/webrtc/webrtc/video/ |
D | receive_statistics_proxy.h | 63 void OnReceiveRatesUpdated(uint32_t bitRate, uint32_t frameRate) override;
|
D | receive_statistics_proxy.cc | 181 uint32_t frameRate) { in OnReceiveRatesUpdated() argument
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvideoengine.h | 177 virtual int32_t SetRates(uint32_t newBitRate, uint32_t frameRate) { in SetRates() argument
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
D | VideoCapturerAndroidTestFixtures.java | 588 final int frameRate = 30; in scaleCameraOutput() local 593 capturer.onOutputFormatRequest(scaledWidth, scaledHeight, frameRate); in scaleCameraOutput()
|
/external/webrtc/webrtc/modules/video_capture/test/ |
D | video_capture_unittest.cc | 205 const uint32_t frameRate) { in OnCaptureFrameRate() argument 207 frame_rate_ = frameRate; in OnCaptureFrameRate()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | simulcast_encoder_adapter_unittest.cc | 129 int32_t SetRates(uint32_t newBitRate, uint32_t frameRate) override { in SetRates() argument
|
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.cpp | 610 int findType(unsigned int size, unsigned int frameRate = 0); 2455 int videoDevice::findType(unsigned int size, unsigned int frameRate) in findType() argument 2471 if(frameRate == 0) in findType() 2490 if( (*f).first >= frameRateMax && (*f).first <= frameRate ) in findType()
|