Home
last modified time | relevance | path

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

/external/aac/libSYS/src/
Dsyslib_channelMapDescr.cpp168 (pMapDescr->mapInfoTabLen > mapIdx)) { /* Nest sanity check to avoid in FDK_chMapDescr_getMapValue()
234 for (i = 0; (i < pMapDescr->mapInfoTabLen) && result; i += 1) { in FDK_chMapDescr_isValid()
248 const UINT mapInfoTabLen, const UINT fPassThrough) { in FDK_chMapDescr_init() argument
254 if ((pMapInfoTab != NULL) && (mapInfoTabLen > 0)) { in FDK_chMapDescr_init()
257 pMapDescr->mapInfoTabLen = mapInfoTabLen; in FDK_chMapDescr_init()
264 pMapDescr->mapInfoTabLen = DFLT_CH_MAP_TAB_LEN; in FDK_chMapDescr_init()
277 if ((pMapDescr->pMapInfoTab != NULL) && (pMapDescr->mapInfoTabLen > 0)) { in FDK_chMapDescr_setPassThrough()
/external/aac/libSYS/include/
Dsyslib_channelMapDescr.h131 UINT mapInfoTabLen; /*!< Length of the channel map table array. */ member
156 const UINT mapInfoTabLen, const UINT fPassThrough);