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.java759 * Returns the array of supported sample rates if the codec
812 // channels and sample rates are checked orthogonally
834 /** modifies rates */
835 private void limitSampleRates(int[] rates) { argument
836 Arrays.sort(rates);
838 for (int rate: rates) {
1084 * Returns the range of supported frame rates.
1184 * Returns the range of supported video frame rates for a video size.
1237 * Returns the range of achievable video frame rates for a video size.
1247 * The returned range corresponds to the fastest frame rates achieve
1597 applyBlockLimits( int blockWidth, int blockHeight, Range<Integer> counts, Range<Long> rates, Range<Rational> ratios) argument
[all...]

Completed in 103 milliseconds