Searched refs:Rate (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Drate_statistics_unittest.cc27 EXPECT_EQ(0u, stats_.Rate(now_ms));
30 EXPECT_EQ(24000u, stats_.Rate(now_ms));
33 EXPECT_EQ(0u, stats_.Rate(now_ms));
41 EXPECT_NEAR(1200000u, stats_.Rate(now_ms), 24000u);
48 EXPECT_EQ(0u, stats_.Rate(now_ms));
55 uint32_t bitrate = stats_.Rate(now_ms);
60 uint32_t new_bitrate = stats_.Rate(now_ms);
74 bitrate = stats_.Rate(now_ms);
80 uint32_t new_bitrate = stats_.Rate(now_ms);
94 EXPECT_EQ(0u, stats_.Rate(now_m
[all...]
H A Drate_statistics.h29 uint32_t Rate(int64_t now_ms);
H A Drate_statistics.cc56 uint32_t RateStatistics::Rate(int64_t now_ms) { function in class:webrtc::RateStatistics
H A Dremote_bitrate_estimator_single_stream.cc136 unsigned int incoming_bitrate = incoming_bitrate_.Rate(now_ms);
194 incoming_bitrate_.Rate(now_ms),
/external/chromium_org/remoting/base/
H A Drate_counter_unittest.cc15 EXPECT_EQ(0, rate_counter.Rate());
22 EXPECT_EQ(static_cast<double>(kTestValues[i]), rate_counter.Rate());
29 EXPECT_EQ(0, rate_counter.Rate());
39 EXPECT_EQ(expected, rate_counter.Rate());
47 EXPECT_EQ(0, rate_counter.Rate());
58 EXPECT_EQ(expected, rate_counter.Rate());
63 // Rate should be the average of all but the first sample.
68 EXPECT_EQ(0, rate_counter.Rate());
81 EXPECT_EQ(expected, rate_counter.Rate());
H A Drate_counter.h31 double Rate();
H A Drate_counter.cc29 double RateCounter::Rate() { function in class:remoting::RateCounter
/external/chromium_org/third_party/webrtc/video/
H A Dreceive_statistics_proxy.cc88 stats_.decode_frame_rate = decode_fps_estimator_.Rate(now);
96 stats_.render_frame_rate = renders_fps_estimator_.Rate(now);
/external/chromium_org/remoting/client/
H A Dserver_log_entry_client.cc117 StringPrintf("%.2f", statistics->video_bandwidth()->Rate()));
125 StringPrintf("%.2f", statistics->video_frame_rate()->Rate()));
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMovieActivationDictionary_autogen.cpp35 double SkPdfMovieActivationDictionary::Rate(SkPdfNativeDoc* doc) { function in class:SkPdfMovieActivationDictionary
36 SkPdfNativeObject* ret = get("Rate", "");
44 return get("Rate", "") != NULL;
H A DSkPdfMovieActivationDictionary_autogen.h525 double Rate(SkPdfNativeDoc* doc);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMovieActivationDictionary_autogen.cpp35 double SkPdfMovieActivationDictionary::Rate(SkPdfNativeDoc* doc) { function in class:SkPdfMovieActivationDictionary
36 SkPdfNativeObject* ret = get("Rate", "");
44 return get("Rate", "") != NULL;
H A DSkPdfMovieActivationDictionary_autogen.h525 double Rate(SkPdfNativeDoc* doc);
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_instance.cc516 stats->video_bandwidth()->Rate(),
517 stats->video_frame_rate()->Rate(),
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.ascend46 ATTRIBUTE Ascend-Multicast-Rate-Limit 152 integer
91 ATTRIBUTE Ascend-Data-Rate 197 integer
147 ATTRIBUTE Ascend-Xmit-Rate 255 integer
H A Ddictionary119 ATTRIBUTE Connect-Rate 1007 integer
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c575 int *Rate,
616 *Rate = vp8_rdcost_mby(mb);
704 static int rd_pick_intra4x4mby_modes(MACROBLOCK *mb, int *Rate, argument
761 *Rate = cost;
770 int *Rate,
804 *Rate = rate;
574 macro_block_yrd( MACROBLOCK *mb, int *Rate, int *Distortion) argument
769 rd_pick_intra16x16mby_mode(MACROBLOCK *x, int *Rate, int *rate_y, int *Distortion) argument
H A Dpickinter.c183 int *Rate,
228 *Rate = cost;
180 pick_intra4x4mby_modes( MACROBLOCK *mb, int *Rate, int *best_dist ) argument
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c576 int *Rate,
617 *Rate = vp8_rdcost_mby(mb);
705 static int rd_pick_intra4x4mby_modes(MACROBLOCK *mb, int *Rate, argument
762 *Rate = cost;
771 int *Rate,
805 *Rate = rate;
575 macro_block_yrd( MACROBLOCK *mb, int *Rate, int *Distortion) argument
770 rd_pick_intra16x16mby_mode(MACROBLOCK *x, int *Rate, int *rate_y, int *Distortion) argument
H A Dpickinter.c183 int *Rate,
228 *Rate = cost;
180 pick_intra4x4mby_modes( MACROBLOCK *mb, int *Rate, int *best_dist ) argument
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc1088 data->SetDouble("videoBandwidth", stats->video_bandwidth()->Rate());
1089 data->SetDouble("videoFrameRate", stats->video_frame_rate()->Rate());
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids9933 2145 Bluetooth with Enhanced Data Rate II
15689 0020 Integrated Rate Matching Hub
15690 0024 Integrated Rate Matching Hub
16217 032 Rate
16468 012 Sampling Rate Detect
17184 02b At Rate
17198 049 At Rate OK
17201 060 At Rate Time To Full
17202 061 At Rate Time To Empty
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c38 // $e729 ; Baud Rate Generator Table
4258 case 2: // Set Sample Rate
10767 .org 0xe729 ; Baud Rate Generator Table

Completed in 587 milliseconds