Home
last modified time | relevance | path

Searched refs:pDecoderIds (Results 1 – 6 of 6) sorted by relevance

/frameworks/wilhelm/src/itf/
DIVideoDecoderCapabilities.cpp26 XAuint32 *pNumDecoders, XAuint32 *pDecoderIds) in IVideoDecoderCapabilities_GetVideoDecoders() argument
33 if (NULL == pDecoderIds) { in IVideoDecoderCapabilities_GetVideoDecoders()
51 android::android_videoCodec_getDecoderIds(numDecoders, pDecoderIds); in IVideoDecoderCapabilities_GetVideoDecoders()
56 memcpy(pDecoderIds, VideoDecoderIds, numDecoders * sizeof(XAuint32)); in IVideoDecoderCapabilities_GetVideoDecoders()
DIAudioDecoderCapabilities.c23 SLuint32 *pNumDecoders, SLuint32 *pDecoderIds) in IAudioDecoderCapabilities_GetAudioDecoders() argument
31 if (NULL != pDecoderIds) { in IAudioDecoderCapabilities_GetAudioDecoders()
39 memcpy(pDecoderIds, Decoder_IDs, numDecoders * sizeof(SLuint32)); in IAudioDecoderCapabilities_GetAudioDecoders()
/frameworks/wilhelm/src/android/
DVideoCodec_to_android.cpp136 void android_videoCodec_getDecoderIds(XAuint32 nbDecoders, XAuint32 *pDecoderIds) { in android_videoCodec_getDecoderIds() argument
137 XAuint32 *pIds = pDecoderIds; in android_videoCodec_getDecoderIds()
DVideoCodec_to_android.h56 extern void android_videoCodec_getDecoderIds(XAuint32 nbDecoders, XAuint32 *pDecoderIds);
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h2760 XAuint32 * pDecoderIds
3022 XAuint32 * pDecoderIds
/frameworks/wilhelm/include/SLES/
DOpenSLES.h2312 SLuint32 *pDecoderIds