Searched refs:rates (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Daac_rom.h97 extern const int rates[8];
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c382 for (i = 0; rates[i]; i++)
384 if (rates[i] >= bitrate)
449 for (i = 0; rates[i]; i++)
451 if (rates[i] >= bitrate)
H A Daac_rom.c1425 const int rates[8] = { variable
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java510 * Returns the array of supported sample rates if the codec
563 // channels and sample rates are checked orthogonally
585 /** modifies rates */
586 private void limitSampleRates(int[] rates) { argument
587 Arrays.sort(rates);
589 for (int rate: rates) {
834 * Returns the range of supported frame rates.
934 * Returns the range of supported video frame rates for a video size.
1252 Range<Integer> counts, Range<Long> rates, Range<Rational> ratios) {
1278 rates
1250 applyBlockLimits( int blockWidth, int blockHeight, Range<Integer> counts, Range<Long> rates, Range<Rational> ratios) argument
[all...]
/frameworks/opt/net/wifi/service/tools/halutil/
H A Dhalutil.cpp1057 char *rates[] = { variable
1127 rates[i], rate_stat[i].tx_mpdu, rate_stat[i].rx_mpdu,
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp66 static const unsigned rates[] = {32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, local

Completed in 952 milliseconds