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

/frameworks/wilhelm/src/android/
H A DVideoCodec_to_android.h61 * pNb != NULL
65 * one profile/level is supported (*pNb > 0)
68 extern SLresult android_videoCodec_getProfileLevelCombinationNb(XAuint32 decoderId, XAuint32 *pNb);
H A DVideoCodec_to_android.cpp148 SLresult android_videoCodec_getProfileLevelCombinationNb(XAuint32 decoderId, XAuint32 *pNb) argument
154 *pNb = VideoDecoderNbProfLevel[decoderIndex];
161 *pNb = 0;

Completed in 373 milliseconds