Searched refs:line_length (Results 1 – 4 of 4) sorted by relevance
/system/extras/tests/framebuffer/ |
D | fb_test.c | 98 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/ |
D | btif_debug_btsnoop.cc | 204 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/ |
D | debug_nfcsnoop.cc | 183 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/ |
D | cmd_record.cpp | 1485 size_t line_length = 0; in ProcessControlCmd() local 1486 if (getline(&line, &line_length, stdin) == -1) { in ProcessControlCmd()
|