Home
last modified time | relevance | path

Searched refs:testSampleRate (Results 1 – 4 of 4) sorted by relevance

/cts/tests/media/jni/
DNativeMediaCommon.cpp120 int32_t refSampleRate, testSampleRate, refNumChannels, testNumChannels; in isFormatSimilar() local
125 AMediaFormat_getInt32(testFormat, AMEDIAFORMAT_KEY_SAMPLE_RATE, &testSampleRate); in isFormatSimilar()
127 if (refSampleRate != testSampleRate) return false; in isFormatSimilar()
DNativeCodecTestBase.cpp693 int32_t testSampleRate = -2; in isFormatSimilar() local
697 AMediaFormat_getInt32(outFormat, AMEDIAFORMAT_KEY_SAMPLE_RATE, &testSampleRate); in isFormatSimilar()
700 return refNumChannels == testNumChannels && refSampleRate == testSampleRate && in isFormatSimilar()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrackTest.java1648 for (int testSampleRate : TEST_SR_ARRAY) { in doTestPlayStaticData()
1651 TEST_LOOPS, testFormat, frequency, testSampleRate, in doTestPlayStaticData()
1800 for (int testSampleRate : TEST_SR_ARRAY) { in doTestPlayStreamData()
1804 testSampleRate, testChannelConfiguration, in doTestPlayStreamData()
1913 int testStreamType, int testSampleRate, int testChannelMask, int testEncoding, in playOnceStreamByteBuffer() argument
1920 .setSampleRate(testSampleRate); in playOnceStreamByteBuffer()
1942 testSampleRate, track.getSampleRate()); in playOnceStreamByteBuffer()
1955 bufferSamples, testSampleRate, in playOnceStreamByteBuffer()
1963 bufferSamples, testSampleRate, in playOnceStreamByteBuffer()
1972 bufferSamples, testSampleRate, in playOnceStreamByteBuffer()
[all …]
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyConfigTest.java221 public void testSampleRate() { in testSampleRate() method in CarPropertyConfigTest