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

/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.h22 extern XAresult android_Player_checkSourceSink(CMediaPlayer *mp);
24 extern XAresult android_Player_create(CMediaPlayer *mp);
26 extern XAresult android_Player_realize(CMediaPlayer *mp, SLboolean async);
28 extern XAresult android_Player_destroy(CMediaPlayer *mp);
30 extern XAresult android_Player_preDestroy(CMediaPlayer *mp);
52 extern XAresult android_Player_getDuration(IPlay *pPlayItf, SLmillisecond *pDurMsec);
53 extern XAresult android_Player_getPosition(IPlay *pPlayItf, SLmillisecond *pPosMsec);
67 extern XAresult android_Player_setPlayState(const android::sp<android::GenericPlayer> &gp,
74 extern XAresult android_Player_seek(CMediaPlayer *mp, SLmillisecond posMsec);
75 extern XAresult android_Player_loo
[all...]
H A DMediaPlayer_to_android.cpp304 XAresult android_Player_checkSourceSink(CMediaPlayer *mp) {
306 XAresult result = XA_RESULT_SUCCESS;
364 XAresult android_Player_create(CMediaPlayer *mp) {
366 XAresult result = XA_RESULT_SUCCESS;
410 XAresult android_Player_realize(CMediaPlayer *mp, SLboolean async) {
412 XAresult result = XA_RESULT_SUCCESS;
474 XAresult android_Player_preDestroy(CMediaPlayer *mp) {
493 XAresult android_Player_destroy(CMediaPlayer *mp) {
520 XAresult android_Player_getDuration(IPlay *pPlayItf, XAmillisecond *pDurMsec) {
547 XAresult android_Player_getPositio
[all...]
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h65 typedef XAuint32 XAresult; typedef
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 (*SetLossOfControlInterface
[all...]
H A DOpenMAXAL_Android.h83 typedef XAresult (XAAPIENTRY *xaAndroidBufferQueueCallback)(
100 XAresult (*RegisterCallback) (
106 XAresult (*Clear) (
110 XAresult (*Enqueue) (
119 XAresult (*GetState) (
125 XAresult (*SetCallbackEventsMask) (
130 XAresult (*GetCallbackEventsMask) (
/frameworks/wilhelm/src/objects/
H A DCMediaPlayer.c27 XAresult CMediaPlayer_Realize(void *self, XAboolean async)
29 XAresult result = XA_RESULT_SUCCESS;
41 XAresult CMediaPlayer_Resume(void *self, XAboolean async)
/frameworks/wilhelm/src/
H A Dxa_entry.c21 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,
H A Dtrace.h42 #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__);
/frameworks/wilhelm/src/itf/
H A DIVideoDecoderCapabilities.cpp25 static XAresult IVideoDecoderCapabilities_GetVideoDecoders(XAVideoDecoderCapabilitiesItf self,
66 static XAresult IVideoDecoderCapabilities_GetVideoDecoderCapabilities(
H A DIStreamInformation.c21 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,
213 static XAresult IStreamInformation_RegisterStreamChangeCallback( XAStreamInformationItf self,
233 static XAresult IStreamInformation_QueryActiveStreams( XAStreamInformationItf self,
261 static XAresult IStreamInformation_SetActiveStream( XAStreamInformationItf self,
H A DIEngine.c1016 static XAresult IEngine_CreateCameraDevice(XAEngineItf self, XAObjectItf *pDevice,
1029 static XAresult IEngine_CreateRadioDevice(XAEngineItf self, XAObjectItf *pDevice,
1042 static XAresult IXAEngine_CreateLEDDevice(XAEngineItf self, XAObjectItf *pDevice, XAuint32 deviceID,
1053 static XAresult IXAEngine_CreateVibraDevice(XAEngineItf self, XAObjectItf *pDevice,
1064 static XAresult IEngine_CreateMediaPlayer(XAEngineItf self, XAObjectItf *pPlayer,
1266 static XAresult IEngine_CreateMediaRecorder(XAEngineItf self, XAObjectItf *pRecorder,
1286 static XAresult IXAEngine_CreateOutputMix(XAEngineItf self, XAObjectItf *pMix,
1297 static XAresult IXAEngine_CreateMetadataExtractor(XAEngineItf self, XAObjectItf *pMetadataExtractor,
1308 static XAresult IXAEngine_CreateExtensionObject(XAEngineItf self, XAObjectItf *pObject,
1319 static XAresult IEngine_GetImplementationInf
[all...]
/frameworks/wilhelm/tests/sandbox/
H A Ddual.c27 XAresult xaResult;
H A Dxa.c26 XAresult result;
H A Dxaplay.c97 XAresult result;
135 XAresult result;
154 XAresult bufferQueueCallback(
204 XAresult result;
220 return (XAresult) curPacket;
374 XAresult result;
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c92 XAresult AndroidBufferQueueCallback(
102 XAresult res;
242 XAresult res;
270 XAresult res;
314 XAresult res;
343 XAresult res;
458 XAresult res;
/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp35 void ExitOnErrorFunc( XAresult result , int line)
226 XAresult res;

Completed in 2478 milliseconds