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

  /system/media/wilhelm/src/android/
MediaPlayer_to_android.h 24 extern XAresult android_Player_checkSourceSink(CMediaPlayer *mp);
26 extern XAresult android_Player_create(CMediaPlayer *mp);
28 extern XAresult android_Player_realize(CMediaPlayer *mp, SLboolean async);
30 extern XAresult android_Player_destroy(CMediaPlayer *mp);
32 extern XAresult android_Player_preDestroy(CMediaPlayer *mp);
54 extern XAresult android_Player_getDuration(IPlay *pPlayItf, SLmillisecond *pDurMsec);
55 extern XAresult android_Player_getPosition(IPlay *pPlayItf, SLmillisecond *pPosMsec);
69 extern XAresult android_Player_setPlayState(const android::sp<android::GenericPlayer> &gp,
76 extern XAresult android_Player_seek(CMediaPlayer *mp, SLmillisecond posMsec);
77 extern XAresult android_Player_loop(CMediaPlayer *mp, SLboolean loopEnable)
    [all...]
MediaPlayer_to_android.cpp 292 XAresult android_Player_checkSourceSink(CMediaPlayer *mp) {
294 XAresult result = XA_RESULT_SUCCESS;
352 XAresult android_Player_create(CMediaPlayer *mp) {
354 XAresult result = XA_RESULT_SUCCESS;
393 XAresult android_Player_realize(CMediaPlayer *mp, SLboolean async) {
395 XAresult result = XA_RESULT_SUCCESS;
460 XAresult android_Player_preDestroy(CMediaPlayer *mp) {
479 XAresult android_Player_destroy(CMediaPlayer *mp) {
502 XAresult android_Player_getDuration(IPlay *pPlayItf, XAmillisecond *pDurMsec) {
529 XAresult android_Player_getPosition(IPlay *pPlayItf, XAmillisecond *pPosMsec)
    [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 65 typedef XAuint32 XAresult;
159 XAresult result,
165 XAresult (*Realize) (
169 XAresult (*Resume) (
173 XAresult (*GetState) (
177 XAresult (*GetInterface) (
182 XAresult (*RegisterCallback) (
193 XAresult (*SetPriority) (
198 XAresult (*GetPriority) (
203 XAresult (*SetLossOfControlInterfaces)
    [all...]
OpenMAXAL_Android.h 76 typedef XAresult (XAAPIENTRY *xaAndroidBufferQueueCallback)(
93 XAresult (*RegisterCallback) (
99 XAresult (*Clear) (
103 XAresult (*Enqueue) (
112 XAresult (*GetState) (
118 XAresult (*SetCallbackEventsMask) (
123 XAresult (*GetCallbackEventsMask) (
  /system/media/wilhelm/include/OMXAL/
OpenMAXAL.h 65 typedef XAuint32 XAresult;
159 XAresult result,
165 XAresult (*Realize) (
169 XAresult (*Resume) (
173 XAresult (*GetState) (
177 XAresult (*GetInterface) (
182 XAresult (*RegisterCallback) (
193 XAresult (*SetPriority) (
198 XAresult (*GetPriority) (
203 XAresult (*SetLossOfControlInterfaces)
    [all...]
OpenMAXAL_Android.h 83 typedef XAresult (XAAPIENTRY *xaAndroidBufferQueueCallback)(
100 XAresult (*RegisterCallback) (
106 XAresult (*Clear) (
110 XAresult (*Enqueue) (
119 XAresult (*GetState) (
125 XAresult (*SetCallbackEventsMask) (
130 XAresult (*GetCallbackEventsMask) (
  /system/media/wilhelm/src/objects/
CMediaPlayer.c 28 XAresult CMediaPlayer_Realize(void *self, XAboolean async)
30 XAresult result = XA_RESULT_SUCCESS;
42 XAresult CMediaPlayer_Resume(void *self, XAboolean async)
  /system/media/wilhelm/src/
xa_entry.c 21 XA_API XAresult XAAPIENTRY xaCreateEngine(XAObjectItf *pEngine, XAuint32 numOptions,
38 XA_API XAresult XAAPIENTRY xaQueryNumSupportedEngineInterfaces(XAuint32 *pNumSupportedInterfaces)
51 XA_API XAresult XAAPIENTRY xaQuerySupportedEngineInterfaces(XAuint32 index,
trace.h 42 #define XA_ENTER_GLOBAL XAresult result;
44 #define XA_ENTER_INTERFACE XAresult result;
62 #define XA_ENTER_GLOBAL XAresult result; slTraceEnterGlobal(__FUNCTION__);
64 #define XA_ENTER_INTERFACE XAresult result; slTraceEnterInterface(__FUNCTION__);
  /system/media/wilhelm/src/itf/
IVideoDecoderCapabilities.cpp 25 static XAresult IVideoDecoderCapabilities_GetVideoDecoders(XAVideoDecoderCapabilitiesItf self,
67 static XAresult IVideoDecoderCapabilities_GetVideoDecoderCapabilities(
IStreamInformation.c 21 static XAresult IStreamInformation_QueryMediaContainerInformation( XAStreamInformationItf self,
51 static XAresult IStreamInformation_QueryStreamType( XAStreamInformationItf self,
93 static XAresult IStreamInformation_QueryStreamInformation( XAStreamInformationItf self,
161 static XAresult IStreamInformation_QueryStreamName( XAStreamInformationItf self,
175 static XAresult IStreamInformation_RegisterStreamChangeCallback( XAStreamInformationItf self,
195 static XAresult IStreamInformation_QueryActiveStreams( XAStreamInformationItf self,
220 static XAresult IStreamInformation_SetActiveStream( XAStreamInformationItf self,
IEngine.c     [all...]
  /system/media/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 35 void ExitOnErrorFunc( XAresult result , int line)
61 XAresult res;
133 XAresult result;
  /system/media/wilhelm/tests/native-media/jni/
native-media-jni.c 92 XAresult AndroidBufferQueueCallback(
102 XAresult res;
242 XAresult res;
270 XAresult res;
314 XAresult res;
343 XAresult res;
458 XAresult res;
533 XAresult res;
  /system/media/wilhelm/tests/sandbox/
dual.c 27 XAresult xaResult;
34 xaResult = xaCreateEngine(&xaEngineObject, 0, NULL, 0, NULL, NULL);
35 printf("xaResult = %d\n", xaResult);
36 assert(XA_RESULT_SUCCESS == xaResult);
40 xaResult = (*xaEngineObject)->Realize(xaEngineObject, XA_BOOLEAN_FALSE);
41 printf("xaResult = %d\n", xaResult);
45 xaResult = (*xaEngineObject)->GetInterface(xaEngineObject, XA_IID_ENGINE, &xaEngineEngine)
    [all...]
xaplay.c 94 XAresult result;
139 XAresult result;
154 XAresult bufferQueueCallback(
191 XAresult result;
286 XAresult result;
xa.c 25 XAresult result;

Completed in 36 milliseconds