Home
last modified time | relevance | path

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

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