Searched refs:pMapInfoTab (Results 1 – 2 of 2) sorted by relevance
167 if ((pMapDescr->fPassThrough == 0) && (pMapDescr->pMapInfoTab != NULL) && in FDK_chMapDescr_getMapValue()171 if (chIdx < pMapDescr->pMapInfoTab[mapIdx].numChannels) { in FDK_chMapDescr_getMapValue()172 mapValue = pMapDescr->pMapInfoTab[mapIdx].pChannelMap[chIdx]; in FDK_chMapDescr_getMapValue()235 if (!fdk_chMapDescr_isValidMap(&pMapDescr->pMapInfoTab[i])) { in FDK_chMapDescr_isValid()247 const CHANNEL_MAP_INFO* const pMapInfoTab, in FDK_chMapDescr_init() argument254 if ((pMapInfoTab != NULL) && (mapInfoTabLen > 0)) { in FDK_chMapDescr_init()256 pMapDescr->pMapInfoTab = pMapInfoTab; in FDK_chMapDescr_init()263 pMapDescr->pMapInfoTab = mapInfoTabDflt; in FDK_chMapDescr_init()277 if ((pMapDescr->pMapInfoTab != NULL) && (pMapDescr->mapInfoTabLen > 0)) { in FDK_chMapDescr_setPassThrough()
130 const CHANNEL_MAP_INFO* pMapInfoTab; /*!< Table of channel maps. */ member155 const CHANNEL_MAP_INFO* const pMapInfoTab,