Searched refs:v4lconvert_helper_read (Results 1 – 4 of 4) sorted by relevance
/external/v4l-utils/lib/libv4lconvert/ |
D | helper.c | 143 static int v4lconvert_helper_read(struct v4lconvert_data *data, void *b, in v4lconvert_helper_read() function 194 if (v4lconvert_helper_read(data, &r, sizeof(int))) in v4lconvert_helper_decompress() 207 return v4lconvert_helper_read(data, dest, r); in v4lconvert_helper_decompress()
|
D | ov511-decomp.c | 621 if (v4lconvert_helper_read(STDIN_FILENO, &width, sizeof(int), argv[0])) in main() 624 if (v4lconvert_helper_read(STDIN_FILENO, &height, sizeof(int), argv[0])) in main() 627 if (v4lconvert_helper_read(STDIN_FILENO, &yvu, sizeof(int), argv[0])) in main() 630 if (v4lconvert_helper_read(STDIN_FILENO, &src_size, sizeof(int), argv[0])) in main() 639 if (v4lconvert_helper_read(STDIN_FILENO, src_buf, src_size, argv[0])) in main()
|
D | helper-funcs.h | 57 static int v4lconvert_helper_read(int fd, void *b, size_t count, in v4lconvert_helper_read() function
|
D | ov518-decomp.c | 1437 if (v4lconvert_helper_read(STDIN_FILENO, &width, sizeof(int), argv[0])) in main() 1440 if (v4lconvert_helper_read(STDIN_FILENO, &height, sizeof(int), argv[0])) in main() 1443 if (v4lconvert_helper_read(STDIN_FILENO, &yvu, sizeof(int), argv[0])) in main() 1446 if (v4lconvert_helper_read(STDIN_FILENO, &src_size, sizeof(int), argv[0])) in main() 1455 if (v4lconvert_helper_read(STDIN_FILENO, src_buf, src_size, argv[0])) in main()
|