Searched defs:plIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/android/
H A DVideoCodec_to_android.cpp167 SLresult android_videoCodec_getProfileLevelCombination(XAuint32 decoderId, XAuint32 plIndex, argument
176 if (!(plIndex < VideoDecoderCapabilities[decoderIndex].itemAt(0).mProfileLevels.size()))
184 itemAt(0).mProfileLevels.itemAt(plIndex).mProfile);
186 itemAt(0).mProfileLevels.itemAt(plIndex).mLevel);

Completed in 20 milliseconds