Searched refs:chType (Results 1 – 4 of 4) sorted by relevance
491 AUDIO_CHANNEL_TYPE *chType, in getImplicitAudioChannelTypeAndIndex() argument498 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()508 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()512 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()521 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()526 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()530 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()537 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()540 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()546 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()[all …]
235 AUDIO_CHANNEL_TYPE chType[],
1080 ChannelType chType; in RecordingChannel() local1082 if (_audioDeviceBuffer.RecordingChannel(chType) == -1) in RecordingChannel()1087 *channel = chType; in RecordingChannel()
317 chType(AudioDeviceModule::kChannelLeft); in RecordedDataIsAvailable() local318 EXPECT_EQ(0, _audioDevice->RecordingChannel(&chType)); in RecordedDataIsAvailable()319 if (chType == AudioDeviceModule::kChannelLeft) in RecordedDataIsAvailable()