Lines Matching refs:dstH
85 int srcW, int srcH, int dstW, int dstH, int flags, in doTest() argument
159 dst[i] = av_mallocz(dstStride[i] * dstH + 16); in doTest()
168 dstContext = sws_getContext(srcW, srcH, srcFormat, dstW, dstH, dstFormat, in doTest()
179 desc_dst->name, dstW, dstH, in doTest()
187 dstStride[i] * dstH); in doTest()
205 outContext = sws_getContext(dstW, dstH, dstFormat, w, h, in doTest()
215 sws_scale(outContext, (const uint8_t * const *) dst, dstStride, 0, dstH, in doTest()
264 const int dstH[] = { srcH - srcH / 3, srcH, srcH + srcH / 3, 0 }; in selfTest() local
292 for (j = 0; dstH[j] && !res; j++) in selfTest()
295 srcW, srcH, dstW[i], dstH[j], flags[k], in selfTest()
319 int dstW = 0, dstH = 0; in fileTest() local
326 srcStr, &srcW, &srcH, dstStr, &dstW, &dstH, in fileTest()
337 srcW > 8192U || srcH > 8192U || dstW > 8192U || dstH > 8192U) { in fileTest()
351 srcW, srcH, dstW, dstH, flags, in fileTest()