HomeSort by relevance Sort by last modified time
    Searched full:nbcombinations (Results 1 - 1 of 1) sorted by null

  /system/media/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 105 XAuint32 nbCombinations = 0;
107 res = (*decItf)->GetVideoDecoderCapabilities(decItf, decoderIds[i], &nbCombinations, NULL);
110 videoCodecIdToString(decoderIds[i]), nbCombinations);
112 for(XAuint32 pl = 0 ; pl < nbCombinations ; pl++) {

Completed in 36 milliseconds