Searched defs:pDecoderIds (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIAudioDecoderCapabilities.cpp23 SLuint32 *pNumDecoders, SLuint32 *pDecoderIds)
31 if (NULL != pDecoderIds) {
39 memcpy(pDecoderIds, Decoder_IDs, numDecoders * sizeof(SLuint32));
22 IAudioDecoderCapabilities_GetAudioDecoders(SLAudioDecoderCapabilitiesItf self, SLuint32 *pNumDecoders, SLuint32 *pDecoderIds) argument
H A DIVideoDecoderCapabilities.cpp26 XAuint32 *pNumDecoders, XAuint32 *pDecoderIds)
33 if (NULL == pDecoderIds) {
34 // If pDecoderIds is NULL, pNumDecoders returns the number of decoders available.
43 // pDecoderIds array and as an output it specifies the number of decoder IDs available
44 // within the pDecoderIds array.
51 android::android_videoCodec_getDecoderIds(numDecoders, pDecoderIds);
56 memcpy(pDecoderIds, VideoDecoderIds, numDecoders * sizeof(XAuint32));
25 IVideoDecoderCapabilities_GetVideoDecoders(XAVideoDecoderCapabilitiesItf self, XAuint32 *pNumDecoders, XAuint32 *pDecoderIds) argument
/frameworks/wilhelm/src/android/
H A DVideoCodec_to_android.cpp136 void android_videoCodec_getDecoderIds(XAuint32 nbDecoders, XAuint32 *pDecoderIds) { argument
137 XAuint32 *pIds = pDecoderIds;

Completed in 61 milliseconds