Searched refs:imagedata (Results 1 – 2 of 2) sorted by relevance
50 char *imagedata = NULL; local85 imagedata = malloc(filesize);95 ret = read(fd, imagedata, filesize);108 thumb->data = imagedata;
51 char *imagedata = NULL; local117 imagedata = malloc(filesize * sizeof(uint8_t));128 ret = read(fd, imagedata, filesize);141 albumart->data = imagedata;