Searched refs:art_file (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dalbumart.c267 char *art_file; local
286 if( art_cache_exists(file, &art_file) )
288 free(art_file);
294 art_file = strrchr(file, '.');
295 if( art_file )
296 strcpy(art_file, ".jpg");
299 if( art_cache_exists(file, &art_file) )
301 free(art_file);
313 if( art_cache_exists(file, &art_file) )
316 return art_file;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dalbumart.c280 char * art_file; local
286 if( art_cache_exists(file, &art_file) )
288 free(art_file);
298 if( art_cache_exists(file, &art_file) )
300 free(art_file);
312 if( art_cache_exists(file, &art_file) )
316 return art_file;
318 free(art_file);
327 art_file = file;
328 file = save_resized_album_art(imsrc, art_file);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dalbumart.c280 char * art_file; local
286 if( art_cache_exists(file, &art_file) )
288 free(art_file);
298 if( art_cache_exists(file, &art_file) )
300 free(art_file);
312 if( art_cache_exists(file, &art_file) )
316 return art_file;
318 free(art_file);
327 art_file = file;
328 file = save_resized_album_art(imsrc, art_file);
[all...]

Completed in 106 milliseconds