Searched refs:max_dpb_frames (Results 1 – 3 of 3) sorted by relevance
108 int max_dpb_frames = in ff_h264_guess_level() local110 if (max_dec_frame_buffering > max_dpb_frames) in ff_h264_guess_level()
2397 gint max_dpb_frames; in gst_h264_decoder_process_sps() local2439 max_dpb_frames = MIN (max_dpb_mbs / (width_mb * height_mb), in gst_h264_decoder_process_sps()2444 max_dpb_frames = MAX (1, sps->vui_parameters.max_dec_frame_buffering); in gst_h264_decoder_process_sps()2453 max_dpb_size = MAX (max_dpb_frames, sps->num_ref_frames); in gst_h264_decoder_process_sps()
23185 codecs: h264decoder: update max_dpb_frames only if VUI is present23187 max_dpb_frames is zero (max_dpb_mbs is less than size mb). In order to