Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeMediaCommon.cpp117 int32_t refSampleRate, testSampleRate, refNumChannels, testNumChannels; in isFormatSimilar() local
122 AMediaFormat_getInt32(testFormat, AMEDIAFORMAT_KEY_SAMPLE_RATE, &testSampleRate); in isFormatSimilar()
124 if (refSampleRate != testSampleRate)return false; in isFormatSimilar()
DNativeCodecTestBase.cpp575 int32_t testSampleRate = -2; in isFormatSimilar() local
579 AMediaFormat_getInt32(outFormat, AMEDIAFORMAT_KEY_SAMPLE_RATE, &testSampleRate); in isFormatSimilar()
582 return refNumChannels == testNumChannels && refSampleRate == testSampleRate && in isFormatSimilar()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrackTest.java1625 for (int testSampleRate : TEST_SR_ARRAY) { in doTestPlayStaticData()
1628 TEST_LOOPS, testFormat, frequency, testSampleRate, in doTestPlayStaticData()
1777 for (int testSampleRate : TEST_SR_ARRAY) { in doTestPlayStreamData()
1781 testSampleRate, testChannelConfiguration, in doTestPlayStreamData()
1890 int testStreamType, int testSampleRate, int testChannelMask, int testEncoding, in playOnceStreamByteBuffer() argument
1897 .setSampleRate(testSampleRate); in playOnceStreamByteBuffer()
1919 testSampleRate, track.getSampleRate()); in playOnceStreamByteBuffer()
1932 bufferSamples, testSampleRate, in playOnceStreamByteBuffer()
1940 bufferSamples, testSampleRate, in playOnceStreamByteBuffer()
1949 bufferSamples, testSampleRate, in playOnceStreamByteBuffer()
[all …]
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyConfigTest.java150 public void testSampleRate() { in testSampleRate() method in CarPropertyConfigTest