Searched refs:chType (Results 1 – 3 of 3) sorted by relevance
706 static void getImplicitAudioChannelTypeAndIndex(AUDIO_CHANNEL_TYPE *chType, in getImplicitAudioChannelTypeAndIndex() argument711 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()721 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()725 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()734 *chType = ACT_FRONT; in getImplicitAudioChannelTypeAndIndex()739 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()743 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()750 *chType = ACT_BACK; in getImplicitAudioChannelTypeAndIndex()753 *chType = ACT_LFE; in getImplicitAudioChannelTypeAndIndex()759 *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()