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

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

Completed in 57 milliseconds