Home
last modified time | relevance | path

Searched refs:spkPlane (Results 1 – 2 of 2) sorted by relevance

/dports/audio/fdk-aac/fdk-aac-2.0.2/libMpegTPDec/src/
H A Dtpdec_asc.cpp975 int spkPlane, chIdx = 0; in CProgramConfig_GetChannelDescription() local
976 for (spkPlane = SPEAKER_PLANE_NORMAL; spkPlane <= SPEAKER_PLANE_BOTTOM; in CProgramConfig_GetChannelDescription()
977 spkPlane += 1) { in CProgramConfig_GetChannelDescription()
980 if (pPce->FrontElementHeightInfo[elIdx] == spkPlane) { in CProgramConfig_GetChannelDescription()
981 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_FRONT); in CProgramConfig_GetChannelDescription()
991 if (pPce->SideElementHeightInfo[elIdx] == spkPlane) { in CProgramConfig_GetChannelDescription()
992 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_SIDE); in CProgramConfig_GetChannelDescription()
995 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_SIDE); in CProgramConfig_GetChannelDescription()
1002 if (pPce->BackElementHeightInfo[elIdx] == spkPlane) { in CProgramConfig_GetChannelDescription()
1003 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_BACK); in CProgramConfig_GetChannelDescription()
[all …]
/dports/multimedia/handbrake/fdk-aac-2.0.1/libMpegTPDec/src/
H A Dtpdec_asc.cpp975 int spkPlane, chIdx = 0; in CProgramConfig_GetChannelDescription() local
976 for (spkPlane = SPEAKER_PLANE_NORMAL; spkPlane <= SPEAKER_PLANE_BOTTOM; in CProgramConfig_GetChannelDescription()
977 spkPlane += 1) { in CProgramConfig_GetChannelDescription()
980 if (pPce->FrontElementHeightInfo[elIdx] == spkPlane) { in CProgramConfig_GetChannelDescription()
981 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_FRONT); in CProgramConfig_GetChannelDescription()
991 if (pPce->SideElementHeightInfo[elIdx] == spkPlane) { in CProgramConfig_GetChannelDescription()
992 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_SIDE); in CProgramConfig_GetChannelDescription()
995 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_SIDE); in CProgramConfig_GetChannelDescription()
1002 if (pPce->BackElementHeightInfo[elIdx] == spkPlane) { in CProgramConfig_GetChannelDescription()
1003 chType[chIdx] = (AUDIO_CHANNEL_TYPE)((spkPlane << 4) | ACT_BACK); in CProgramConfig_GetChannelDescription()
[all …]