Searched refs:XAuint32 (Results 1 - 15 of 15) sorted by relevance

/frameworks/wilhelm/src/android/
H A DVideoCodec_to_android.h47 extern XAuint32 android_videoCodec_getNbDecoders();
56 extern void android_videoCodec_getDecoderIds(XAuint32 nbDecoders, XAuint32 *pDecoderIds);
68 extern SLresult android_videoCodec_getProfileLevelCombinationNb(XAuint32 decoderId, XAuint32 *pNb);
82 extern SLresult android_videoCodec_getProfileLevelCombination(XAuint32 decoderId,
83 XAuint32 plIndex, XAVideoCodecDescriptor *pDescr);
H A DVideoCodec_to_android.cpp44 static XAuint32 VideoDecoderNbProfLevel[kNbVideoMimeTypes];
46 static XAuint32 NbSupportedDecoderTypes = 0;
49 XAuint32 convertOpenMaxIlToAl(OMX_U32 ilVideoProfileOrLevel) {
52 // XA_VIDEOPROFILE_H263_BACKWARDCOMPATIBLE ((XAuint32) 0x00000003)
55 return (XAuint32) (__builtin_ctz(ilVideoProfileOrLevel) + 1);
131 XAuint32 android_videoCodec_getNbDecoders() {
136 void android_videoCodec_getDecoderIds(XAuint32 nbDecoders, XAuint32 *pDecoderIds) {
137 XAuint32 *pIds = pDecoderIds;
138 XAuint32 nbFoun
[all...]
H A DMediaPlayer_to_android.cpp62 XAuint32 events;
118 streamInfo.videoInfo.width = (XAuint32)data1;
119 streamInfo.videoInfo.height = (XAuint32)data2;
375 XAuint32 sourceLocator = *(XAuint32 *)pDataSrc->pLocator;
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h52 typedef xa_uint32_t XAuint32; /* 32 bit unsigned integer */ typedef
55 typedef XAuint32 XAboolean;
58 typedef XAuint32 XAmillisecond;
59 typedef XAuint32 XAmilliHertz;
63 typedef XAuint32 XAmicrosecond;
65 typedef XAuint32 XAresult;
67 #define XA_BOOLEAN_FALSE ((XAuint32) 0x00000000)
68 #define XA_BOOLEAN_TRUE ((XAuint32) 0x00000001)
83 #define XA_RESULT_SUCCESS ((XAuint32) 0x00000000)
84 #define XA_RESULT_PRECONDITIONS_VIOLATED ((XAuint32)
[all...]
H A DOpenMAXAL_Android.h36 #define XA_ANDROID_VIDEOCODEC_VP8 ((XAuint32) 0x00000006)
38 #define XA_ANDROID_VIDEOPROFILE_VP8_MAIN ((XAuint32) 0x00000001)
40 #define XA_ANDROID_VIDEOLEVEL_VP8_VERSION0 ((XAuint32) 0x00000001)
41 #define XA_ANDROID_VIDEOLEVEL_VP8_VERSION1 ((XAuint32) 0x00000002)
42 #define XA_ANDROID_VIDEOLEVEL_VP8_VERSION2 ((XAuint32) 0x00000003)
43 #define XA_ANDROID_VIDEOLEVEL_VP8_VERSION3 ((XAuint32) 0x00000004)
54 #define XA_ANDROID_ITEMKEY_NONE ((XAuint32) 0x00000000)
55 #define XA_ANDROID_ITEMKEY_EOS ((XAuint32) 0x00000001)
56 #define XA_ANDROID_ITEMKEY_DISCONTINUITY ((XAuint32) 0x00000002)
57 #define XA_ANDROID_ITEMKEY_BUFFERQUEUEEVENT ((XAuint32)
[all...]
/frameworks/wilhelm/src/itf/
H A DIVideoDecoderCapabilities.cpp26 XAuint32 *pNumDecoders, XAuint32 *pDecoderIds)
45 XAuint32 numDecoders = *pNumDecoders;
47 const XAuint32 androidNbDecoders = android::android_videoCodec_getNbDecoders();
56 memcpy(pDecoderIds, VideoDecoderIds, numDecoders * sizeof(XAuint32));
67 XAVideoDecoderCapabilitiesItf self, XAuint32 decoderId, XAuint32 *pIndex,
H A DIStreamInformation.c52 XAuint32 streamIndex, /* [in] */
53 XAuint32 *domain) /* [out] */
74 XAuint32 nbStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams;
94 XAuint32 streamIndex, /* [in] */
111 XAuint32 nbStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams;
162 XAuint32 streamIndex, /* [in] */
175 XAuint32 nbStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams;
234 XAuint32 *numStreams, /* [in/out] */
262 XAuint32 streamNum, /* [in] */
H A DIEngine.c1017 XAuint32 deviceID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds,
1030 XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds,
1042 static XAresult IXAEngine_CreateLEDDevice(XAEngineItf self, XAObjectItf *pDevice, XAuint32 deviceID,
1043 XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds,
1054 XAuint32 deviceID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds,
1067 XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds,
1268 XADataSink *pDataSnk, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds,
1287 XAuint32 numInterface
[all...]
H A DIAndroidBufferQueue.c127 XAuint32 formatData = *((XAuint32*)pItems->itemData);
/frameworks/wilhelm/src/
H A Dxa_entry.c21 XA_API XAresult XAAPIENTRY xaCreateEngine(XAObjectItf *pEngine, XAuint32 numOptions,
22 const XAEngineOption *pEngineOptions, XAuint32 numInterfaces,
38 XA_API XAresult XAAPIENTRY xaQueryNumSupportedEngineInterfaces(XAuint32 *pNumSupportedInterfaces)
51 XA_API XAresult XAAPIENTRY xaQuerySupportedEngineInterfaces(XAuint32 index,
H A Ddevices.h54 extern const XAuint32 * const VideoDecoderIds;
56 extern const XAuint32 kMaxVideoDecoders;
H A Ddata.h107 XAuint32 domain;
/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp43 const char* videoCodecIdToString(XAuint32 decoderId) {
60 XAuint32 id;
64 const char *id_to_string(XAuint32 id, const id_to_string_t *table, size_t numEntries)
78 XAuint32 id1;
83 const char *id_pair_to_string(XAuint32 id1, XAuint32 id2, const id_pair_to_string_t *table,
97 const char *videoProfileToString(XAuint32 codec, XAuint32 profile) {
160 const char* videoLevelToString(XAuint32 codec, XAuint32 leve
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c59 #define PREFETCHSTATUS_UNKNOWN ((XAuint32) 0)
60 #define PREFETCHSTATUS_ERROR ((XAuint32) (-1))
66 XAuint32 prefetch_status = PREFETCHSTATUS_UNKNOWN;
75 void streamEventChangeCallback(XAStreamInformationItf caller __unused, XAuint32 eventId,
76 XAuint32 streamIndex, void *pEventData, void *pContext)
92 void prefetchStatusCallback(XAPrefetchStatusItf caller, void *pContext, XAuint32 event)
100 XAuint32 status;
109 XAuint32 new_prefetch_status;
130 void playEventCallback(XAPlayItf caller, void *pContext, XAuint32 event)
159 XAuint32 dataSiz
[all...]
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c85 void PlayCallback(XAPlayItf caller, void *pContext, XAuint32 event) {
97 XAuint32 dataSize, /* input */
98 XAuint32 dataUsed, /* input */
100 XAuint32 itemsLength /* input */)
208 // plus the size if itemSize, both XAuint32
213 sizeof(XAuint32)*2 /*msgLength*/);
226 XAuint32 eventId,
227 XAuint32 streamIndex,
243 XAuint32 domain;
322 // plus the size if itemSize, both XAuint32
[all...]

Completed in 1974 milliseconds