/hardware/qcom/display/msm8960/libgralloc/ |
D | framebuffer.cpp | 94 m->info.yoffset = offset / m->finfo.line_length; in fb_post() 223 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); in mapFrameBufferLocked() local 224 info.yres_virtual = (size * numberOfBuffers) / line_length; in mapFrameBufferLocked() 228 if (info.yres_virtual < ((size * 2) / line_length) ) { in mapFrameBufferLocked() 230 info.yres_virtual = size / line_length; in mapFrameBufferLocked() 316 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)* in mapFrameBufferLocked() 383 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); in fb_device_open()
|
D | gpu.cpp | 192 size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() 316 const size_t bufferSize = m->finfo.line_length * m->info.yres; in free_impl()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | framebuffer.cpp | 89 m->info.yoffset = (int)(offset / m->finfo.line_length); in fb_post() 226 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); in mapFrameBufferLocked() local 227 info.yres_virtual = (uint32_t) ((size * numberOfBuffers) / line_length); in mapFrameBufferLocked() 231 if (info.yres_virtual < ((size * 2) / line_length) ) { in mapFrameBufferLocked() 233 info.yres_virtual = (int)(size / line_length); in mapFrameBufferLocked() 327 unsigned int fbSize = roundUpToPageSize(finfo.line_length * info.yres)* in mapFrameBufferLocked() 432 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); in fb_device_open()
|
D | gpu.cpp | 220 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() 344 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | framebuffer.cpp | 95 m->info.yoffset = (int)(offset / m->finfo.line_length); in fb_post() 231 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); in mapFrameBufferLocked() local 232 info.yres_virtual = (uint32_t) ((size * numberOfBuffers) / line_length); in mapFrameBufferLocked() 236 if (info.yres_virtual < ((size * 2) / line_length) ) { in mapFrameBufferLocked() 238 info.yres_virtual = (int)(size / line_length); in mapFrameBufferLocked() 332 unsigned int fbSize = roundUpToPageSize(finfo.line_length * info.yres)* in mapFrameBufferLocked() 411 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); in fb_device_open()
|
D | gpu.cpp | 209 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() 331 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | framebuffer.cpp | 87 m->info.yoffset = (int)(offset / m->finfo.line_length); in fb_post() 224 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); in mapFrameBufferLocked() local 225 info.yres_virtual = (uint32_t) ((size * numberOfBuffers) / line_length); in mapFrameBufferLocked() 229 if (info.yres_virtual < ((size * 2) / line_length) ) { in mapFrameBufferLocked() 231 info.yres_virtual = (int)(size / line_length); in mapFrameBufferLocked() 325 unsigned int fbSize = roundUpToPageSize(finfo.line_length * info.yres)* in mapFrameBufferLocked() 430 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); in fb_device_open()
|
D | gpu.cpp | 206 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() 353 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | framebuffer.cpp | 94 m->info.yoffset = (int)(offset / m->finfo.line_length); in fb_post() 230 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); in mapFrameBufferLocked() local 231 info.yres_virtual = (uint32_t) ((size * numberOfBuffers) / line_length); in mapFrameBufferLocked() 235 if (info.yres_virtual < ((size * 2) / line_length) ) { in mapFrameBufferLocked() 237 info.yres_virtual = (int)(size / line_length); in mapFrameBufferLocked() 331 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)* in mapFrameBufferLocked() 410 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); in fb_device_open()
|
D | gpu.cpp | 206 size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() 329 const size_t bufferSize = m->finfo.line_length * m->info.yres; in free_impl()
|
/hardware/qcom/display/msm8998/libgralloc/ |
D | framebuffer.cpp | 89 m->info.yoffset = (int)(offset / m->finfo.line_length); in fb_post() 228 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); in mapFrameBufferLocked() local 229 info.yres_virtual = (uint32_t) ((size * numberOfBuffers) / line_length); in mapFrameBufferLocked() 233 if (info.yres_virtual < ((size * 2) / line_length) ) { in mapFrameBufferLocked() 235 info.yres_virtual = (int)(size / line_length); in mapFrameBufferLocked() 329 unsigned int fbSize = roundUpToPageSize(finfo.line_length * info.yres)* in mapFrameBufferLocked() 434 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); in fb_device_open()
|
D | gpu.cpp | 440 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() 587 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | framebuffer.cpp | 97 m->info.yoffset = (int)(offset / m->finfo.line_length); in fb_post() 234 uint32_t line_length = (info.xres * info.bits_per_pixel / 8); in mapFrameBufferLocked() local 235 info.yres_virtual = (uint32_t) ((size * numberOfBuffers) / line_length); in mapFrameBufferLocked() 239 if (info.yres_virtual < ((size * 2) / line_length) ) { in mapFrameBufferLocked() 241 info.yres_virtual = (int)(size / line_length); in mapFrameBufferLocked() 335 unsigned int fbSize = roundUpToPageSize(finfo.line_length * info.yres)* in mapFrameBufferLocked() 440 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); in fb_device_open()
|
D | gpu.cpp | 225 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() 358 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl()
|
/hardware/libhardware/modules/gralloc/ |
D | framebuffer.cpp | 106 m->info.yoffset = offset / m->finfo.line_length; in fb_post() 131 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres); in fb_post() 287 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual); 343 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
|
D | gralloc.cpp | 122 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() 264 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_free()
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_utils.cpp | 92 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8); in openFramebufferDevice()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.cpp | 169 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8); in openFramebufferDevice()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.cpp | 162 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8); in openFramebufferDevice()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_utils.cpp | 249 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8); in openFramebufferDevice()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.cpp | 225 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].stride = finfo.line_length /(info.xres/8); in openFramebufferDevice()
|