Home
last modified time | relevance | path

Searched refs:maxw (Results 1 – 5 of 5) sorted by relevance

/third_party/pixman/test/
Dlowlevel-blt-bench.c310 int maxw, in bench_R() argument
316 if (maxw <= TILEWIDTH * 2 || maxh <= TILEWIDTH * 2) in bench_R()
327 int sx = rand () % (maxw - TILEWIDTH * 2); in bench_R()
329 int dx = rand () % (maxw - TILEWIDTH * 2); in bench_R()
345 int maxw, in bench_RT() argument
351 if (maxw <= TINYWIDTH * 2 || maxh <= TINYWIDTH * 2) in bench_RT()
362 int sx = rand () % (maxw - TINYWIDTH * 2); in bench_RT()
364 int dx = rand () % (maxw - TINYWIDTH * 2); in bench_RT()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_surface.c582 int maxw, maxh; in SDL_UpperBlit() local
591 maxw = src->w - srcx; in SDL_UpperBlit()
592 if (maxw < w) in SDL_UpperBlit()
593 w = maxw; in SDL_UpperBlit()
/third_party/quickjs/
Dunicode_gen.c1514 int i, w, maxw; in dump_name_table() local
1516 maxw = 0; in dump_name_table()
1522 if (maxw < w) in dump_name_table()
1523 maxw = w; in dump_name_table()
1534 fprintf(f, "\"%*s\"\\0\"\n", 1 + maxw - w, ""); in dump_name_table()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c2796 guint32 maxw, maxh, step_w, step_h; in gst_v4l2_object_probe_caps_for_format() local
2814 maxw = MIN (size.stepwise.max_width, G_MAXINT); in gst_v4l2_object_probe_caps_for_format()
2825 pixelformat, maxw, maxh, template); in gst_v4l2_object_probe_caps_for_format()
2831 gst_value_set_int_range_step (&step_range, w, maxw, step_w); in gst_v4l2_object_probe_caps_for_format()
2841 guint32 maxw, maxh; in gst_v4l2_object_probe_caps_for_format() local
2855 maxw = MIN (size.stepwise.max_width, G_MAXINT); in gst_v4l2_object_probe_caps_for_format()
2863 (gint) maxw, "height", GST_TYPE_INT_RANGE, (gint) h, (gint) maxh, in gst_v4l2_object_probe_caps_for_format()
/third_party/ffmpeg/libavcodec/
Dffv1enc.c882 int maxw = (avctx->width + s->num_h_slices - 1) / s->num_h_slices; in encode_init() local
886 if (maxw * maxh * (int64_t)(s->bits_per_raw_sample+1) * plane_count > 8<<24) in encode_init()