Home
last modified time | relevance | path

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

/aosp12/frameworks/wilhelm/src/
H A Ddata.cpp174 case XA_DATALOCATOR_NATIVEDISPLAY: in checkDataLocator()
266 case XA_DATALOCATOR_NATIVEDISPLAY: in checkDataLocator()
302 case XA_DATALOCATOR_NATIVEDISPLAY: in freeDataLocator()
706 case XA_DATALOCATOR_NATIVEDISPLAY: in checkSourceSinkVsInterfacesCompatibility()
800 case XA_DATALOCATOR_NATIVEDISPLAY: in checkDataSource()
874 case XA_DATALOCATOR_NATIVEDISPLAY: in checkDataSink()
H A Ddata.h72 #define DATALOCATOR_MASK_NATIVEDISPLAY (1L << XA_DATALOCATOR_NATIVEDISPLAY)
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dxa.c100 locND.locatorType = XA_DATALOCATOR_NATIVEDISPLAY; in main()
H A Dxaplay.c428 locND.locatorType = XA_DATALOCATOR_NATIVEDISPLAY; in main()
/aosp12/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c368 XA_DATALOCATOR_NATIVEDISPLAY, // locatorType in Java_com_example_nativemedia_NativeMedia_createStreamingMediaPlayer()
/aosp12/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp463 if (XA_DATALOCATOR_NATIVEDISPLAY == in android_Player_realize()
H A DAudioPlayer_to_android.cpp1218 case XA_DATALOCATOR_NATIVEDISPLAY: in android_audioPlayer_checkSourceSink()
/aosp12/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h288 #define XA_DATALOCATOR_NATIVEDISPLAY ((XAuint32) 0x00000005) macro