Searched defs:pNumDecoders (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIAudioDecoderCapabilities.c23 SLuint32 *pNumDecoders, SLuint32 *pDecoderIds)
27 if (NULL == pNumDecoders) {
32 SLuint32 numDecoders = *pNumDecoders;
41 *pNumDecoders = MAX_DECODERS;
22 IAudioDecoderCapabilities_GetAudioDecoders(SLAudioDecoderCapabilitiesItf self, SLuint32 *pNumDecoders, SLuint32 *pDecoderIds) argument
H A DIVideoDecoderCapabilities.cpp26 XAuint32 *pNumDecoders, XAuint32 *pDecoderIds)
30 if (NULL == pNumDecoders) {
34 // If pDecoderIds is NULL, pNumDecoders returns the number of decoders available.
36 *pNumDecoders = android::android_videoCodec_getNbDecoders();
38 *pNumDecoders = kMaxVideoDecoders;
42 // If pDecodersIds is non-NULL, as an input pNumDecoders specifies the size of the
45 XAuint32 numDecoders = *pNumDecoders;
49 *pNumDecoders = numDecoders = androidNbDecoders;
54 *pNumDecoders = numDecoders = kMaxVideoDecoders;
25 IVideoDecoderCapabilities_GetVideoDecoders(XAVideoDecoderCapabilitiesItf self, XAuint32 *pNumDecoders, XAuint32 *pDecoderIds) argument

Completed in 35 milliseconds