Home
last modified time | relevance | path

Searched refs:imdst (Results 1 – 2 of 2) sorted by relevance

/dports/net/minidlna/minidlna-4f6a473/
H A Dalbumart.c57 image_s *imdst; in save_resized_album_art() local
80 imdst = image_resize(imsrc, dstw, dsth); in save_resized_album_art()
81 if( !imdst ) in save_resized_album_art()
87 cache_file = image_save_to_jpeg_file(imdst, cache_file); in save_resized_album_art()
88 image_free(imdst); in save_resized_album_art()
H A Dupnphttp.c1648 image_s *imsrc = NULL, *imdst = NULL; in SendResp_resizedimg() local
1815 imdst = image_resize(imsrc, dstw, dsth); in SendResp_resizedimg()
1816 data = image_save_to_jpeg_buf(imdst, &size); in SendResp_resizedimg()
1832 imdst = image_resize(imsrc, dstw, dsth); in SendResp_resizedimg()
1833 data = image_save_to_jpeg_buf(imdst, &size); in SendResp_resizedimg()
1848 if( imdst ) in SendResp_resizedimg()
1849 image_free(imdst); in SendResp_resizedimg()