HomeSort by relevance Sort by last modified time
    Searched refs:mPLTableCount (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.h 131 OMX_U32 mPLTableCount;
OMXVideoEncoderAVC.cpp 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);
    [all...]

Completed in 42 milliseconds