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);
176 dst_fmt, dst_width, dst_height, dstbuf, dst_stride);
321 clip_boxes[i].x1 = prng_rand_n (dst_width);
324 clip_boxes[i].x1 + prng_rand_n (dst_width - clip_boxes[i].x1);
374 printf ("dst_width=%d, dst_height=%d, dst_x=%d, dst_y=%d\n",
375 dst_width, dst_height, dst_x, dst_y);