Searched refs:chMode (Results 1 – 2 of 2) sorted by relevance
278 UINT chMode = CH_MODE_UNDEFINED; in getChannelMode() local378 chMode = (numChInGrp[CH_GROUP_LFE] & 0xF) << 12 in getChannelMode()384 return (PCM_DMX_CHANNEL_MODE)chMode; in getChannelMode()398 const PCM_DMX_CHANNEL_MODE chMode, /* in */ in getChannelDescription() argument420 numChInGrp[CH_GROUP_FRONT] = chMode & 0xF; in getChannelDescription()421 numChInGrp[CH_GROUP_SIDE] = (chMode >> 4) & 0xF; in getChannelDescription()422 numChInGrp[CH_GROUP_REAR] = (chMode >> 8) & 0xF; in getChannelDescription()423 numChInGrp[CH_GROUP_LFE] = (chMode >> 12) & 0xF; in getChannelDescription()
204 CHANNEL_MODE chMode; in transportEnc_GetChannelMode() local207 …chMode = (CHANNEL_MODE)((noChannels == 8) ? 7 : noChannels); /* see : iso/mpeg4 v1 audio subpart1*/ in transportEnc_GetChannelMode()209 chMode = MODE_UNKNOWN; in transportEnc_GetChannelMode()211 return chMode; in transportEnc_GetChannelMode()