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

/frameworks/wilhelm/src/android/
H A DVideoCodec_to_android.cpp172 SLresult android_videoCodec_getProfileLevelCombination(XAuint32 decoderId, XAuint32 plIndex, argument
181 if (!(plIndex < VideoDecoderCapabilities[decoderIndex].mProfileLevels.size()))
189 mProfileLevels.itemAt(plIndex).mProfile);
191 mProfileLevels.itemAt(plIndex).mLevel);

Completed in 83 milliseconds