Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecTestBase.cpp561 int32_t testSampleRate = -2; in isFormatSimilar() local
565 AMediaFormat_getInt32(outFormat, AMEDIAFORMAT_KEY_SAMPLE_RATE, &testSampleRate); in isFormatSimilar()
568 return refNumChannels == testNumChannels && refSampleRate == testSampleRate && in isFormatSimilar()
DNativeExtractorTest.cpp58 int32_t refSampleRate, testSampleRate, refNumChannels, testNumChannels; in isFormatSimilar() local
62 AMediaFormat_getInt32(testFormat, AMEDIAFORMAT_KEY_SAMPLE_RATE, &testSampleRate); in isFormatSimilar()
68 refNumChannels == testNumChannels && refSampleRate == testSampleRate; in isFormatSimilar()
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyConfigTest.java145 public void testSampleRate() { in testSampleRate() method in CarPropertyConfigTest