Searched refs:frameRate (Results 1 - 25 of 26) sorted by relevance

12

/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
H A Dvideo_capture_qtkit_objc.h55 - (void)setCaptureHeight:(int)height width:(int)width frameRate:(int)frameRate;
H A Dvideo_capture_qtkit_objc.mm123 - (void)setCaptureHeight:(int)height width:(int)width frameRate:(int)frameRate {
126 _frameRate = frameRate;
H A Dvideo_capture_qtkit.mm174 frameRate:_captureFrameRate];
/external/webrtc/webrtc/modules/video_coding/
H A Dcontent_metrics_processing.h44 void UpdateFrameRate(uint32_t frameRate);
H A Dcontent_metrics_processing.cc46 void VCMContentMetricsProcessing::UpdateFrameRate(uint32_t frameRate) { argument
49 static_cast<float>(frameRate * kQmMinIntervalMs);
H A Dmedia_opt_util.h54 frameRate(0.0f),
67 float frameRate; member in struct:webrtc::media_optimization::VCMProtectionParameters
277 // - frameRate : The current target frame rate.
278 void UpdateFrameRate(float frameRate) { _frameRate = frameRate; } argument
H A Dmedia_opt_util.cc118 parameters->frameRate /
273 // Threshold on packetLoss and bitRrate/frameRate (=average #packets),
341 codeRateDelta, parameters->bitRate, parameters->frameRate,
432 float frameRate = parameters->frameRate * frameRateRatio; local
438 return static_cast<int>(adjustmentFactor * bitRate / frameRate);
642 _currentParameters.frameRate = _frameRate; // rename actual frame rate?
H A Dvideo_sender.cc63 uint32_t frameRate = _mediaOpt.SentFrameRate(); local
64 _sendStatsCallback->SendStatistics(bitRate, frameRate);
H A Dvideo_receiver.cc74 uint32_t frameRate; local
75 _receiver.ReceiveStatistics(&bitRate, &frameRate);
76 _receiveStatsCallback->OnReceiveRatesUpdated(bitRate, frameRate);
/external/webrtc/webrtc/modules/video_coding/test/
H A Dvideo_source.h57 float frameRate,
62 float frameRate = 30,
/external/webrtc/webrtc/modules/video_coding/include/
H A Dvideo_coding_defines.h93 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/
H A Dvideo_capture_defines.h109 const uint32_t frameRate) = 0;
H A Dvideo_capture.h84 // - frameRate : The target frame rate.
85 virtual int32_t SetRates(int32_t newBitRate, int32_t frameRate) = 0;
H A Dvideo_capture_impl.cc131 const uint32_t frameRate = CalculateFrameRate(now); local
132 _captureCallBack->OnCaptureFrameRate(_id, frameRate);
/external/webrtc/webrtc/modules/video_coding/codecs/interface/mock/
H A Dmock_video_codec_interface.h49 MOCK_METHOD2(SetRates, int32_t(uint32_t newBitRate, uint32_t frameRate));
/external/webrtc/webrtc/modules/video_coding/include/mock/
H A Dmock_video_codec_interface.h47 MOCK_METHOD2(SetRates, int32_t(uint32_t newBitRate, uint32_t frameRate));
/external/webrtc/webrtc/video/
H A Dreceive_statistics_proxy.h63 void OnReceiveRatesUpdated(uint32_t bitRate, uint32_t frameRate) override;
H A Dreceive_statistics_proxy.cc181 uint32_t frameRate) {
180 OnReceiveRatesUpdated(uint32_t bitRate, uint32_t frameRate) argument
H A Dvideo_send_stream_tests.cc1319 int32_t SetRates(uint32_t newBitRate, uint32_t frameRate) override {
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h177 virtual int32_t SetRates(uint32_t newBitRate, uint32_t frameRate) { argument
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
H A DVideoCapturerAndroidTestFixtures.java588 final int frameRate = 30;
593 capturer.onOutputFormatRequest(scaledWidth, scaledHeight, frameRate);
/external/webrtc/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc205 const uint32_t frameRate) {
207 frame_rate_ = frameRate;
204 OnCaptureFrameRate(const int32_t id, const uint32_t frameRate) argument
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dsimulcast_encoder_adapter_unittest.cc129 int32_t SetRates(uint32_t newBitRate, uint32_t frameRate) override {
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 950 milliseconds

12