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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dartwork.c501 int target_h; local
566 target_h = src->height;
571 target_h = (double)max_h * ((double)src->height / (double)src->width);
575 target_h = max_h;
581 target_h = max_h;
584 DPRINTF(E_DBG, L_ART, "Raw destination width %d height %d\n", target_w, target_h);
586 if (target_h > max_h)
587 target_h = max_h;
595 DPRINTF(E_DBG, L_ART, "Destination width %d height %d\n", target_w, target_h);
605 ret = artwork_rescale(src_ctx, s, target_w, target_h, forma
[all...]

Completed in 100 milliseconds