Searched refs:io_user_data (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 730 void *io_user_data; member 756 s->io_user_data = user; in stbi__start_callbacks() 1455 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer() 1483 if (!(s->io.eof)(s->io_user_data)) return 0; in stbi__at_eof() 1502 (s->io.skip)(s->io_user_data, n - blen); in stbi__skip() 1518 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in stbi__getn()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 730 void *io_user_data; member 756 s->io_user_data = user; in stbi__start_callbacks() 1455 int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen); in stbi__refill_buffer() 1483 if (!(s->io.eof)(s->io_user_data)) return 0; in stbi__at_eof() 1502 (s->io.skip)(s->io_user_data, n - blen); in stbi__skip() 1518 count = (s->io.read)(s->io_user_data, (char*) buffer + blen, n - blen); in stbi__getn()
|