HomeSort by relevance Sort by last modified time
    Searched full:bitrate (Results 26 - 50 of 422) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns_func.h 31 Word16 InitTnsConfigurationLong(Word32 bitrate,
38 Word16 InitTnsConfigurationShort(Word32 bitrate,
bitenc.h 34 Word32 bitrate; member in struct:BITSTREAMENCODER_INIT
psy_configuration.h 94 Word16 InitPsyConfigurationLong(Word32 bitrate,
99 Word16 InitPsyConfigurationShort(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>
vorbis_encode_ctl.html 22 Applications may use vorbis_encode_ctl() to query or set bitrate
63 encoder bitrate management setting. Also used to initialize fields of
70 encoder bitrate management settings to the values listed in the
71 ovectl_ratemanage2_arg. Passing a NULL pointer will disable bitrate
113 ovectl_ratemanage_arg *</a></b><br> Old interface to querying bitrate
123 ovectl_ratemanage_arg *</a></b><br> Old interface to modifying bitrate
133 average-bitrate encoding mode; deprecated after move to bit-reservoir
142 bounded-bitrate encoding modes; deprecated after move to bit-reservoir
  /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/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/libvorbis/
Android.mk 10 lib/bitrate.c \
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 64 public void setAudioEncodingBitRate(int bitRate) {
65 audioBitRate = bitRate;
129 public void setVideoEncodingBitRate(int bitRate) {
130 videoBitRate = bitRate;
  /external/webkit/Source/WebCore/manual-tests/
video-waiting-seeking.html 72 This test makes assumptions on the size of the input file, the bitrate
76 Source is assumed to be about 188k with a uniform bitrate, &gt; 4
  /frameworks/av/libvideoeditor/vss/common/inc/
M4SYS_Stream.h 162 M4OSA_Int32 averageBitrate; /**< The average bitrate (in bit per second) of this stream.
163 The average bitrate is computed on the stream duration.
164 -1 value means either there is no average bitrate or no
165 average bitrate is provided.*/
166 M4OSA_Int32 maxBitrate; /**< The maximum bitrate (in bit per second) of this stream.
167 The maximum bitrate is computed on a sliding window of 1
168 second. -1 value means either there is no max. bitrate or
169 no max. bitrate is provided.*/
  /external/aac/libSBRenc/src/
sbr_encoder.cpp 161 channels, bitrate, sample rate and core coder
168 getSbrTuningTableIndex(UINT bitrate, /*! the total bitrate in bits/sec */
193 if ((bitrate >= sbrTuningTable [i].bitrateFrom) &&
194 (bitrate < sbrTuningTable [i].bitrateTo)) {
195 bitRateClosestLower = bitrate;
196 bitRateClosestUpper = bitrate;
200 if ( sbrTuningTable [i].bitrateFrom > bitrate ) {
206 if ( sbrTuningTable [i].bitrateTo <= bitrate ) {
223 distanceLower = sbrTuningTable [bitRateClosestLowerIndex].bitrateFrom - bitrate;
    [all...]
  /frameworks/av/media/libstagefright/
MP3Extractor.cpp 43 // protection, bitrate, padding, private bits, mode, mode extension,
148 int sample_rate, num_channels, bitrate; local
151 &sample_rate, &num_channels, &bitrate)) {
289 int bitrate; local
291 header, &frame_size, &sample_rate, &num_channels, &bitrate);
312 mMeta->setInt32(kKeyBitRate, bitrate * 1000);
341 durationUs = 8000LL * (fileSize - mFirstFramePos) / bitrate;
486 int32_t bitrate; local
487 if (!mMeta->findInt32(kKeyBitRate, &bitrate)) {
488 // bitrate is in bits/sec
512 int bitrate; local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
EC3TrackImpl.java 30 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...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c 193 const Word32 bitrate,
203 if (bitrate > 22000)
278 static void initMinSnr(const Word32 bitrate,
296 pePerWindow = bits2pe(extract_l((bitrate * numLines) / samplerate));
345 Word16 InitPsyConfigurationLong(Word32 bitrate,
388 bitrate,
411 initMinSnr(bitrate,
429 Word16 InitPsyConfigurationShort(Word32 bitrate,
470 bitrate,
495 initMinSnr(bitrate,
    [all...]
qc_main.c 60 static Word16 calcFrameLen(Word32 bitRate,
68 result = (FRAME_LEN_LONG >> 3) * bitRate;
89 static Word16 framePadding(Word32 bitRate,
98 difference = calcFrameLen( bitRate,
237 init->bitrate,
297 /*adjust thresholds for the desired bitrate */
454 /* constant bitrate */
462 /* variable bitrate */
539 * to achieve a bitrate that demands a non byte aligned
545 Word32 bitRate, /* total bitrate *
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 39 // - target bitrate
123 // Target bitrate set for the encoder, in bits per second.
126 // Bitrate control mode, either constant or variable
182 // Updates bitrate to reflect port settings.
184 const OMX_VIDEO_PARAM_BITRATETYPE* bitrate);

Completed in 6310 milliseconds

12 3 4 5 6 7 8 91011>>