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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dalbumart.c49 int dstw, dsth; local
67 dsth = (imsrc->height<<8) / ((imsrc->width<<8)/160);
72 dsth = 160;
74 imdst = image_resize(imsrc, dstw, dsth);
H A Dupnphttp.c1375 int width=640, height=480, dstw, dsth, rotation, size; local
1461 dsth = ((((width<<10)/srcw)*srch)>>10);
1462 if( dsth > height )
1464 dsth = height;
1468 if( dstw <= 640 && dsth <= 480 )
1470 else if( dstw <= 1024 && dsth <= 768 )
1496 if( dstw <= 200 && dsth <= 150 && atoi(tn) )
1498 if( dstw <= 160 && dsth <= 120 && atoi(tn) )
1534 imdst = image_resize(imsrc, dstw, dsth);
1551 imdst = image_resize(imsrc, dstw, dsth);
[all...]
H A Dupnpsoap.c493 int dsth = reqh; local
508 dsth = ((((reqw<<10)/srcw)*srch)>>10);
509 if( dsth > reqh ) {
510 dsth = reqh;
513 ret = sprintf(str_buf, "resolution=\"%dx%d\" ", dstw, dsth);
521 detailID, dstw, dsth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
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.c1563 int width=640, height=480, dstw, dsth, size; local
1677 dsth = ((((width<<10)/srcw)*srch)>>10);
1678 if( dsth > height )
1680 dsth = height;
1687 dsth = dsth * pixw / pixh;
1692 if( dstw <= 160 && dsth <= 160 )
1694 else if( dstw <= 640 && dsth <= 480 )
1696 else if( dstw <= 1024 && dsth <= 768 )
1701 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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddiracdsp.h30 void (*dirac_hpel_filter)(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, int stride, int width, int height);
H A Ddiracdsp.c31 static void dirac_hpel_filter(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, const uint8_t *src, argument
44 dsth[x] = av_clip_uint8(FILTER(src+x, 1));
47 dsth += stride;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddiracdsp_mmx.c35 static void dirac_hpel_filter_ ## EXT(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, \
41 ff_dirac_hpel_filter_h_ ## EXT(dsth, src, width); \
44 dsth += stride; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c446 int dstx, dsty, dstw, dsth; local
449 dsth = av_clip(rect->h, 0, imgh);
451 dsty = av_clip(rect->y, 0, imgh - dsth);
510 for (h = dsth - (dsty & 1); h >= 2; h -= 2) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c605 int dstx, dsty, dstw, dsth; local
608 dsth = av_clip(rect->h, 0, imgh);
610 dsty = av_clip(rect->y, 0, imgh - dsth);
669 for (h = dsth - (dsty & 1); h >= 2; h -= 2) {

Completed in 155 milliseconds