Searched refs:chMode (Results 1 – 2 of 2) sorted by relevance
208 CHANNEL_MODE chMode; in transportEnc_GetChannelMode() local211 …chMode = (CHANNEL_MODE)((noChannels == 8) ? 7 : noChannels); /* see : iso/mpeg4 v1 audio subpart1*/ in transportEnc_GetChannelMode()213 chMode = MODE_UNKNOWN; in transportEnc_GetChannelMode()215 return chMode; in transportEnc_GetChannelMode()
451 PCM_DMX_CHANNEL_MODE *chMode /* out */ in getChannelMode() argument466 FDK_ASSERT(chMode != NULL); in getChannelMode()477 *chMode = CH_MODE_UNDEFINED; in getChannelMode()648 *chMode = (PCM_DMX_CHANNEL_MODE)( (numChInGrp[CH_GROUP_FRONT] & 0xF) in getChannelMode()673 const PCM_DMX_CHANNEL_MODE chMode, /* in */ in getChannelDescription() argument695 numChInGrp[CH_GROUP_FRONT] = chMode & 0xF; in getChannelDescription()697 numChInGrp[CH_GROUP_SIDE] = (chMode >> 4) & 0xF; in getChannelDescription()698 numChInGrp[CH_GROUP_REAR] = (chMode >> 8) & 0xF; in getChannelDescription()699 numChInGrp[CH_GROUP_LFE] = (chMode >> 12) & 0xF; in getChannelDescription()708 switch (chMode) { in getChannelDescription()