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.cpp171 SLresult android_videoCodec_getProfileLevelCombination(XAuint32 decoderId, XAuint32 plIndex, argument
180 if (!(plIndex < VideoDecoderCapabilities[decoderIndex].mProfileLevels.size()))
188 mProfileLevels.itemAt(plIndex).mProfile);
190 mProfileLevels.itemAt(plIndex).mLevel);

Completed in 449 milliseconds