/frameworks/base/include/gui/ |
SurfaceTextureClient.h | 52 static int hook_cancelBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer); 53 static int hook_dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer); 54 static int hook_lockBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer); 57 static int hook_queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer); 75 virtual int cancelBuffer(ANativeWindowBuffer* buffer); 76 virtual int dequeueBuffer(ANativeWindowBuffer** buffer); 77 virtual int lockBuffer(ANativeWindowBuffer* buffer); 80 virtual int queueBuffer(ANativeWindowBuffer* buffer);
|
/frameworks/base/include/ui/ |
FramebufferNativeWindow.h | 70 static int dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer); 71 static int lockBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer); 72 static int queueBuffer(ANativeWindow* window, ANativeWindowBuffer* buffer);
|
GraphicBuffer.h | 29 struct ANativeWindowBuffer; 41 ANativeWindowBuffer, 78 // create a buffer from an existing ANativeWindowBuffer 79 GraphicBuffer(ANativeWindowBuffer* buffer, bool keepOwnership); 98 ANativeWindowBuffer* getNativeBuffer() const; 153 sp<ANativeWindowBuffer> mWrappedBuffer;
|
/system/core/include/system/ |
window.h | 69 typedef struct ANativeWindowBuffer 72 ANativeWindowBuffer() { 74 common.version = sizeof(ANativeWindowBuffer); 78 // Implement the methods that sp<ANativeWindowBuffer> expects so that it 79 // can be used to automatically refcount ANativeWindowBuffer's. 350 struct ANativeWindowBuffer** buffer); 360 struct ANativeWindowBuffer* buffer); 370 struct ANativeWindowBuffer* buffer); 420 struct ANativeWindowBuffer* buffer);
|
/frameworks/base/include/media/stagefright/ |
HardwareAPI.h | 87 const sp<ANativeWindowBuffer>& nativeBuffer;
|
/frameworks/media/libvideoeditor/lvpp/ |
PreviewRenderer.h | 59 ANativeWindowBuffer *mBuf;
|
/frameworks/base/libs/ui/ |
FramebufferNativeWindow.cpp | 50 ANativeWindowBuffer, 56 ANativeWindowBuffer::width = w; 57 ANativeWindowBuffer::height = h; 58 ANativeWindowBuffer::format = f; 59 ANativeWindowBuffer::usage = u; 204 ANativeWindowBuffer** buffer) 232 ANativeWindowBuffer* buffer) 252 ANativeWindowBuffer* buffer)
|
GraphicBuffer.cpp | 36 // Buffer and implementation of ANativeWindowBuffer 80 GraphicBuffer::GraphicBuffer(ANativeWindowBuffer* buffer, bool keepOwnership) 122 ANativeWindowBuffer* GraphicBuffer::getNativeBuffer() const 124 return static_cast<ANativeWindowBuffer*>(
|
/frameworks/base/opengl/libagl/ |
TextureObjectManager.h | 51 status_t setImage(ANativeWindowBuffer* buffer); 83 ANativeWindowBuffer* buffer;
|
egl.cpp | 233 status_t lock(ANativeWindowBuffer* buf, int usage, void** vaddr); 234 status_t unlock(ANativeWindowBuffer* buf); 236 ANativeWindowBuffer* buffer; 237 ANativeWindowBuffer* previousBuffer; 325 ANativeWindowBuffer* dst, void* dst_vaddr, 326 ANativeWindowBuffer* src, void const* src_vaddr, 422 ANativeWindowBuffer* buf, int usage, void** vaddr) 432 status_t egl_window_surface_v2_t::unlock(ANativeWindowBuffer* buf) 443 ANativeWindowBuffer* dst, void* dst_vaddr, 444 ANativeWindowBuffer* src, void const* src_vaddr [all...] |
texture.cpp | 129 ANativeWindowBuffer* native_buffer = u.texture->buffer; 157 ANativeWindowBuffer* native_buffer = u.texture->buffer; [all...] |
TextureObjectManager.cpp | 148 status_t EGLTextureObject::setImage(ANativeWindowBuffer* native_buffer)
|
/frameworks/base/services/surfaceflinger/tests/surface/ |
surface.cpp | 56 ANativeWindowBuffer* buffer;
|
/frameworks/base/libs/gui/tests/ |
SurfaceTextureClient_test.cpp | 163 ANativeWindowBuffer* buf; 172 ANativeWindowBuffer* buf; 182 ANativeWindowBuffer* buf; 192 ANativeWindowBuffer* buf; 202 ANativeWindowBuffer* buf; 218 ANativeWindowBuffer* buf; 235 ANativeWindowBuffer* buf; 245 ANativeWindowBuffer* buf[2]; 265 ANativeWindowBuffer* buf[2];
|
Surface_test.cpp | 96 ANativeWindowBuffer* buf = 0;
|
SurfaceTexture_test.cpp | 543 ANativeWindowBuffer* anb; 588 ANativeWindowBuffer* anb; 648 ANativeWindowBuffer* anb; 721 ANativeWindowBuffer* anb; [all...] |
/frameworks/base/opengl/libagl2/src/ |
egl.cpp | 214 status_t lock(ANativeWindowBuffer* buf, int usage, void** vaddr); 215 status_t unlock(ANativeWindowBuffer* buf); 217 ANativeWindowBuffer* buffer; 218 ANativeWindowBuffer* previousBuffer; 310 ANativeWindowBuffer* dst, void* dst_vaddr, 311 ANativeWindowBuffer* src, void const* src_vaddr, 410 ANativeWindowBuffer* buf, int usage, void** vaddr) 420 status_t egl_window_surface_v2_t::unlock(ANativeWindowBuffer* buf) 431 ANativeWindowBuffer* dst, void* dst_vaddr, 432 ANativeWindowBuffer* src, void const* src_vaddr [all...] |
/frameworks/base/libs/gui/ |
SurfaceTextureClient.cpp | 79 ANativeWindowBuffer** buffer) { 85 ANativeWindowBuffer* buffer) { 91 ANativeWindowBuffer* buffer) { 97 ANativeWindowBuffer* buffer) { 608 ANativeWindowBuffer* out;
|
/frameworks/base/services/camera/libcameraservice/ |
CameraHardwareInterface.h | 573 ANativeWindowBuffer* anb; 593 container_of(buffer, ANativeWindowBuffer, handle)); 601 container_of(buffer, ANativeWindowBuffer, handle)); 609 container_of(buffer, ANativeWindowBuffer, handle));
|
/external/mesa3d/test/ |
egl.cpp | 278 status_t lock(ANativeWindowBuffer* buf, int usage, void** vaddr); 279 status_t unlock(ANativeWindowBuffer* buf); 281 ANativeWindowBuffer* buffer; 282 ANativeWindowBuffer* previousBuffer; 374 ANativeWindowBuffer* dst, void* dst_vaddr, 375 ANativeWindowBuffer* src, void const* src_vaddr, 472 ANativeWindowBuffer* buf, int usage, void** vaddr) 482 status_t egl_window_surface_v2_t::unlock(ANativeWindowBuffer* buf) 493 ANativeWindowBuffer* dst, void* dst_vaddr, 494 ANativeWindowBuffer* src, void const* src_vaddr [all...] |
/development/ndk/platforms/android-9/include/EGL/ |
eglext.h | 228 struct ANativeWindowBuffer;
|
/frameworks/base/media/libstagefright/colorconversion/ |
SoftwareRenderer.cpp | 135 ANativeWindowBuffer *buf;
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
GLUtils.cpp | 55 struct ANativeWindowBuffer; 447 ANativeWindowBuffer* anb;
|
/frameworks/base/opengl/include/EGL/ |
eglext.h | 228 struct ANativeWindowBuffer;
|
/frameworks/base/media/libstagefright/tests/ |
SurfaceMediaSource_test.cpp | 506 ANativeWindowBuffer* anb; 524 ANativeWindowBuffer* anb; 647 ANativeWindowBuffer* anb; [all...] |