Home
last modified time | relevance | path

Searched refs:xaCreateEngine (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libOpenMAXAL/
H A Dstubs_arm.cc20 DEFINE_INTERCEPTABLE_STUB_FUNCTION(xaCreateEngine);
66 INIT_INTERCEPTABLE_STUB_FUNCTION("libOpenMAXAL.so", xaCreateEngine); in init_stub_library()
H A Dstubs_arm64.cc20 DEFINE_INTERCEPTABLE_STUB_FUNCTION(xaCreateEngine);
66 INIT_INTERCEPTABLE_STUB_FUNCTION("libOpenMAXAL.so", xaCreateEngine); in init_stub_library()
/aosp12/frameworks/wilhelm/src/
H A Dxa_entry.cpp21 XA_API XAresult XAAPIENTRY xaCreateEngine(XAObjectItf *pEngine, XAuint32 numOptions, in xaCreateEngine() function
H A DlibOpenMAXAL.map.txt44 xaCreateEngine;
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Ddual.c34 xaResult = xaCreateEngine(&xaEngineObject, 0, NULL, 0, NULL, NULL); in main()
H A Dxa.c29 result = xaCreateEngine(&engineObject, 0, NULL, 0, NULL, NULL); in main()
H A Dxaplay.c378 result = xaCreateEngine(&engineObject, 0, NULL, 0, NULL, NULL); in main()
/aosp12/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp236 res = xaCreateEngine( &xa, 1, EngineOption, NUM_ENGINE_INTERFACES, itfIidArray, itfRequired); in TestVideoDecoderCapabilities()
/aosp12/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c273 res = xaCreateEngine(&engineObject, 0, NULL, 0, NULL, NULL); in Java_com_example_nativemedia_NativeMedia_createEngine()
/aosp12/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h507 XA_API XAresult XAAPIENTRY xaCreateEngine(