Searched refs:max_w (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vsrc_life.c | 167 int ret, i, i0, j, h = 0, w, max_w = 0; in init_pattern_from_file() local 178 h++; max_w = FFMAX(w, max_w); w = 0; in init_pattern_from_file() 183 av_log(ctx, AV_LOG_DEBUG, "h:%d max_w:%d\n", h, max_w); in init_pattern_from_file() 186 if (max_w > life->w || h > life->h) { in init_pattern_from_file() 189 life->w, life->h, max_w, h); in init_pattern_from_file() 194 life->w = max_w; in init_pattern_from_file() 208 for (j = (life->w - max_w)/2;; j++) { in init_pattern_from_file()
|
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/ |
D | gstdshow.cpp | 649 gint min_w, max_w; in gst_dshow_new_video_caps() local 717 max_w = pin_mediatype->vscc.MaxOutputSize.cx; in gst_dshow_new_video_caps() 723 if (min_w == max_w) in gst_dshow_new_video_caps() 727 "width", GST_TYPE_INT_RANGE, min_w, max_w, NULL); in gst_dshow_new_video_caps()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvcontext.c | 108 gulong max_w = G_MAXINT, max_h = G_MAXINT; in gst_xvcontext_get_xv_support() local 259 max_w = encodings[i].width; in gst_xvcontext_get_xv_support() 296 "width", GST_TYPE_INT_RANGE, 1, max_w, in gst_xvcontext_get_xv_support() 311 "width", GST_TYPE_INT_RANGE, 1, max_w, in gst_xvcontext_get_xv_support()
|
/third_party/rust/crates/clap/src/builder/ |
D | command.rs | 94 max_w: Option<usize>, field 1106 self.max_w = Some(w); in max_term_width() 3756 self.max_w in get_max_term_width() 4226 sc.max_w = self.max_w; in _propagate_subcommand() 4648 max_w: Default::default(), in default()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2object.c | 2919 gint min_w, max_w, min_h, max_h, fix_num = 0, fix_denom = 0; in gst_v4l2_object_probe_caps_for_format() local 2923 max_w = max_h = GST_V4L2_MAX_SIZE; in gst_v4l2_object_probe_caps_for_format() 2930 if (!gst_v4l2_object_get_nearest_size (v4l2object, pixelformat, &max_w, in gst_v4l2_object_probe_caps_for_format() 2938 if (max_w == 0 || max_h == 0) in gst_v4l2_object_probe_caps_for_format() 2939 max_w = max_h = GST_V4L2_MAX_SIZE; in gst_v4l2_object_probe_caps_for_format() 2971 if (min_w == max_w) in gst_v4l2_object_probe_caps_for_format() 2972 gst_structure_set (tmp, "width", G_TYPE_INT, max_w, NULL); in gst_v4l2_object_probe_caps_for_format() 2974 gst_structure_set (tmp, "width", GST_TYPE_INT_RANGE, min_w, max_w, NULL); in gst_v4l2_object_probe_caps_for_format() 2984 gst_v4l2_object_add_interlace_mode (v4l2object, tmp, max_w, max_h, in gst_v4l2_object_probe_caps_for_format() 2989 if (v4l2object->info.width >= min_w && v4l2object->info.width <= max_w && in gst_v4l2_object_probe_caps_for_format() [all …]
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_cmd_buffer.c | 1128 uint32_t max_w = u_minify(image->vk.extent.width, range->baseMipLevel); in dzn_cmd_buffer_clear_rects_with_copy() local 1130 uint32_t row_pitch = ALIGN_NPOT(max_w * blksize, fill_step); in dzn_cmd_buffer_clear_rects_with_copy() 1163 .Width = max_w, in dzn_cmd_buffer_clear_rects_with_copy() 1166 .RowPitch = (UINT)ALIGN_NPOT(max_w * blksize, fill_step), in dzn_cmd_buffer_clear_rects_with_copy()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 48794 from min_w to max_w with step_w and same for heights.
|