Home
last modified time | relevance | path

Searched refs:framebuffer (Results 1 – 24 of 24) sorted by relevance

/hardware/libhardware/modules/gralloc/
Dgralloc.cpp94 .framebuffer = 0,
111 if (m->framebuffer == NULL) { in gralloc_alloc_framebuffer_locked()
137 intptr_t vaddr = intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked()
138 private_handle_t* hnd = new private_handle_t(dup(m->framebuffer->fd), size, in gralloc_alloc_framebuffer_locked()
151 hnd->offset = vaddr - intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked()
257 int index = (hnd->base - m->framebuffer->base) / bufferSize; in gralloc_free()
Dframebuffer.cpp104 const size_t offset = hnd->base - m->framebuffer->base; in fb_post()
107 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { in fb_post()
121 m->base.lock(&m->base, m->framebuffer, in fb_post()
134 m->base.unlock(&m->base, m->framebuffer); in fb_post()
145 if (module->framebuffer) {
288 module->framebuffer = new private_handle_t(dup(fd), fbSize, 0);
298 module->framebuffer->base = intptr_t(vaddr);
DAndroid.mk27 framebuffer.cpp \
Dgralloc_priv.h40 private_handle_t* framebuffer; member
/hardware/qcom/display/msm8960/libgralloc/
Dframebuffer.cpp91 const size_t offset = hnd->base - m->framebuffer->base; in fb_post()
94 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { in fb_post()
113 if (module->framebuffer) { in mapFrameBufferLocked()
318 module->framebuffer = new private_handle_t(fd, fbSize, in mapFrameBufferLocked()
327 module->framebuffer->base = intptr_t(vaddr); in mapFrameBufferLocked()
332 ioctl(module->framebuffer->fd, MSMFB_OVERLAY_VSYNC_CTRL, in mapFrameBufferLocked()
Dgpu.cpp185 if (m->framebuffer == NULL) { in gralloc_alloc_framebuffer_locked()
212 intptr_t vaddr = intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked()
214 dup(m->framebuffer->fd), bufferSize, in gralloc_alloc_framebuffer_locked()
229 hnd->offset = vaddr - intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked()
311 int index = (hnd->base - m->framebuffer->base) / bufferSize; in free_impl()
Dfb_priv.h40 struct private_handle_t* framebuffer; member
Dgralloc.cpp87 framebuffer: 0,
/hardware/qcom/display/msm8974/libgralloc/
Dframebuffer.cpp91 const size_t offset = hnd->base - m->framebuffer->base; in fb_post()
94 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { in fb_post()
113 if (module->framebuffer) { in mapFrameBufferLocked()
318 module->framebuffer = new private_handle_t(fd, fbSize, in mapFrameBufferLocked()
327 module->framebuffer->base = intptr_t(vaddr); in mapFrameBufferLocked()
332 ioctl(module->framebuffer->fd, MSMFB_OVERLAY_VSYNC_CTRL, in mapFrameBufferLocked()
Dgpu.cpp191 if (m->framebuffer == NULL) { in gralloc_alloc_framebuffer_locked()
218 intptr_t vaddr = intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked()
220 dup(m->framebuffer->fd), bufferSize, in gralloc_alloc_framebuffer_locked()
235 hnd->offset = vaddr - intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked()
326 int index = (hnd->base - m->framebuffer->base) / bufferSize; in free_impl()
Dfb_priv.h40 struct private_handle_t* framebuffer; member
Dgralloc.cpp87 framebuffer: 0,
/hardware/qcom/display/msm8084/libgralloc/
Dframebuffer.cpp90 const size_t offset = hnd->base - m->framebuffer->base; in fb_post()
93 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { in fb_post()
115 if (module->framebuffer) { in mapFrameBufferLocked()
331 module->framebuffer = new private_handle_t(fd, fbSize, in mapFrameBufferLocked()
341 module->framebuffer->base = uintptr_t(vaddr); in mapFrameBufferLocked()
345 ioctl(module->framebuffer->fd, MSMFB_OVERLAY_VSYNC_CTRL, in mapFrameBufferLocked()
Dgpu.cpp198 if (m->framebuffer == NULL) { in gralloc_alloc_framebuffer_locked()
225 uintptr_t vaddr = uintptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked()
227 dup(m->framebuffer->fd), bufferSize, in gralloc_alloc_framebuffer_locked()
242 hnd->offset = vaddr - uintptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked()
324 size_t index = (hnd->base - m->framebuffer->base) / bufferSize; in free_impl()
Dfb_priv.h40 struct private_handle_t* framebuffer; member
Dgralloc.cpp88 framebuffer: 0,
/hardware/qcom/display/msm8226/libgralloc/
Dframebuffer.cpp91 const size_t offset = hnd->base - m->framebuffer->base; in fb_post()
94 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { in fb_post()
113 if (module->framebuffer) { in mapFrameBufferLocked()
329 module->framebuffer = new private_handle_t(fd, fbSize, in mapFrameBufferLocked()
339 module->framebuffer->base = intptr_t(vaddr); in mapFrameBufferLocked()
344 ioctl(module->framebuffer->fd, MSMFB_OVERLAY_VSYNC_CTRL, in mapFrameBufferLocked()
Dgpu.cpp195 if (m->framebuffer == NULL) { in gralloc_alloc_framebuffer_locked()
222 intptr_t vaddr = intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked()
224 dup(m->framebuffer->fd), bufferSize, in gralloc_alloc_framebuffer_locked()
239 hnd->offset = vaddr - intptr_t(m->framebuffer->base); in gralloc_alloc_framebuffer_locked()
320 int index = (hnd->base - m->framebuffer->base) / bufferSize; in free_impl()
Dfb_priv.h40 struct private_handle_t* framebuffer; member
Dgralloc.cpp82 framebuffer: 0,
/hardware/samsung_slsi/exynos5/gralloc/
DAndroid.mk29 framebuffer.cpp \
Dgralloc.cpp105 framebuffer: 0,
/hardware/samsung_slsi/exynos5/include/
Dgralloc_priv.h41 struct private_handle_t* framebuffer; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dusage.dox193 readable. On some platforms, framebuffer memory is writable but not