Home
last modified time | relevance | path

Searched refs:anw (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/test/CameraHal/
Dsurfacetexture_test.cpp117 sp<ANativeWindow> anw; in test_format() local
131 anw = stc; in test_format()
139 native_window_set_usage(anw.get(), usage); in test_format()
140 native_window_set_buffer_count(anw.get(), N_BUFFERS); in test_format()
141 native_window_set_buffers_geometry(anw.get(), in test_format()
149 anw->dequeueBuffer(anw.get(), &anb[i]); in test_format()
167 anw->cancelBuffer (anw.get(), anb[i]); in test_format()
/hardware/intel/common/libva/test/common/
Dva_display_android.cpp38 static sp<ANativeWindow> anw = NULL; variable
73 anw = surface_ctr->getSurface(); in create_window()
87 if (anw == NULL) in va_put_surface_android()
90 return vaPutSurface(va_dpy, surface, anw, in va_put_surface_android()