Searched refs:targetChannel (Results 1 – 2 of 2) sorted by relevance
120 int32_t targetChannel; in CheckAudioChannel() local125 (void)format.GetIntValue("channel_count", targetChannel); in CheckAudioChannel()126 if (data.channels.minVal > targetChannel || data.channels.maxVal < targetChannel) { in CheckAudioChannel()
388 uint32_t targetChannel = streamInfo.channels >= STEREO_CHANNEL_COUNT ? STEREO_CHANNEL_COUNT : 1; in InitSink() local393 if (uChannel_ != targetChannel || uFormat_ != format || sampleRate != uSampleRate_) { in InitSink()403 return InitSink(targetChannel, format, sampleRate); in InitSink()