Home
last modified time | relevance | path

Searched refs:line_length (Results 1 – 4 of 4) sorted by relevance

/system/extras/tests/framebuffer/
Dfb_test.c98 fb->stride = fi.line_length / bytes_per_pixel; in get_framebuffer()
106 fb->stride = fi.line_length / bytes_per_pixel; in get_framebuffer()
135 fprintf(stderr, "fi.line_length = %d\n", fi->line_length); in dumpinfo()
209 int stride = fi.line_length / (vi.bits_per_pixel >> 3); in draw_grid()
244 int stride = fi.line_length / (vi.bits_per_pixel >> 3); in clear_screen()
/system/bt/btif/src/
Dbtif_debug_btsnoop.cc204 size_t line_length = 0; in btif_debug_btsnoop_dump() local
226 if (line_length >= MAX_LINE_LENGTH) { in btif_debug_btsnoop_dump()
228 line_length = 0; in btif_debug_btsnoop_dump()
230 line_length += b64_ntop(b64_in, read, b64_out, 5); in btif_debug_btsnoop_dump()
/system/nfc/src/adaptation/
Ddebug_nfcsnoop.cc183 size_t line_length = 0; in debug_nfcsnoop_dump() local
202 if (line_length >= MAX_LINE_LENGTH) { in debug_nfcsnoop_dump()
204 line_length = 0; in debug_nfcsnoop_dump()
206 line_length += b64_ntop(b64_in, read, b64_out, 5); in debug_nfcsnoop_dump()
/system/extras/simpleperf/
Dcmd_record.cpp1485 size_t line_length = 0; in ProcessControlCmd() local
1486 if (getline(&line, &line_length, stdin) == -1) { in ProcessControlCmd()