Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecTestBase.cpp562 int32_t refNumChannels = -1; in isFormatSimilar() local
566 AMediaFormat_getInt32(inpFormat, AMEDIAFORMAT_KEY_CHANNEL_COUNT, &refNumChannels); in isFormatSimilar()
568 return refNumChannels == testNumChannels && refSampleRate == testSampleRate && in isFormatSimilar()
DNativeExtractorTest.cpp58 int32_t refSampleRate, testSampleRate, refNumChannels, testNumChannels; in isFormatSimilar() local
64 AMediaFormat_getInt32(refFormat, AMEDIAFORMAT_KEY_CHANNEL_COUNT, &refNumChannels); in isFormatSimilar()
68 refNumChannels == testNumChannels && refSampleRate == testSampleRate; in isFormatSimilar()