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

/frameworks/wilhelm/src/android/
H A DVideoCodec_to_android.h71 * Retrieves the profile / level at index plIndex in the list of profile / level combinations
83 XAuint32 plIndex, XAVideoCodecDescriptor *pDescr);
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 114 milliseconds