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

  /frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 249 XAuint32 *decoderIds = NULL;
260 decoderIds = (XAuint32 *) malloc(numDecoders * sizeof(XAuint32));
261 res = (*decItf)->GetVideoDecoders(decItf, &numDecoders, decoderIds); ExitOnError(res);
264 fprintf(stdout, "decoder %d is %s\n", i, videoCodecIdToString(decoderIds[i]));
272 res = (*decItf)->GetVideoDecoderCapabilities(decItf, decoderIds[i], &nbCombinations, NULL);
275 videoCodecIdToString(decoderIds[i]), nbCombinations);
279 XAuint32 decoder = decoderIds[i];
293 free(decoderIds);

Completed in 531 milliseconds