Searched defs:nw (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h130 buf.get() ? &mHalPreviewWindow.nw : 0);
678 mHalPreviewWindow.nw.cancel_buffer = __cancel_buffer;
679 mHalPreviewWindow.nw.lock_buffer = __lock_buffer;
680 mHalPreviewWindow.nw.dequeue_buffer = __dequeue_buffer;
681 mHalPreviewWindow.nw.enqueue_buffer = __enqueue_buffer;
682 mHalPreviewWindow.nw.set_buffer_count = __set_buffer_count;
683 mHalPreviewWindow.nw.set_buffers_geometry = __set_buffers_geometry;
684 mHalPreviewWindow.nw.set_crop = __set_crop;
685 mHalPreviewWindow.nw.set_timestamp = __set_timestamp;
686 mHalPreviewWindow.nw
696 struct preview_stream_ops nw; member in struct:android::CameraHardwareInterface::camera_preview_window
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp516 ANativeWindow *nw = drv->wndSurface; local
517 if (nw) {
520 int32_t r = nw->queueBuffer(nw, drv->wndBuffer, -1);
523 native_window_api_disconnect(nw, NATIVE_WINDOW_API_CPU);
524 nw->decStrong(NULL);
646 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
649 int32_t r = native_window_dequeue_buffer_and_wait(nw, &drv->wndBuffer);
671 void rsdAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
676 if (nw) {
760 ANativeWindow *nw = drv->wndSurface; local
[all...]
/frameworks/rs/
H A DrsAllocation.cpp517 ANativeWindow *nw = (ANativeWindow *)sur; local
518 rsc->mHal.funcs.allocation.setSurface(rsc, this, nw);

Completed in 2940 milliseconds