Searched refs:pDecoderIds (Results 1 - 6 of 6) 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.h53 * pDecoderIds != NULL
56 extern void android_videoCodec_getDecoderIds(XAuint32 nbDecoders, XAuint32 *pDecoderIds);
H A DVideoCodec_to_android.cpp136 void android_videoCodec_getDecoderIds(XAuint32 nbDecoders, XAuint32 *pDecoderIds) { argument
137 XAuint32 *pIds = pDecoderIds;
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h2760 XAuint32 * pDecoderIds
3022 XAuint32 * pDecoderIds
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h2312 SLuint32 *pDecoderIds

Completed in 191 milliseconds