Home
last modified time | relevance | path

Searched refs:testNumChannels (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/jni/
DNativeCodecTestBase.cpp563 int32_t testNumChannels = -2; in isFormatSimilar() local
567 AMediaFormat_getInt32(outFormat, AMEDIAFORMAT_KEY_CHANNEL_COUNT, &testNumChannels); in isFormatSimilar()
568 return refNumChannels == testNumChannels && refSampleRate == testSampleRate && in isFormatSimilar()
DNativeExtractorTest.cpp58 int32_t refSampleRate, testSampleRate, refNumChannels, testNumChannels; in isFormatSimilar() local
66 AMediaFormat_getInt32(testFormat, AMEDIAFORMAT_KEY_CHANNEL_COUNT, &testNumChannels); in isFormatSimilar()
68 refNumChannels == testNumChannels && refSampleRate == testSampleRate; in isFormatSimilar()