Searched refs:xaCreateEngine (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libOpenMAXAL/ |
H A D | stubs_arm.cc | 20 DEFINE_INTERCEPTABLE_STUB_FUNCTION(xaCreateEngine); 66 INIT_INTERCEPTABLE_STUB_FUNCTION("libOpenMAXAL.so", xaCreateEngine); in init_stub_library()
|
H A D | stubs_arm64.cc | 20 DEFINE_INTERCEPTABLE_STUB_FUNCTION(xaCreateEngine); 66 INIT_INTERCEPTABLE_STUB_FUNCTION("libOpenMAXAL.so", xaCreateEngine); in init_stub_library()
|
/aosp12/frameworks/wilhelm/src/ |
H A D | xa_entry.cpp | 21 XA_API XAresult XAAPIENTRY xaCreateEngine(XAObjectItf *pEngine, XAuint32 numOptions, in xaCreateEngine() function
|
H A D | libOpenMAXAL.map.txt | 44 xaCreateEngine;
|
/aosp12/frameworks/wilhelm/tests/sandbox/ |
H A D | dual.c | 34 xaResult = xaCreateEngine(&xaEngineObject, 0, NULL, 0, NULL, NULL); in main()
|
H A D | xa.c | 29 result = xaCreateEngine(&engineObject, 0, NULL, 0, NULL, NULL); in main()
|
H A D | xaplay.c | 378 result = xaCreateEngine(&engineObject, 0, NULL, 0, NULL, NULL); in main()
|
/aosp12/frameworks/wilhelm/tests/examples/ |
H A D | xaVideoDecoderCapabilities.cpp | 236 res = xaCreateEngine( &xa, 1, EngineOption, NUM_ENGINE_INTERFACES, itfIidArray, itfRequired); in TestVideoDecoderCapabilities()
|
/aosp12/frameworks/wilhelm/tests/native-media/jni/ |
H A D | native-media-jni.c | 273 res = xaCreateEngine(&engineObject, 0, NULL, 0, NULL, NULL); in Java_com_example_nativemedia_NativeMedia_createEngine()
|
/aosp12/frameworks/wilhelm/include/OMXAL/ |
H A D | OpenMAXAL.h | 507 XA_API XAresult XAAPIENTRY xaCreateEngine(
|