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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dalbumart.c56 int dstw, dsth; local
73 dsth = (imsrc->height<<8) / ((imsrc->width<<8)/160);
78 dsth = 160;
80 imdst = image_resize(imsrc, dstw, dsth);
H A Dupnphttp.c1609 int width=640, height=480, dstw, dsth, size; local
1723 dsth = ((((width<<10)/srcw)*srch)>>10);
1724 if( dsth > height )
1726 dsth = height;
1733 dsth = dsth * pixw / pixh;
1738 if( dstw <= 160 && dsth <= 160 )
1740 else if( dstw <= 640 && dsth <= 480 )
1742 else if( dstw <= 1024 && dsth <= 768 )
1747 if( srcw>>4 >= dstw && srch>>4 >= dsth)
[all...]
H A Dupnpsoap.c670 int dsth = reqh; local
679 dsth = ((((reqw<<10)/srcw)*srch)>>10);
680 if( dsth > reqh ) {
681 dsth = reqh;
684 strcatf(args->str, "resolution=\"%dx%d\" ", dstw, dsth);
692 detailID, dstw, dsth);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dalbumart.c56 int dstw, dsth; local
73 dsth = (imsrc->height<<8) / ((imsrc->width<<8)/160);
78 dsth = 160;
80 imdst = image_resize(imsrc, dstw, dsth);
H A Dupnphttp.c1609 int width=640, height=480, dstw, dsth, size; local
1723 dsth = ((((width<<10)/srcw)*srch)>>10);
1724 if( dsth > height )
1726 dsth = height;
1733 dsth = dsth * pixw / pixh;
1738 if( dstw <= 160 && dsth <= 160 )
1740 else if( dstw <= 640 && dsth <= 480 )
1742 else if( dstw <= 1024 && dsth <= 768 )
1747 if( srcw>>4 >= dstw && srch>>4 >= dsth)
[all...]
H A Dupnpsoap.c670 int dsth = reqh; local
679 dsth = ((((reqw<<10)/srcw)*srch)>>10);
680 if( dsth > reqh ) {
681 dsth = reqh;
684 strcatf(args->str, "resolution=\"%dx%d\" ", dstw, dsth);
692 detailID, dstw, dsth);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dalbumart.c56 int dstw, dsth; local
73 dsth = (imsrc->height<<8) / ((imsrc->width<<8)/160);
78 dsth = 160;
80 imdst = image_resize(imsrc, dstw, dsth);
H A Dupnphttp.c1609 int width=640, height=480, dstw, dsth, size; local
1723 dsth = ((((width<<10)/srcw)*srch)>>10);
1724 if( dsth > height )
1726 dsth = height;
1733 dsth = dsth * pixw / pixh;
1738 if( dstw <= 160 && dsth <= 160 )
1740 else if( dstw <= 640 && dsth <= 480 )
1742 else if( dstw <= 1024 && dsth <= 768 )
1747 if( srcw>>4 >= dstw && srch>>4 >= dsth)
[all...]
H A Dupnpsoap.c670 int dsth = reqh; local
679 dsth = ((((reqw<<10)/srcw)*srch)>>10);
680 if( dsth > reqh ) {
681 dsth = reqh;
684 strcatf(args->str, "resolution=\"%dx%d\" ", dstw, dsth);
692 detailID, dstw, dsth);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffplay.c484 int dstx, dsty, dstw, dsth; local
487 dsth = av_clip(rect->h, 0, imgh);
489 dsty = av_clip(rect->y, 0, imgh - dsth);
548 for(h = dsth - (dsty & 1); h >= 2; h -= 2) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffplay.c484 int dstx, dsty, dstw, dsth; local
487 dsth = av_clip(rect->h, 0, imgh);
489 dsty = av_clip(rect->y, 0, imgh - dsth);
548 for(h = dsth - (dsty & 1); h >= 2; h -= 2) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffplay.c484 int dstx, dsty, dstw, dsth; local
487 dsth = av_clip(rect->h, 0, imgh);
489 dsty = av_clip(rect->y, 0, imgh - dsth);
548 for(h = dsth - (dsty & 1); h >= 2; h -= 2) {

Completed in 140 milliseconds