Home
last modified time | relevance | path

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

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