Lines Matching refs:src_width
33 int src_width, src_height;
57 src_width = prng_rand_n (MAX_SRC_WIDTH) + 1;
61 src_stride = src_width * src_bpp + prng_rand_n (MAX_STRIDE) * src_bpp;
70 src_x = -(src_width / 4) + prng_rand_n (src_width * 3 / 2);
102 src_fmt, src_width, src_height, srcbuf, src_stride);
225 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n",
226 src_width, src_height, dst_width, dst_height);
239 clip_boxes[i].x1 = prng_rand_n (src_width);
242 clip_boxes[i].x1 + prng_rand_n (src_width - clip_boxes[i].x1);