HomeSort by relevance Sort by last modified time
    Searched refs:line_length (Results 26 - 50 of 74) sorted by null

12 3

  /bootable/recovery/minui/
graphics_fbdev.cpp 101 gr_framebuffer[0].row_bytes = fi.line_length;
107 if (vi.yres * fi.line_length * 2 <= fi.smem_len) {
  /device/generic/goldfish/gralloc/
framebuffer.cpp 102 m->info.yoffset = offset / m->finfo.line_length;
127 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres);
283 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual);
339 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
gralloc.cpp 121 const size_t bufferSize = m->finfo.line_length * m->info.yres;
263 const size_t bufferSize = m->finfo.line_length * m->info.yres;
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 84 m->info.yoffset = offset / m->finfo.line_length;
109 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres);
264 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual);
320 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
gralloc.cpp 121 const size_t bufferSize = m->finfo.line_length * m->info.yres;
263 const size_t bufferSize = m->finfo.line_length * m->info.yres;
  /external/vboot_reference/cgpt/
cgpt_find.c 224 size_t line_length = 0; local
226 while (getline(&line, &line_length, fp) != -1) {
248 while (getline(&line, &line_length, fp) != -1) {
  /external/pdfium/core/fxcodec/codec/
fx_codec.cpp 1488 uint32_t line_length = 0; local
    [all...]
  /external/toybox/toys/pending/
lsof.c 114 size_t line_length = 0; local
118 if (!getline(&line, &line_length, fp)) return; // Skip header.
120 while (getline(&line, &line_length, fp) > 0) {
336 size_t line_length = 0; local
342 while (getline(&line, &line_length, fp) > 0) {
  /device/linaro/hikey/gralloc/
framebuffer_device.cpp 91 m->info.yoffset = offset / m->finfo.line_length;
179 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres);
375 size_t fbSize = round_up_to_page_size(finfo.line_length * info.yres_virtual);
492 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3);
alloc_device.cpp 285 const size_t bufferSize = m->finfo.line_length * m->info.yres;
546 const size_t bufferSize = m->finfo.line_length * m->info.yres;
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
cssmin.py 192 def wrap_css_lines(css, line_length):
199 if char == '}' and (i - line_start >= line_length):
  /external/freetype/src/base/
ftstroke.c 777 FT_Fixed line_length; /* length of last lineto */ member in struct:FT_StrokerRec_
997 FT_Fixed line_length )
1012 /* lines are long enough (line_length is zero for curves). */
1014 if ( !border->movable || line_length == 0 ||
1025 stroker->line_length >= min_length &&
1026 line_length >= min_length );
1062 FT_Fixed line_length )
1170 /* (line_length is zero for curves) */
1171 if ( line_length == 0 )
1201 /* (line_length is zero for curves) *
1304 FT_Fixed line_length; local
    [all...]
  /bionic/libc/kernel/uapi/drm/
via_drm.h 189 __u32 line_length; member in struct:drm_via_dmablit
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 421 const size_t line_length = 16; local
422 for (size_t n = 0; n < read_bytes; n += line_length) {
424 const size_t max_line = min(line_length, read_bytes - n);
427 for (size_t i = 0; i < line_length; ++i) {
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
framebuffer.cpp 140 screen_view->line_length() / screen_view->bytes_per_pixel();
  /external/kernel-headers/original/uapi/drm/
via_drm.h 264 __u32 line_length; member in struct:drm_via_dmablit
  /external/libdrm/include/drm/
via_drm.h 261 __u32 line_length; member in struct:drm_via_dmablit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
via_drm.h 261 __u32 line_length; member in struct:drm_via_dmablit
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
pretty-print.h 94 int line_length; member in struct:__anon63415
  /system/extras/libpagemap/
pm_process.c 248 size_t line_length = 0; local
275 while (getline(&line, &line_length, maps_f) != -1) {
  /device/linaro/hikey/gralloc960/
alloc_device.cpp 84 const size_t framebufferSize = m->finfo.line_length * m->info.yres;
85 const size_t alignedFramebufferSize = GRALLOC_ALIGN(m->finfo.line_length, 64) * m->info.yres;
96 *byte_stride = GRALLOC_ALIGN(m->finfo.line_length, 64);
132 *byte_stride = GRALLOC_ALIGN(m->finfo.line_length, 64);
137 *byte_stride = m->finfo.line_length;
    [all...]
  /external/python/cpython3/Lib/test/
test_gzip.py 222 line_length = 0
224 L = f.readline(line_length)
225 if not L and line_length != 0: break
226 self.assertTrue(len(L) <= line_length)
227 line_length = (line_length + 1) % 50
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 92 static int line_length(const char *l) function
529 data += line_length(data);
532 for (; *data != '\0'; data += line_length(data)) {
  /external/autotest/scheduler/
rdb.py 372 line_length = len(hosts)
374 (float(failed_leasing)/line_length) * 100)
  /hardware/qcom/display/msm8084/libgralloc/
gpu.cpp 206 size_t bufferSize = m->finfo.line_length * m->info.yres;
329 const size_t bufferSize = m->finfo.line_length * m->info.yres;

Completed in 3336 milliseconds

12 3