HEVC_NAL_VPS      965 libavcodec/cbs_h2645.c     case HEVC_NAL_VPS:
HEVC_NAL_VPS     1288 libavcodec/cbs_h2645.c     case HEVC_NAL_VPS:
HEVC_NAL_VPS     1431 libavcodec/cbs_h2645.c              (unit->type == HEVC_NAL_VPS ||
HEVC_NAL_VPS      427 libavcodec/cbs_h265_syntax_template.c     CHECK(FUNC(nal_unit_header)(ctx, rw, &current->nal_unit_header, HEVC_NAL_VPS));
HEVC_NAL_VPS      140 libavcodec/extract_extradata_bsf.c         HEVC_NAL_VPS, HEVC_NAL_SPS, HEVC_NAL_PPS,
HEVC_NAL_VPS      172 libavcodec/extract_extradata_bsf.c                 if (nal->type == HEVC_NAL_VPS) has_vps = 1;
HEVC_NAL_VPS       91 libavcodec/h265_metadata_bsf.c         if (unit->type == HEVC_NAL_VPS) {
HEVC_NAL_VPS      363 libavcodec/h265_metadata_bsf.c         if (au->units[i].type == HEVC_NAL_VPS) {
HEVC_NAL_VPS      465 libavcodec/h265_metadata_bsf.c         if (au->units[i].type == HEVC_NAL_VPS) {
HEVC_NAL_VPS      514 libavcodec/h265_metadata_bsf.c             if (au->units[i].type == HEVC_NAL_VPS) {
HEVC_NAL_VPS       59 libavcodec/hevc_mp4toannexb_bsf.c         if (!(type == HEVC_NAL_VPS || type == HEVC_NAL_SPS || type == HEVC_NAL_PPS ||
HEVC_NAL_VPS       45 libavcodec/hevc_parse.c         case HEVC_NAL_VPS:
HEVC_NAL_VPS      212 libavcodec/hevc_parser.c         case HEVC_NAL_VPS:
HEVC_NAL_VPS      278 libavcodec/hevc_parser.c         if ((nut >= HEVC_NAL_VPS && nut <= HEVC_NAL_EOB_NUT) || nut == HEVC_NAL_SEI_PREFIX ||
HEVC_NAL_VPS      354 libavcodec/hevc_parser.c         if (nut == HEVC_NAL_VPS)
HEVC_NAL_VPS     2870 libavcodec/hevcdec.c     case HEVC_NAL_VPS:
HEVC_NAL_VPS      139 libavcodec/qsvenc_hevc.c     bytestream2_put_byte(&pbc, HEVC_NAL_VPS << 1); // NAL
HEVC_NAL_VPS      301 libavcodec/vaapi_encode_h265.c         .nal_unit_type         = HEVC_NAL_VPS,
HEVC_NAL_VPS      707 libavformat/hevc.c     if (nal_type == HEVC_NAL_VPS || nal_type == HEVC_NAL_SPS || nal_type == HEVC_NAL_PPS)
HEVC_NAL_VPS      741 libavformat/hevc.c     case HEVC_NAL_VPS:
HEVC_NAL_VPS      750 libavformat/hevc.c         else if (nal_type == HEVC_NAL_VPS)
HEVC_NAL_VPS      888 libavformat/hevc.c         case HEVC_NAL_VPS:
HEVC_NAL_VPS     1025 libavformat/hevc.c         case HEVC_NAL_VPS:
HEVC_NAL_VPS     1105 libavformat/hevc.c         case HEVC_NAL_VPS:
HEVC_NAL_VPS       46 libavformat/hevcdec.c             case HEVC_NAL_VPS:        vps++;  break;