Lines Matching refs:max_width
92 UINT max_width; member
383 guint max_width = 0; member
638 guint max_width, max_height; in gst_d3d11_av1_dec_new_sequence() local
661 max_width = seq_hdr->max_frame_width_minus_1 + 1; in gst_d3d11_av1_dec_new_sequence()
664 if (inner->max_width != max_width || inner->max_height != max_height) { in gst_d3d11_av1_dec_new_sequence()
666 inner->max_width, inner->max_height, max_width, max_height); in gst_d3d11_av1_dec_new_sequence()
667 inner->max_width = max_width; in gst_d3d11_av1_dec_new_sequence()
686 out_format, inner->max_width, inner->max_height); in gst_d3d11_av1_dec_new_sequence()
689 decoder->input_state, &info, (gint) inner->max_width, in gst_d3d11_av1_dec_new_sequence()
805 pic_params->max_width = seq_hdr->max_frame_width_minus_1 + 1; in gst_d3d11_av1_dec_start_picture()
1273 guint max_width = 0; in gst_d3d11_av1_dec_register() local
1301 max_width = gst_dxva_resolutions[i].width; in gst_d3d11_av1_dec_register()
1305 "device support resolution %dx%d", max_width, max_height); in gst_d3d11_av1_dec_register()
1311 if (max_width == 0 || max_height == 0) { in gst_d3d11_av1_dec_register()
1343 resolution = MAX (max_width, max_height); in gst_d3d11_av1_dec_register()