OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decitf
(Results
1 - 1
of
1
) sorted by null
/frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp
243
XAVideoDecoderCapabilitiesItf
decItf
;
244
res = (*xa)->GetInterface(xa, XA_IID_VIDEODECODERCAPABILITIES, (void*)&
decItf
);
252
res = (*
decItf
)->GetVideoDecoders(
decItf
, &numDecoders, NULL); ExitOnError(res);
261
res = (*
decItf
)->GetVideoDecoders(
decItf
, &numDecoders, decoderIds); ExitOnError(res);
272
res = (*
decItf
)->GetVideoDecoderCapabilities(
decItf
, decoderIds[i], &nbCombinations, NULL);
280
res = (*
decItf
)->GetVideoDecoderCapabilities(
decItf
, decoder, &pl, &decDescriptor)
[
all
...]
Completed in 46 milliseconds