HomeSort by relevance Sort by last modified time
    Searched refs:XAuint32 (Results 1 - 24 of 24) sorted by null

  /frameworks/wilhelm/src/android/
VideoCodec_to_android.h 47 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);
VideoCodec_to_android.cpp 42 static XAuint32 VideoDecoderNbProfLevel[kNbVideoMimeTypes];
44 static XAuint32 NbSupportedDecoderTypes = 0;
47 XAuint32 convertOpenMaxIlToAl(OMX_U32 ilVideoProfileOrLevel) {
50 // XA_VIDEOPROFILE_H263_BACKWARDCOMPATIBLE ((XAuint32) 0x00000003)
53 return (XAuint32) (__builtin_ctz(ilVideoProfileOrLevel) + 1);
126 XAuint32 android_videoCodec_getNbDecoders() {
131 void android_videoCodec_getDecoderIds(XAuint32 nbDecoders, XAuint32 *pDecoderIds) {
132 XAuint32 *pIds = pDecoderIds;
133 XAuint32 nbFound = 0
    [all...]
MediaPlayer_to_android.cpp 62 XAuint32 events;
118 streamInfo.videoInfo.width = (XAuint32)data1;
119 streamInfo.videoInfo.height = (XAuint32)data2;
375 XAuint32 sourceLocator = *(XAuint32 *)pDataSrc->pLocator;
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL_Android.h 36 #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) 0x00000003
    [all...]
OpenMAXAL.h 52 typedef xa_uint32_t XAuint32; /* 32 bit unsigned integer */
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) 0x00000001
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL_Android.h 36 #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) 0x00000003
    [all...]
OpenMAXAL.h 52 typedef xa_uint32_t XAuint32; /* 32 bit unsigned integer */
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) 0x00000001
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL_Android.h 36 #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) 0x00000003
    [all...]
OpenMAXAL.h 52 typedef xa_uint32_t XAuint32; /* 32 bit unsigned integer */
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) 0x00000001
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 52 typedef xa_uint32_t XAuint32; /* 32 bit unsigned integer */
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) 0x00000001
    [all...]
OpenMAXAL_Android.h 36 #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) 0x00000003
    [all...]
  /frameworks/wilhelm/src/itf/
IVideoDecoderCapabilities.cpp 26 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,
IStreamInformation.c 52 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] */
IEngine.c     [all...]
IAndroidBufferQueue.c 127 XAuint32 formatData = *((XAuint32*)pItems->itemData);
  /frameworks/wilhelm/src/
xa_entry.c 21 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,
devices.h 54 extern const XAuint32 * const VideoDecoderIds;
56 extern const XAuint32 kMaxVideoDecoders;
data.h 102 XAuint32 domain;
devices.c 146 const XAuint32 kMaxVideoDecoders = sizeof(VideoCodecIds) / sizeof(VideoCodecIds[0]);
  /frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 43 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 level)
    [all...]
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 58 #define PREFETCHSTATUS_UNKNOWN ((XAuint32) 0)
59 #define PREFETCHSTATUS_ERROR ((XAuint32) (-1))
65 XAuint32 prefetch_status = PREFETCHSTATUS_UNKNOWN;
74 void streamEventChangeCallback(XAStreamInformationItf caller, XAuint32 eventId,
75 XAuint32 streamIndex, void *pEventData, void *pContext)
91 void prefetchStatusCallback(XAPrefetchStatusItf caller, void *pContext, XAuint32 event)
99 XAuint32 status;
108 XAuint32 new_prefetch_status;
129 void playEventCallback(XAPlayItf caller, void *pContext, XAuint32 event)
158 XAuint32 dataSize
    [all...]
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 85 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...]
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 107 XAuint32 dataSize, /* input */
108 XAuint32 dataUsed, /* input */
110 XAuint32 itemsLength /* input */)
185 // plus the size if itemSize, both XAuint32
189 sizeof(XAuint32)*2 /*msgLength*/);
203 XAuint32 eventId,
204 XAuint32 streamIndex,
220 XAuint32 domain;
311 // plus the size if itemSize, both XAuint32
314 sizeof(XAuint32)*2 /*msgLength*/)
    [all...]
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 70 XAuint32 eventId,
71 XAuint32 streamIndex,
86 XAuint32 domain;
217 NB_MAXAL_INTERFACES /*XAuint32 numInterfaces*/,

Completed in 404 milliseconds