Home
last modified time | relevance | path

Searched refs:XAInterfaceID (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/wilhelm/src/
H A Dxa_iid.cpp32 const XAInterfaceID XA_IID_CAMERA = (XAInterfaceID) &SL_IID_array[MPH_XACAMERA];
40 const XAInterfaceID XA_IID_ENGINE = (XAInterfaceID) &SL_IID_array[MPH_XAENGINE];
49 const XAInterfaceID XA_IID_LED = (XAInterfaceID) &SL_IID_array[MPH_XALED];
56 const XAInterfaceID XA_IID_NULL = (XAInterfaceID) &SL_IID_array[MPH_XANULL];
57 const XAInterfaceID XA_IID_OBJECT = (XAInterfaceID) &SL_IID_array[MPH_XAOBJECT];
59 const XAInterfaceID XA_IID_PLAY = (XAInterfaceID) &SL_IID_array[MPH_XAPLAY];
62 const XAInterfaceID XA_IID_RADIO = (XAInterfaceID) &SL_IID_array[MPH_XARADIO];
63 const XAInterfaceID XA_IID_RDS = (XAInterfaceID) &SL_IID_array[MPH_XARDS];
64 const XAInterfaceID XA_IID_RECORD = (XAInterfaceID) &SL_IID_array[MPH_XARECORD];
65 const XAInterfaceID XA_IID_SEEK = (XAInterfaceID) &SL_IID_array[MPH_XASEEK];
[all …]
H A Dxa_entry.cpp23 const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) in xaCreateEngine()
52 XAInterfaceID *pInterfaceId) in xaQuerySupportedEngineInterfaces()
/aosp12/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h114 } * XAInterfaceID; typedef
117 XA_API extern const XAInterfaceID XA_IID_NULL;
179 const XAInterfaceID iid,
206 XAInterfaceID * pInterfaceIDs,
253 const XAInterfaceID iid
259 const XAInterfaceID iid,
264 const XAInterfaceID iid
268 const XAInterfaceID iid,
512 const XAInterfaceID * pInterfaceIds,
522 XAInterfaceID * pInterfaceId
[all …]
H A DOpenMAXAL_Android.h51 extern XA_API const XAInterfaceID XA_IID_ANDROIDBUFFERQUEUESOURCE;
/aosp12/frameworks/wilhelm/src/itf/
H A DIEngine.cpp1018 XAuint32 deviceID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IEngine_CreateCameraDevice()
1031 XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IEngine_CreateRadioDevice()
1044 XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IXAEngine_CreateLEDDevice()
1055 XAuint32 deviceID, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IXAEngine_CreateVibraDevice()
1068 XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IEngine_CreateMediaPlayer()
1269 XADataSink *pDataSnk, XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IEngine_CreateMediaRecorder()
1288 XAuint32 numInterfaces, const XAInterfaceID *pInterfaceIds, in IXAEngine_CreateOutputMix()
1300 const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) in IXAEngine_CreateMetadataExtractor()
1311 const XAInterfaceID *pInterfaceIds, const XAboolean *pInterfaceRequired) in IXAEngine_CreateExtensionObject()
1366 XAuint32 index, XAInterfaceID *pInterfaceId) in IXAEngine_QuerySupportedInterfaces()
/aosp12/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp232 XAInterfaceID itfIidArray[NUM_ENGINE_INTERFACES] = { XA_IID_VIDEODECODERCAPABILITIES }; in TestVideoDecoderCapabilities()
/aosp12/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c380 XAInterfaceID iidArray[NB_MAXAL_INTERFACES] in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c437 XAInterfaceID ids[4] = {XA_IID_STREAMINFORMATION, XA_IID_PREFETCHSTATUS, XA_IID_SEEK, in main()