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

/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp249 XAuint32 *decoderIds = NULL; local
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 35 milliseconds