Searched defs:bitrate (Results 1 - 25 of 80) sorted by relevance

1234

/external/webrtc/webrtc/examples/objc/AppRTCDemo/
H A DARDBitrateTracker.h13 /** Class used to estimate bitrate based on byte count. It is expected that
15 * byte count is updated, and measures the bitrate based on the byte difference
20 /** The bitrate in bits per second. */
21 @property(nonatomic, readonly) double bitrate; variable
22 /** The bitrate as a formatted string in bps, Kbps or Mbps. */
25 /** Converts the bitrate to a readable format in bps, Kbps or Mbps. */
26 + (NSString *)bitrateStringForBitrate:(double)bitrate;
27 /** Updates the tracked bitrate with the new byte count. */
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Drate_statistics_unittest.cc55 uint32_t bitrate = stats_.Rate(now_ms); local
56 EXPECT_EQ(0u, bitrate);
61 if (new_bitrate != bitrate) {
62 // New bitrate must be higher than previous one.
63 EXPECT_GT(new_bitrate, bitrate);
66 EXPECT_NEAR(8000000u, bitrate, 80000u);
69 bitrate = new_bitrate;
74 bitrate = stats_.Rate(now_ms);
75 EXPECT_NEAR(8000000u, bitrate, 80000u);
81 if (new_bitrate != bitrate) {
[all...]
H A Dtransport_feedback_adapter.cc126 unsigned int bitrate) {
127 rtcp_bandwidth_observer_->OnReceivedEstimatedBitrate(bitrate);
124 OnReceiveBitrateChanged( const std::vector<unsigned int>& ssrcs, unsigned int bitrate) argument
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DAudioQuality.java21 long bitrate; field in class:AudioQuality
H A DVideoQuality.java19 long bitrate; field in class:VideoQuality
/external/webrtc/webrtc/call/
H A Dbitrate_allocator.h35 // Returns actual bitrate allocated (might be higher than target_bitrate if
41 // Set the start and max send bitrate used by the bandwidth management.
44 // |min_bitrate_bps| = 0 equals no min bitrate.
45 // |max_bitrate_bps| = 0 equals no max bitrate.
46 // Returns bitrate allocated for the bitrate observer.
56 // This method controls the behavior when the available bitrate is lower than
57 // the minimum bitrate, or the sum of minimum bitrates.
58 // When true, the bitrate will never be set lower than the minimum bitrate(
71 ObserverConfiguration(BitrateObserver* observer, uint32_t bitrate) argument
[all...]
H A Dbitrate_allocator_unittest.cc25 virtual void OnNetworkChanged(uint32_t bitrate, argument
28 last_bitrate_ = bitrate;
56 // bitrate for FEC/retransmissions (see todo in BitrateAllocator).
81 // Test too low start bitrate, hence lower than sum of min. Min bitrates will
91 // Test a bitrate which should be distributed equally.
167 EXPECT_EQ(100000u, bitrate_observer_1.last_bitrate_); // Min bitrate.
168 EXPECT_EQ(200000u, bitrate_observer_2.last_bitrate_); // Min bitrate.
202 // Low REMB. Verify that all observers still get their respective min bitrate.
H A Dbitrate_allocator.cc21 // Allow packets to be transmitted in up to 2 times max video bitrate if the
35 uint32_t BitrateAllocator::OnNetworkChanged(uint32_t bitrate, argument
39 last_bitrate_bps_ = bitrate;
72 // Allow the max bitrate to be exceeded for FEC and retransmissions.
74 // properly allocate bitrate. The allocator should instead distribute any
75 // extra bitrate after all streams have maxed out.
137 uint32_t bitrate,
142 (bitrate - sum_min_bitrates) / number_of_observers;
143 // Use map to sort list based on max bitrate.
175 uint32_t bitrate) {
136 NormalRateAllocation( uint32_t bitrate, uint32_t sum_min_bitrates) argument
174 LowRateAllocation( uint32_t bitrate) argument
[all...]
/external/webrtc/webrtc/modules/bitrate_controller/
H A Dsend_side_bandwidth_estimation_unittest.cc33 int bitrate; local
36 bwe.CurrentEstimate(&bitrate, &fraction_loss, &rtt);
37 EXPECT_EQ(kRembBps, bitrate);
43 bitrate = 0;
44 bwe.CurrentEstimate(&bitrate, &fraction_loss, &rtt);
45 EXPECT_EQ(kRembBps, bitrate);
67 // Signal heavy loss to go down in bitrate.
75 // Verify that the obtained bitrate isn't hitting the min bitrate, or this
77 // loss rates so that it doesn't hit min bitrate afte
[all...]
/external/speex/include/speex/
H A Dspeex_header.h68 spx_int32_t bitrate; /**< Bit-rate used */ member in struct:SpeexHeader
/external/webrtc/webrtc/video/
H A Dvie_remb.cc99 unsigned int bitrate) {
104 unsigned int new_remb_bitrate = last_send_bitrate_ - bitrate_ + bitrate;
107 // The new bitrate estimate is less than kSendThresholdPercent % of the
112 bitrate_ = bitrate;
114 // Calculate total receive bitrate estimate.
98 OnReceiveBitrateChanged(const std::vector<unsigned int>& ssrcs, unsigned int bitrate) argument
H A Dvideo_encoder.cc165 int32_t VideoEncoderSoftwareFallbackWrapper::SetRates(uint32_t bitrate, argument
168 bitrate_ = bitrate;
170 int32_t ret = encoder_->SetRates(bitrate, framerate);
172 return fallback_encoder_->SetRates(bitrate, framerate);
/external/libvpx/libvpx/examples/
H A Dvp8cx_set_ref.c107 const int bitrate = 200; // kbit/s TODO(dkovalev) add command line argument local
149 cfg.rc_target_bitrate = bitrate;
H A Dsimple_encoder.c48 // the default bitrate based on the ratio between the default resolution
145 // TODO(tomfinegan): Improve command line parsing and add args for bitrate/fps.
157 const int bitrate = 200; local
211 cfg.rc_target_bitrate = bitrate;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
H A Dbwe_rtp_play.cc25 // Called when a receive channel group has a new bitrate estimate for the
28 unsigned int bitrate) {
29 printf("[%u] Num SSRCs: %d, bitrate: %u\n",
31 static_cast<int>(ssrcs.size()), bitrate);
27 OnReceiveBitrateChanged(const std::vector<unsigned int>& ssrcs, unsigned int bitrate) argument
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dbitrate.cc11 #include "webrtc/modules/rtp_rtcp/source/bitrate.h"
64 int64_t bitrate = (static_cast<uint64_t>(bitrate_) * 1000 + local
66 return static_cast<uint32_t>(bitrate);
/external/aac/libAACenc/src/
H A Dbandwidth.cpp277 } /* within bitrate range */
287 INT bitrate,
295 INT chanBitRate = bitrate/cm->nChannels;
285 FDKaacEnc_DetermineBandWidth(INT* bandWidth, INT proposedBandWidth, INT bitrate, AACENC_BITRATE_MODE bitrateMode, INT sampleRate, INT frameLength, CHANNEL_MAPPING* cm, CHANNEL_MODE encoderMode) argument
/external/libvpx/libvpx/test/
H A Dvp9_encoder_parms_get_to_decoder.cc27 uint32_t bitrate; member in struct:__anon11774::EncodePerfTestVideo
44 // TODO(JBB): quantizers / bitrate
72 cfg_.rc_target_bitrate = test_video_.bitrate;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DAACTrackImpl.java68 int bitrate; field in class:AACTrackImpl
286 ", bitrate=" + bitrate +
H A DAC3TrackImpl.java22 int bitrate; field in class:AC3TrackImpl
249 bitrate = bitRateAndFrameSizeTable[frmsizecode][flag][fscod][0];
277 // ETSI 102 366 Table 4.13, in frmsizecod, flag, fscod, bitrate/size order. Note that all sizes are in words, and all bitrates in kbps
H A DEC3TrackImpl.java30 int bitrate; field in class:EC3TrackImpl
108 bitrate += bsi.bitrate;
112 ec3.setDataRate(bitrate / 1000);
387 entry.bitrate = (int) (((double) entry.samplerate) / 1536.0 * entry.frameSize * 8);
410 public int bitrate; field in class:EC3TrackImpl.BitStreamInfo
420 ", bitrate=" + bitrate +
431 "bitrate=" + bitrate
[all...]
/external/webrtc/talk/media/base/
H A Dcodec.h130 int bitrate; member in struct:cricket::AudioCodec
137 int bitrate,
207 // don't make sense (such as max < min bitrate), and error is logged and
/external/webrtc/webrtc/modules/audio_coding/test/
H A Dopus_test.cc208 void OpusTest::Run(TestPackStereo* channel, size_t channels, int bitrate, argument
226 EXPECT_EQ(0, WebRtcOpus_SetBitRate(opus_mono_encoder_, bitrate));
227 EXPECT_EQ(0, WebRtcOpus_SetBitRate(opus_stereo_encoder_, bitrate));
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dsend_side.cc106 unsigned int bitrate) {
107 feedback_observer_->OnReceivedEstimatedBitrate(bitrate);
104 OnReceiveBitrateChanged( const std::vector<unsigned int>& ssrcs, unsigned int bitrate) argument
/external/iproute2/include/linux/can/
H A Dnetlink.h31 __u32 bitrate; /* Bit-rate in bits/second */ member in struct:can_bittiming

Completed in 540 milliseconds

1234