/external/chromium_org/third_party/opus/src/silk/ |
control_SNR.c | 38 opus_int32 TargetRate_bps /* I Target max bitrate (bps) */ 45 /* Set bitrate/coding quality */ 59 /* Reduce bitrate for 10 ms modes in these calculations */ 64 /* Find bitrate interval in table and interpolate */
|
/external/libvorbis/doc/vorbisfile/ |
vorbis_info.html | 53 <dd>Specifies the upper limit in a VBR bitstream. If the value matches the bitrate_nominal and bitrate_lower parameters, the stream is fixed bitrate. May be unset if no limit exists.</dd> 55 <dd>Specifies the average bitrate for a VBR bitstream. May be unset. If the bitrate_upper and bitrate_lower parameters match, the stream is fixed bitrate.</dd> 57 <dd>Specifies the lower limit in a VBR bitstream. If the value matches the bitrate_nominal and bitrate_upper parameters, the stream is fixed bitrate. May be unset if no limit exists.</dd>
|
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/ |
AAC_E_SAMPLES.c | 38 "voAACEncTest -if <inputfile.pcm> -of <outputfile.aac> -sr <samplerate> -ch <channel> -br <bitrate> -adts <adts> \n" 43 "-br encoded aac bitrate, default 64000 * (samplerate/100)*channel/441(480)\n" 51 // bitRate/nChannels > 8000 52 // bitRate/nChannels < 160000 53 // bitRate/nChannels < sampleRate*6 55 param->bitRate = 0; 96 param->bitRate = atoi(*argv); 113 if(param->bitRate == 0) 118 param->bitRate = 640*param->nChannels*param->sampleRate/scale;
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
aacenc_core.c | 46 config->bitRate = 128000; 91 config.bitRate, 111 qcInit.averageBits = (Word16) ((config.bitRate * FRAME_LEN_LONG) / config.sampleRate); 121 qcInit.bitrate = config.bitRate; 129 hAacEnc->bseInit.bitrate = config.bitRate; 174 /* adjust bitrate and frame length */ 176 aacEnc->config.bitRate,
|
/external/chromium_org/media/cast/congestion_control/ |
congestion_control.h | 27 // Returns true if the bitrate have changed. 30 // Returns true if the bitrate have changed.
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
tns_func.h | 31 Word16 InitTnsConfigurationLong(Word32 bitrate, 38 Word16 InitTnsConfigurationShort(Word32 bitrate,
|
/external/libvorbis/doc/vorbisenc/ |
vorbis_encode_init.html | 20 <p>This is the primary function within libvorbisenc for setting up managed bitrate modes. 51 <dd>Desired maximum bitrate (limit). -1 indicates unset.</dd> 53 <dd>Desired average, or central, bitrate. -1 indicates unset.</dd> 55 <dd>Desired minimum bitrate. -1 indicates unset.</dd> 68 <li>OV_EIMPL - Unimplemented mode; unable to comply with bitrate request.</li>
|
vorbis_encode_setup_managed.html | 20 <p>This function performs step-one of a three-step bitrate-managed 65 <dd>Desired maximum bitrate (limit). -1 indicates unset.</dd> 67 <dd>Desired average, or central, bitrate. -1 indicates unset.</dd> 69 <dd>Desired minimum bitrate. -1 indicates unset.</dd> 82 <li>OV_EIMPL - Unimplemented mode; unable to comply with bitrate request.</li>
|
vorbis_info.html | 54 <dd>Specifies the upper limit in a VBR bitstream. If the value matches the bitrate_nominal and bitrate_lower parameters, the stream is fixed bitrate. May be unset if no limit exists.</dd> 56 <dd>Specifies the average bitrate for a VBR bitstream. May be unset. If the bitrate_upper and bitrate_lower parameters match, the stream is fixed bitrate.</dd> 58 <dd>Specifies the lower limit in a VBR bitstream. If the value matches the bitrate_nominal and bitrate_upper parameters, the stream is fixed bitrate. May be unset if no limit exists.</dd> 60 <dd>Specifies the size of the bit reservoir in seconds relative to the nominal bitrate. May be unset.</dd>
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
AbstractManifestWriter.java | 66 long bitrate = 0;
local 68 bitrate += sample.limit();
70 bitrate *= 8; // from bytes to bits
71 bitrate /= ((double) getDuration(track)) / track.getTrackMetaData().getTimescale(); // per second
72 return bitrate;
|
AudioQuality.java | 21 long bitrate; field in class:AudioQuality
|
VideoQuality.java | 19 long bitrate; field in class:VideoQuality
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
codec.h | 39 int bitrate; member in struct:cricket::AudioCodec 46 : id(pt), name(nm), clockrate(cr), bitrate(br), 50 AudioCodec() : id(0), clockrate(0), bitrate(0), channels(0), preference(0) {} 66 bitrate = c.bitrate; 76 bitrate == c.bitrate &&
|
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_connection_win.cc | 15 int BitrateToSpeedConstant(int bitrate) { 17 switch (bitrate) { 33 // If the bitrate doesn't match that of one of the standard 36 return bitrate; 140 if (options.bitrate.get()) 141 config.BaudRate = BitrateToSpeedConstant(*options.bitrate); 228 info->bitrate.reset(new int(SpeedConstantToBitrate(config.BaudRate)));
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
codec.cc | 134 // If a nonzero bitrate is specified, it must match the actual bitrate, 145 (codec.bitrate == 0 || bitrate <= 0 || bitrate == codec.bitrate) && 151 os << "AudioCodec[" << id << ":" << name << ":" << clockrate << ":" << bitrate
|
/external/libmtp/examples/ |
tracks.c | 60 if (track->bitrate != 0) { 61 printf(" Bitrate: %u bits/s\n", track->bitrate); 65 printf(" Bitrate type: Constant\n"); 67 printf(" Bitrate type: Variable (VBR)\n"); 69 printf(" Bitrate type: Free\n"); 71 printf(" Bitrate type: Unknown/Erroneous value\n");
|
/external/aac/libAACenc/src/ |
aacenc.cpp | 110 static AAC_ENCODER_ERROR FDKaacEnc_InitCheckAncillary(INT bitRate, 122 INT bitRate, 138 prevBitRate = bitRate; 139 averageBitsPerFrame = (bitRate*(frameLength>>shift)) / (coreSamplingRate>>shift) / nSubFrames; 152 bitRate = FDKmax(bitRate, ((((40 * nChannels) + transportBits) * (coreSamplingRate)) / frameLength) ); 153 FDK_ASSERT(bitRate >= 0); 155 bitRate = FDKmin(bitRate, ((nChannelsEff * MIN_BUFSIZE_PER_EFF_CHAN)*(coreSamplingRate>>shift)) / (frameLength>>shift)) ; 156 FDK_ASSERT(bitRate >= 0) 190 INT bitrate = 0; local [all...] |
/external/iproute2/ip/ |
iplink_can.c | 26 "\t[ bitrate BITRATE [ sample-point SAMPLE-POINT] ] | \n" 39 "\tWhere: BITRATE := { 1..1000000 }\n" 105 if (matches(*argv, "bitrate") == 0) { 107 if (get_u32(&bt.bitrate, *argv, 0)) 108 invarg("invalid \"bitrate\" value\n", *argv); 179 if (bt.bitrate || bt.tq) 232 "bitrate %d sample-point %.3f ", 233 bt->bitrate, (float)bt->sample_point / 1000.);
|
/external/libvorbis/lib/ |
bitrate.c | 13 function: bitrate tracking and management 14 last mod: $Id: bitrate.c 16227 2009-07-08 06:58:46Z xiphmont $ 26 #include "bitrate.h" 28 /* compute bitrate tracking setup */ 90 /* not a bitrate managed stream, but for API simplicity, we'll 143 /* do we need to force the bitrate up? */ 155 /* do we need to force the bitrate down? */ 169 /* choosing a smaller packetblob is insufficient to trim bitrate. 186 /* prop up bitrate according to demand. pad this frame out with zeroes */
|
/external/chromium_org/media/base/ |
data_source.h | 61 // Notify the DataSource of the bitrate of the media. 62 // Values of |bitrate| <= 0 are invalid and should be ignored. 63 virtual void SetBitrate(int bitrate) = 0;
|
/external/chromium_org/media/cast/rtcp/ |
rtcp_sender.h | 98 inline void BitrateToRembExponentBitrate(uint32 bitrate, 104 if (bitrate <= (262143u << i)) { 109 *mantissa = (bitrate >> *exponent);
|
/external/chromium_org/third_party/opus/src/ |
README.draft | 41 -cbr : enable constant bitrate; default: variable bitrate 42 -cvbr : enable constrained variable bitrate; default: unconstrained
|
/external/chromium_org/net/quic/congestion_control/ |
fix_rate_receiver.cc | 23 feedback->fix_rate.bitrate = configured_rate_;
|
fix_rate_test.cc | 54 EXPECT_EQ(300000u, feedback.fix_rate.bitrate.ToBytesPerSecond()); 60 feedback.fix_rate.bitrate = QuicBandwidth::FromKBytesPerSecond(300); 90 const QuicBandwidth bitrate = QuicBandwidth::FromKBytesPerSecond(240); local 117 EXPECT_EQ(num_packets * packet_size * 1000000 / bitrate.ToBytesPerSecond(),
|
/external/libvorbis/ |
Android.mk | 10 lib/bitrate.c \
|