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

/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h116 buf.get() ? &mHalPreviewWindow.nw : 0);
659 mHalPreviewWindow.nw.cancel_buffer = __cancel_buffer;
660 mHalPreviewWindow.nw.lock_buffer = __lock_buffer;
661 mHalPreviewWindow.nw.dequeue_buffer = __dequeue_buffer;
662 mHalPreviewWindow.nw.enqueue_buffer = __enqueue_buffer;
663 mHalPreviewWindow.nw.set_buffer_count = __set_buffer_count;
664 mHalPreviewWindow.nw.set_buffers_geometry = __set_buffers_geometry;
665 mHalPreviewWindow.nw.set_crop = __set_crop;
666 mHalPreviewWindow.nw.set_timestamp = __set_timestamp;
667 mHalPreviewWindow.nw
677 struct preview_stream_ops nw; member in struct:android::CameraHardwareInterface::camera_preview_window
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp509 ANativeWindow *nw = drv->wndSurface; local
510 if (nw) {
513 int32_t r = nw->queueBuffer(nw, drv->wndBuffer, -1);
629 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
632 int32_t r = native_window_dequeue_buffer_and_wait(nw, &drv->wndBuffer);
654 void rsdAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
659 if (nw) {
660 nw->incStrong(NULL);
665 drv->wnd = nw;
743 ANativeWindow *nw = drv->wndSurface; local
[all...]
/frameworks/rs/
H A DrsAllocation.cpp489 ANativeWindow *nw = (ANativeWindow *)sur; local
490 rsc->mHal.funcs.allocation.setSurface(rsc, this, nw);

Completed in 174 milliseconds