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

/frameworks/av/media/libaaudio/tests/
H A Dtest_open_params.cpp139 int32_t rates[] = {AAUDIO_UNSPECIFIED, 22050, 32000, 44100, 48000, 88200, 96000, 37913, 59132}; local
151 for (uint i = 0; i < arraysize(rates); i++) {
152 testOpenOptions(direction, AAUDIO_UNSPECIFIED, rates[i], AAUDIO_FORMAT_UNSPECIFIED);
/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.c384 for (i = 0; rates[i]; i++)
386 if (rates[i] >= bitrate)
451 for (i = 0; rates[i]; i++)
453 if (rates[i] >= bitrate)
H A Daac_rom.c1425 const int rates[8] = { variable
/frameworks/base/core/java/android/view/
H A DDisplayInfo.java485 * Returns the list of supported refresh rates in the default mode.
489 ArraySet<Float> rates = new ArraySet<>();
495 rates.add(mode.getRefreshRate());
498 float[] result = new float[rates.size()];
500 for (Float rate : rates) {
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java957 * Returns the array of supported sample rates if the codec
1010 // channels and sample rates are checked orthogonally
1032 /** modifies rates */
1033 private void limitSampleRates(int[] rates) { argument
1034 Arrays.sort(rates);
1036 for (int rate: rates) {
1295 * Returns the range of supported frame rates.
1395 * Returns the range of supported video frame rates for a video size.
1449 * Returns the range of achievable video frame rates for a video size.
1460 * corresponds to the fastest frame rates achieve
1893 applyBlockLimits( int blockWidth, int blockHeight, Range<Integer> counts, Range<Long> rates, Range<Rational> ratios) argument
[all...]
H A DAudioRecord.java256 * rate that is guaranteed to work on all devices, but other rates such as 22050,
422 int[] rates = { 0 };
429 rates /*mSampleRates*/,
H A DAudioTrack.java657 int[] rates = { 0 };
660 rates /*sampleRate - NA*/,

Completed in 139 milliseconds