Searched defs:rates (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daac_rom.c1425 const int rates[8] = { variable
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java951 * Returns the array of supported sample rates if the codec
1004 // channels and sample rates are checked orthogonally
1026 /** modifies rates */
1027 private void limitSampleRates(int[] rates) { argument
1028 Arrays.sort(rates);
1030 for (int rate: rates) {
1283 * Returns the range of supported frame rates.
1383 * Returns the range of supported video frame rates for a video size.
1437 * Returns the range of achievable video frame rates for a video size.
1448 * corresponds to the fastest frame rates achieve
1881 applyBlockLimits( int blockWidth, int blockHeight, Range<Integer> counts, Range<Long> rates, Range<Rational> ratios) argument
[all...]

Completed in 68 milliseconds