Lines Matching defs:dst_width
60 int dst_width, dst_height;
113 dst_width = prng_rand_n (MAX_DST_WIDTH) + 1;
117 dst_stride = dst_width * dst_bpp + prng_rand_n (MAX_STRIDE) * dst_bpp;
134 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2);
136 w = prng_rand_n (dst_width * 3 / 2 - dst_x);
157 dst_fmt, dst_width, dst_height, dstbuf, dst_stride);
248 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n",
249 src_width, src_height, dst_width, dst_height);
317 clip_boxes[i].x1 = prng_rand_n (dst_width);
320 clip_boxes[i].x1 + prng_rand_n (dst_width - clip_boxes[i].x1);