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

1 2

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
rate_statistics_unittest.cc 27 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_ms))
    [all...]
rate_statistics.h 21 // window_size = window size in ms for the rate estimation
29 uint32_t Rate(int64_t now_ms);
rate_statistics.cc 56 uint32_t RateStatistics::Rate(int64_t now_ms) {
remote_bitrate_estimator_single_stream.cc 136 unsigned int incoming_bitrate = incoming_bitrate_.Rate(now_ms);
194 incoming_bitrate_.Rate(now_ms),
  /external/chromium_org/remoting/base/
rate_counter_unittest.cc 12 // One second window and one sample per second, so rate equals each sample.
15 EXPECT_EQ(0, rate_counter.Rate());
22 EXPECT_EQ(static_cast<double>(kTestValues[i]), rate_counter.Rate());
26 // Record all samples instantaneously, so the rate is the total of the samples.
29 EXPECT_EQ(0, rate_counter.Rate());
39 EXPECT_EQ(expected, rate_counter.Rate());
43 // rate should be the average of it and the preceding one. For the first it
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
    [all...]
rate_counter.h 17 // Measures average rate per second of a sequence of point rate samples
22 // Constructs a rate counter over the specified |time_window|.
26 // Records a point event count to include in the rate.
29 // Returns the rate-per-second of values recorded over the time window.
31 double Rate();
46 // Time window over which to calculate the rate.
rate_counter.cc 29 double RateCounter::Rate() {
  /packages/apps/Mms/src/com/android/mms/util/
RateController.java 29 import android.provider.Telephony.Mms.Rate;
98 values.put(Rate.SENT_TIME, System.currentTimeMillis());
100 Rate.CONTENT_URI, values);
106 Rate.CONTENT_URI, new String[] { "COUNT(*) AS rate" },
107 Rate.SENT_TIME + ">" + oneHourAgo, null, null);
  /external/chromium_org/third_party/webrtc/video/
receive_statistics_proxy.cc 88 stats_.decode_frame_rate = decode_fps_estimator_.Rate(now);
96 stats_.render_frame_rate = renders_fps_estimator_.Rate(now);
  /external/chromium_org/remoting/client/
server_log_entry_client.cc 117 StringPrintf("%.2f", statistics->video_bandwidth()->Rate()));
125 StringPrintf("%.2f", statistics->video_frame_rate()->Rate()));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddkbd.h 96 USHORT Rate;
tuner.h 228 STDMETHOD_(HRESULT,get_SymbolRate)(THIS_ __LONG32 *Rate) PURE;
235 STDMETHOD_(HRESULT,put_SymbolRate)(THIS_ __LONG32 Rate) PURE;
254 #define ILocator_get_SymbolRate(This,Rate) (This)->lpVtbl->get_SymbolRate(This,Rate)
261 #define ILocator_put_SymbolRate(This,Rate) (This)->lpVtbl->put_SymbolRate(This,Rate)
294 STDMETHOD_(HRESULT,get_SymbolRate)(THIS_ __LONG32 *Rate) PURE;
301 STDMETHOD_(HRESULT,put_SymbolRate)(THIS_ __LONG32 Rate) PURE;
322 #define IDigitalLocator_get_SymbolRate(This,Rate) (This)->lpVtbl->get_SymbolRate(This,Rate)
    [all...]
ntddvdeo.h 353 UCHAR Rate;
  /external/chromium_org/remoting/webapp/
connection_stats.js 68 ', Frame Rate: ' + formatStatNumber(stats.videoFrameRate, 'fps') +
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfMovieActivationDictionary_autogen.cpp 35 double SkPdfMovieActivationDictionary::Rate(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Rate", "");
44 return get("Rate", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfMovieActivationDictionary_autogen.cpp 35 double SkPdfMovieActivationDictionary::Rate(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Rate", "");
44 return get("Rate", "") != NULL;
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.cc 483 stats->video_bandwidth()->Rate(),
484 stats->video_frame_rate()->Rate(),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddsnd.h 214 ULONG Rate;
ntpoapi.h 366 ULONG Rate;
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 46 ATTRIBUTE Ascend-Multicast-Rate-Limit 152 integer
91 ATTRIBUTE Ascend-Data-Rate 197 integer
147 ATTRIBUTE Ascend-Xmit-Rate 255 integer
dictionary 119 ATTRIBUTE Connect-Rate 1007 integer
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 41 import android.provider.Telephony.Mms.Rate;
62 static final String TABLE_RATE = "rate";
481 long now = values.getAsLong(Rate.SENT_TIME);
484 db.delete(table, Rate.SENT_TIME + "<=" + oneHourAgo, null);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.c 240 /* Extend rate multiplier along side quantizer zbin increases */
576 int *Rate,
616 /* rate */
617 *Rate = vp8_rdcost_mby(mb);
644 int rate = 0; local
668 rate = bmode_costs[mode];
680 rate += ratey;
683 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
687 *bestrate = rate;
705 static int rd_pick_intra4x4mby_modes(MACROBLOCK *mb, int *Rate,
777 int rate, ratey; local
1112 int rate = 0; local
1956 int rate; local
2612 int rate; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 240 /* Extend rate multiplier along side quantizer zbin increases */
576 int *Rate,
616 /* rate */
617 *Rate = vp8_rdcost_mby(mb);
644 int rate = 0; local
668 rate = bmode_costs[mode];
680 rate += ratey;
683 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
687 *bestrate = rate;
705 static int rd_pick_intra4x4mby_modes(MACROBLOCK *mb, int *Rate,
777 int rate, ratey; local
1112 int rate = 0; local
1956 int rate; local
2612 int rate; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 240 /* Extend rate multiplier along side quantizer zbin increases */
576 int *Rate,
616 /* rate */
617 *Rate = vp8_rdcost_mby(mb);
644 int rate = 0; local
668 rate = bmode_costs[mode];
680 rate += ratey;
683 this_rd = RDCOST(x->rdmult, x->rddiv, rate, distortion);
687 *bestrate = rate;
705 static int rd_pick_intra4x4mby_modes(MACROBLOCK *mb, int *Rate,
777 int rate, ratey; local
1117 int rate = 0; local
1961 int rate; local
2617 int rate; local
    [all...]

Completed in 518 milliseconds

1 2