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.java509 * Returns the array of supported sample rates if the codec
562 // channels and sample rates are checked orthogonally
584 /** modifies rates */
585 private void limitSampleRates(int[] rates) { argument
586 Arrays.sort(rates);
588 for (int rate: rates) {
833 * Returns the range of supported frame rates.
933 * Returns the range of supported video frame rates for a video size.
1235 Range<Integer> counts, Range<Long> rates, Range<Rational> ratios) {
1261 rates
1233 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 139 milliseconds