H264_MAX_DPB_FRAMES  196 libavcodec/cbs_h264_syntax_template.c         ue(max_num_reorder_frames,  0, H264_MAX_DPB_FRAMES);
H264_MAX_DPB_FRAMES  197 libavcodec/cbs_h264_syntax_template.c         ue(max_dec_frame_buffering, 0, H264_MAX_DPB_FRAMES);
H264_MAX_DPB_FRAMES  212 libavcodec/cbs_h264_syntax_template.c             infer(max_num_reorder_frames,  H264_MAX_DPB_FRAMES);
H264_MAX_DPB_FRAMES  213 libavcodec/cbs_h264_syntax_template.c             infer(max_dec_frame_buffering, H264_MAX_DPB_FRAMES);
H264_MAX_DPB_FRAMES  253 libavcodec/cbs_h264_syntax_template.c         infer(max_num_reorder_frames,  H264_MAX_DPB_FRAMES);
H264_MAX_DPB_FRAMES  254 libavcodec/cbs_h264_syntax_template.c         infer(max_dec_frame_buffering, H264_MAX_DPB_FRAMES);
H264_MAX_DPB_FRAMES  341 libavcodec/cbs_h264_syntax_template.c     ue(max_num_ref_frames, 0, H264_MAX_DPB_FRAMES);
H264_MAX_DPB_FRAMES   79 libavcodec/h264.h     H264_MAX_REFS       = 2 * H264_MAX_DPB_FRAMES,
H264_MAX_DPB_FRAMES  235 libavcodec/h264_metadata_bsf.c                 sps->vui.max_dec_frame_buffering : H264_MAX_DPB_FRAMES;