Searched refs:ANativeWindow_fromSurface (Results 1 – 8 of 8) sorted by relevance
30 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface) { in ANativeWindow_fromSurface() function33 win->incStrong((void*)ANativeWindow_fromSurface); in ANativeWindow_fromSurface()
154 ANativeWindow_fromSurface;
45 ANativeWindow* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
16 s = ANativeWindow_fromSurface(_env, sur); in AllocationSetSurface()
143 ANativeWindow* window = ANativeWindow_fromSurface(env, surface); in Java_android_filterfw_core_GLEnvironment_nativeAddSurface()205 ANativeWindow* window = ANativeWindow_fromSurface(env, surface); in Java_android_filterfw_core_GLEnvironment_nativeAddSurfaceWidthHeight()
518 theNativeWindow = ANativeWindow_fromSurface(env, surface); in Java_com_example_nativemedia_NativeMedia_setSurface()
461 anw = ANativeWindow_fromSurface(env, jsurface); in setVideoSurface()
1288 anw = ANativeWindow_fromSurface(_env, sur); in nAllocationSetSurface()