Searched refs:XAObjectItf (Results 1 – 8 of 8) sorted by relevance
/frameworks/wilhelm/tests/sandbox/ |
D | xa.c | 27 XAObjectItf engineObject; in main() 43 XAObjectItf outputMixObject; in main() 50 XAObjectItf deviceObject; in main() 71 XAObjectItf playerObject; in main()
|
D | dual.c | 28 XAObjectItf xaEngineObject; in main()
|
D | xaplay.c | 375 XAObjectItf engineObject; in main() 387 XAObjectItf outputMixObject; in main() 436 XAObjectItf playerObject; in main()
|
/frameworks/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 153 typedef const struct XAObjectItf_ * const * XAObjectItf; typedef 156 XAObjectItf caller, 166 XAObjectItf self, 170 XAObjectItf self, 174 XAObjectItf self, 178 XAObjectItf self, 183 XAObjectItf self, 188 XAObjectItf self 191 XAObjectItf self 194 XAObjectItf self, [all …]
|
/frameworks/wilhelm/src/itf/ |
D | IEngine.cpp | 1017 static XAresult IEngine_CreateCameraDevice(XAEngineItf self, XAObjectItf *pDevice, in IEngine_CreateCameraDevice() 1030 static XAresult IEngine_CreateRadioDevice(XAEngineItf self, XAObjectItf *pDevice, in IEngine_CreateRadioDevice() 1043 static XAresult IXAEngine_CreateLEDDevice(XAEngineItf self, XAObjectItf *pDevice, XAuint32 deviceID, in IXAEngine_CreateLEDDevice() 1054 static XAresult IXAEngine_CreateVibraDevice(XAEngineItf self, XAObjectItf *pDevice, in IXAEngine_CreateVibraDevice() 1065 static XAresult IEngine_CreateMediaPlayer(XAEngineItf self, XAObjectItf *pPlayer, in IEngine_CreateMediaPlayer() 1255 *pPlayer = (XAObjectItf) &thiz->mObject.mItf; in IEngine_CreateMediaPlayer() 1267 static XAresult IEngine_CreateMediaRecorder(XAEngineItf self, XAObjectItf *pRecorder, in IEngine_CreateMediaRecorder() 1287 static XAresult IXAEngine_CreateOutputMix(XAEngineItf self, XAObjectItf *pMix, in IXAEngine_CreateOutputMix() 1298 static XAresult IXAEngine_CreateMetadataExtractor(XAEngineItf self, XAObjectItf *pMetadataExtractor, in IXAEngine_CreateMetadataExtractor() 1309 static XAresult IXAEngine_CreateExtensionObject(XAEngineItf self, XAObjectItf *pObject, in IXAEngine_CreateExtensionObject()
|
/frameworks/wilhelm/src/ |
D | xa_entry.cpp | 21 XA_API XAresult XAAPIENTRY xaCreateEngine(XAObjectItf *pEngine, XAuint32 numOptions, in xaCreateEngine()
|
/frameworks/wilhelm/tests/native-media/jni/ |
D | native-media-jni.c | 31 static XAObjectItf engineObject = NULL; 35 static XAObjectItf outputMixObject = NULL; 38 static XAObjectItf playerObj = NULL;
|
/frameworks/wilhelm/tests/examples/ |
D | xaVideoDecoderCapabilities.cpp | 225 XAObjectItf xa; in TestVideoDecoderCapabilities()
|