Searched refs:XAInterfaceID (Results 1 – 9 of 9) sorted by relevance
/frameworks/wilhelm/src/ |
D | xa_iid.cpp | 25 const XAInterfaceID XA_IID_AUDIODECODERCAPABILITIES = 26 (XAInterfaceID) &SL_IID_array[MPH_XAAUDIODECODERCAPABILITIES]; 27 const XAInterfaceID XA_IID_AUDIOENCODER = (XAInterfaceID) &SL_IID_array[MPH_XAAUDIOENCODER]; 28 const XAInterfaceID XA_IID_AUDIOENCODERCAPABILITIES = 29 (XAInterfaceID) &SL_IID_array[MPH_XAAUDIOENCODERCAPABILITIES]; 30 const XAInterfaceID XA_IID_AUDIOIODEVICECAPABILITIES = 31 (XAInterfaceID) &SL_IID_array[MPH_XAAUDIOIODEVICECAPABILITIES]; 32 const XAInterfaceID XA_IID_CAMERA = (XAInterfaceID) &SL_IID_array[MPH_XACAMERA]; 33 const XAInterfaceID XA_IID_CAMERACAPABILITIES = 34 (XAInterfaceID) &SL_IID_array[MPH_XACAMERACAPABILITIES]; [all …]
|
D | xa_entry.cpp | 23 const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) in xaCreateEngine() 52 XAInterfaceID *pInterfaceId) in xaQuerySupportedEngineInterfaces()
|
/frameworks/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 114 } * XAInterfaceID; typedef 117 XA_API extern const XAInterfaceID XA_IID_NULL; 150 XA_API extern const XAInterfaceID XA_IID_OBJECT; 179 const XAInterfaceID iid, 206 XAInterfaceID * pInterfaceIDs, 213 XA_API extern const XAInterfaceID XA_IID_CONFIGEXTENSION; 242 XA_API extern const XAInterfaceID XA_IID_DYNAMICINTERFACEMANAGEMENT; 253 const XAInterfaceID iid 259 const XAInterfaceID iid, 264 const XAInterfaceID iid [all …]
|
D | OpenMAXAL_Android.h | 51 extern XA_API const XAInterfaceID XA_IID_ANDROIDBUFFERQUEUESOURCE;
|
/frameworks/wilhelm/src/itf/ |
D | IEngine.cpp | 1019 XAuint32 deviceID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IEngine_CreateCameraDevice() 1032 XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IEngine_CreateRadioDevice() 1045 XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IXAEngine_CreateLEDDevice() 1056 XAuint32 deviceID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IXAEngine_CreateVibraDevice() 1069 XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IEngine_CreateMediaPlayer() 1270 XADataSink *pDataSnk, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IEngine_CreateMediaRecorder() 1289 XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IXAEngine_CreateOutputMix() 1301 const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) in IXAEngine_CreateMetadataExtractor() 1312 const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) in IXAEngine_CreateExtensionObject() 1367 XAuint32 index, XAInterfaceID *pInterfaceId) in IXAEngine_QuerySupportedInterfaces()
|
/frameworks/libs/native_bridge_support/android_api/libOpenMAXAL/proxy/ |
D | maxal_translation.cc | 55 typedef std::remove_reference_t<decltype(*std::declval<XAInterfaceID>())> XAInterfaceID_deref; 62 typedef XAInterfaceID Guest_XAInterfaceID;
|
/frameworks/wilhelm/tests/examples/ |
D | xaVideoDecoderCapabilities.cpp | 232 XAInterfaceID itfIidArray[NUM_ENGINE_INTERFACES] = { XA_IID_VIDEODECODERCAPABILITIES }; in TestVideoDecoderCapabilities()
|
/frameworks/wilhelm/tests/native-media/jni/ |
D | native-media-jni.c | 380 XAInterfaceID iidArray[NB_MAXAL_INTERFACES] in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
|
/frameworks/wilhelm/tests/sandbox/ |
D | xaplay.c | 437 XAInterfaceID ids[4] = {XA_IID_STREAMINFORMATION, XA_IID_PREFETCHSTATUS, XA_IID_SEEK, in main()
|