Lines Matching defs:dstW
85 int srcW, int srcH, int dstW, int dstH, int flags,
144 res = av_image_fill_linesizes(dstStride, dstFormat, dstW);
168 dstContext = sws_getContext(srcW, srcH, srcFormat, dstW, dstH, dstFormat,
179 desc_dst->name, dstW, dstH,
205 outContext = sws_getContext(dstW, dstH, dstFormat, w, h,
263 const int dstW[] = { srcW - srcW / 3, srcW, srcW + srcW / 3, 0 };
291 for (i = 0; dstW[i] && !res; i++)
295 srcW, srcH, dstW[i], dstH[j], flags[k],
319 int dstW = 0, dstH = 0;
326 srcStr, &srcW, &srcH, dstStr, &dstW, &dstH,
337 srcW > 8192U || srcH > 8192U || dstW > 8192U || dstH > 8192U) {
351 srcW, srcH, dstW, dstH, flags,