Home
last modified time | relevance | path

Searched refs:anw (Results 1 – 4 of 4) 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/img/hwcomposer/merrifield/test/
Dnv12_ved_test.cpp89 sp < ANativeWindow > anw; in main() local
104 anw = s.get(); in main()
105 if (native_window_set_buffers_geometry(anw.get(), 640, 480, in main()
108 if (native_window_set_usage(anw.get(), in main()
116 if (native_window_dequeue_buffer_and_wait(anw.get(), &anb)) in main()
132 if (anw->queueBuffer(anw.get(), buf->getNativeBuffer(), -1) != NO_ERROR) in main()
/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()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraMem.h249 void setNativeWindow(preview_stream_ops_t *anw);