HomeSort by relevance Sort by last modified time
    Searched full:bitrates (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/chromium_org/net/quic/congestion_control/
tcp_receiver.cc 10 // Originally 64K bytes, but increased it to 256K to support higher bitrates.
  /external/chromium_org/third_party/speex/
README 3 The Speex is a patent-free, Open Source/Free Software voice codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is designed to compress voice at bitrates in the 2-45 kbps range. Possible applications include VoIP, internet audio streaming, archiving of speech data (e.g. voice mail), and audio books. In some sense, it is meant to be complementary to the Ogg Vorbis codec.
  /cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java 36 * calculate PSNR values for various bitrates.
53 // List of bitrates used in quality and basic bitrate tests.
57 // Average PSNR values for reference Google VP8 codec for the above bitrates.
59 // Minimum PSNR values for reference Google VP8 codec for the above bitrates.
247 int[] bitrateTargetValues = { 400000, 800000 }; // List of bitrates to test.
262 // Fill the bitrates values.
279 // Calculate actual average bitrates for every [stepSeconds] second.
296 throw new RuntimeException("Target bitrates: " +
298 ". Actual bitrates: "
393 // Compare bitrates and PSNRs for sequential and parallel cases
    [all...]
Vp8CodecTestBase.java 51 * calculate PSNR values for various bitrates.
245 int[] bitrates,
247 assertTrue(resolutionScales.length == bitrates.length);
269 params.bitrateSet[0] = bitrates[i];
297 int[] bitrates = { bitrate }; local
307 bitrates,
    [all...]
  /external/chromium_org/third_party/webrtc/modules/bitrate_controller/include/
bitrate_controller.h 48 // bitrate is lower than the minimum bitrate, or the sum of minimum bitrates.
65 * observer, updates bitrates if already in use.
  /external/chromium_org/third_party/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation.h 48 // Updates history of min bitrates.
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 503 * Returns the range of supported bitrates in bits/second.
622 Range<Integer> sampleRateRange = null, bitRates = null;
631 bitRates = Range.create(8000, 320000);
635 bitRates = Range.create(4750, 12200);
639 bitRates = Range.create(6600, 23850);
648 bitRates = Range.create(8000, 510000);
651 bitRates = Range.create(32000, 500000);
655 bitRates = Range.create(6000, 510000);
660 bitRates = Range.create(1, 10000000);
669 bitRates = Range.create(64000, 64000)
1818 private static final Feature[] bitrates = new Feature[] { field in class:MediaCodecInfo.EncoderCapabilities
    [all...]
  /external/libvorbis/
CHANGES 12 machines that caused inflated bitrates
16 tones at high bitrates
libvorbis.spec 27 and variable bitrates from 16 to 128 kbps/channel.
libvorbis.spec.in 27 and variable bitrates from 16 to 128 kbps/channel.
  /external/chromium_org/third_party/opus/src/silk/
tuning_parameters.h 117 /* difference between chirp factors for analysis and synthesis noise shaping filters at low bitrates */
120 /* extra harmonic boosting (signal shaping) at low bitrates */
129 /* extra harmonic noise shaping for high bitrates or noisy input */
stereo_LR_to_MS.c 42 opus_int32 mid_side_rates_bps[], /* O Bitrates for mid and side signals */
133 /* At very low bitrates or for inputs that are nearly amplitude panned, switch to panned-mono coding */
  /external/libopus/silk/
tuning_parameters.h 117 /* difference between chirp factors for analysis and synthesis noise shaping filters at low bitrates */
120 /* extra harmonic boosting (signal shaping) at low bitrates */
129 /* extra harmonic noise shaping for high bitrates or noisy input */
stereo_LR_to_MS.c 42 opus_int32 mid_side_rates_bps[], /* O Bitrates for mid and side signals */
133 /* At very low bitrates or for inputs that are nearly amplitude panned, switch to panned-mono coding */
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
svc_encodeframe.c 90 int bitrates[VPX_SS_MAX_LAYERS]; member in struct:SvcInternal
277 } else if (strcmp("bitrates", option_name) == 0) {
279 si->bitrates, NULL);
333 if (si->bitrates[0] != 0) {
336 enc_cfg->ss_target_bitrate[i] = (unsigned int)si->bitrates[i];
337 enc_cfg->rc_target_bitrate += si->bitrates[i];
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
RateShareEntry.java 41 * applies to all available bitrates. If several operation points are defined, then each operation point specifies a
43 * target rate share values at lower and higher available bitrates, respectively. The target rate share between two
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
opus_unittest.cc 214 // Create encoder memory, try with different bitrates.
323 // Create encoder memory, try with different bitrates.
342 // Create encoder memory, try with different bitrates.
363 // Create encoder memory, try with different bitrates.
  /external/chromium_org/third_party/webrtc/tools/loopback_test/
record-test.sh 17 # (recording 3 tests with 5mins and bitrates 1mbps, 2mbps and 3mbps)
  /external/libvorbis/doc/vorbisfile/
ov_bitrate.html 48 <li>OV_FALSE means the call returned a 'false' status, which in this case most likely indicates that the file is nonseekable and the upper, lower, and nominal bitrates were unset.
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl_unittest.cc 434 std::vector<uint32_t> bitrates; local
435 bitrates.push_back(codec_.simulcastStream[0].maxBitrate);
436 bitrates.push_back(codec_.simulcastStream[1].maxBitrate);
437 bitrates.push_back(codec_.simulcastStream[2].maxBitrate);
438 senders_[0]->SetTargetSendBitrate(bitrates);
  /external/chromium_org/third_party/webrtc/modules/pacing/include/
paced_sender.h 86 // Set target bitrates for the pacer. Padding packets will be utilized to
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
normal_test.cc 207 // 1. The wrapper can unilaterally reduce the framerate for low bitrates.
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.h 331 // Sent resolutions + bitrates etc. by the underlying VideoSendStream,
333 // bitrates.
  /external/chromium_org/third_party/webrtc/modules/pacing/
paced_sender.cc 33 // low bitrates (less than 320 kbits/s).
  /external/libvorbis/doc/
vorbis-fidelity.html 136 most current streaming applications demand bitrates lower than what

Completed in 1203 milliseconds

1 2 3 4