Lines Matching defs:dst_height
60 int dst_width, dst_height;
114 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1;
135 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2);
137 h = prng_rand_n (dst_height * 3 / 2 - dst_y);
141 dstbuf = (uint32_t *)malloc (dst_stride * dst_height);
145 prng_randmemset (dstbuf, dst_stride * dst_height, 0);
165 dstbuf += (dst_stride / 4) * (dst_height - 1);
176 dst_fmt, dst_width, dst_height, dstbuf, dst_stride);
322 clip_boxes[i].y1 = prng_rand_n (dst_height);
326 clip_boxes[i].y1 + prng_rand_n (dst_height - clip_boxes[i].y1);
374 printf ("dst_width=%d, dst_height=%d, dst_x=%d, dst_y=%d\n",
375 dst_width, dst_height, dst_x, dst_y);
399 dstbuf += (dst_stride / 4) * (dst_height - 1);