Searched refs:chType (Results 1 – 5 of 5) sorted by relevance
561 static void getImplicitAudioChannelTypeAndIndex(AUDIO_CHANNEL_TYPE *chType, in getImplicitAudioChannelTypeAndIndex() argument566 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()576 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()580 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()589 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()594 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()598 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()605 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()608 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()614 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()[all …]
243 UCHAR chMapping[], AUDIO_CHANNEL_TYPE chType[],286 AUDIO_CHANNEL_TYPE chType[],
398 static PCM_DMX_SPEAKER_POSITION getSpeakerPos(AUDIO_CHANNEL_TYPE chType, in getSpeakerPos() argument405 AUDIO_CHANNEL_TYPE chGrp = (AUDIO_CHANNEL_TYPE)(chType & 0x0F); in getSpeakerPos()409 unsigned fIsLfe = (chType == ACT_LFE) ? 1 : 0; in getSpeakerPos()423 if ((chGrp > ACT_FRONT) && (chType != ACT_SIDE) && !fIsLfe) { in getSpeakerPos()434 if (chType == ACT_SIDE) { in getSpeakerPos()448 spkrPos.z = (SCHAR)chType >> 4; in getSpeakerPos()
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()