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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dupnpsoap.c666 add_resized_res(int srcw, int srch, int reqw, int reqh, char *dlna_pn, argument
670 int dsth = reqh;
672 if( (args->flags & FLAG_NO_RESIZE) && reqw > 160 && reqh > 160 )
680 if( dsth > reqh ) {
681 dsth = reqh;
682 dstw = (((reqh<<10)/srch) * srcw>>10);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dupnpsoap.c666 add_resized_res(int srcw, int srch, int reqw, int reqh, char *dlna_pn, argument
670 int dsth = reqh;
672 if( (args->flags & FLAG_NO_RESIZE) && reqw > 160 && reqh > 160 )
680 if( dsth > reqh ) {
681 dsth = reqh;
682 dstw = (((reqh<<10)/srch) * srcw>>10);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dupnpsoap.c666 add_resized_res(int srcw, int srch, int reqw, int reqh, char *dlna_pn, argument
670 int dsth = reqh;
672 if( (args->flags & FLAG_NO_RESIZE) && reqw > 160 && reqh > 160 )
680 if( dsth > reqh ) {
681 dsth = reqh;
682 dstw = (((reqh<<10)/srch) * srcw>>10);

Completed in 108 milliseconds