Home | History | Annotate | Download | only in videocodec

Lines Matching refs:mPLTableCount

84     mPLTableCount = 0;
107 mPLTable[mPLTableCount].profile = ProfileTable[profile_index].key;
108 mPLTable[mPLTableCount].level = LevelTable[level_index].key;
109 mPLTableCount ++;
130 if (mPLTableCount > 0) {
686 CHECK_ENUMERATION_RANGE(p->nProfileIndex,mPLTableCount);