Searched refs:testNumChannels (Results 1 – 2 of 2) sorted by relevance
118 int32_t refSampleRate, testSampleRate, refNumChannels, testNumChannels; in isFormatSimilar() local130 AMediaFormat_getInt32(testFormat, AMEDIAFORMAT_KEY_CHANNEL_COUNT, &testNumChannels); in isFormatSimilar()132 if (refNumChannels != testNumChannels) return false; in isFormatSimilar()
695 int32_t testNumChannels = -2; in isFormatSimilar() local699 AMediaFormat_getInt32(outFormat, AMEDIAFORMAT_KEY_CHANNEL_COUNT, &testNumChannels); in isFormatSimilar()700 return refNumChannels == testNumChannels && refSampleRate == testSampleRate && in isFormatSimilar()