OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imgbuf
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/screenshot/
screenshot.c
20
char
imgbuf
[0x10000];
local
70
if (rowlen > sizeof(
imgbuf
)) {
81
int len = fread(
imgbuf
, 1, rowlen, fb_in);
83
png_write_row(png, (png_bytep)
imgbuf
);
/external/libusb/examples/
dpfp.c
61
static unsigned char
imgbuf
[0x1b340];
variable
329
save_to_file(
imgbuf
);
404
libusb_fill_bulk_transfer(img_transfer, devh, EP_DATA,
imgbuf
,
405
sizeof(
imgbuf
), cb_img, NULL, 0);
dpfp_threaded.c
62
static unsigned char
imgbuf
[0x1b340];
variable
356
save_to_file(
imgbuf
);
431
libusb_fill_bulk_transfer(img_transfer, devh, EP_DATA,
imgbuf
,
432
sizeof(
imgbuf
), cb_img, NULL, 0);
Completed in 288 milliseconds