Home
last modified time | relevance | path

Searched refs:vps_id (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_ps.c113 if (s->sps_list[i] && ((HEVCSPS*)s->sps_list[i]->data)->vps_id == id) in remove_vps()
462 int vps_id = 0; in ff_hevc_decode_nal_vps() local
484 vps_id = get_bits(gb, 4); in ff_hevc_decode_nal_vps()
569 if (ps->vps_list[vps_id]) in ff_hevc_decode_nal_vps()
573 if (ps->vps_list[vps_id] && in ff_hevc_decode_nal_vps()
574 !memcmp(ps->vps_list[vps_id]->data, vps_buf->data, vps_buf->size)) { in ff_hevc_decode_nal_vps()
577 remove_vps(ps, vps_id); in ff_hevc_decode_nal_vps()
578 ps->vps_list[vps_id] = vps_buf; in ff_hevc_decode_nal_vps()
919 sps->vps_id = get_bits(gb, 4); in ff_hevc_parse_sps()
921 if (vps_list && !vps_list[sps->vps_id]) { in ff_hevc_parse_sps()
[all …]
Dhevc_ps.h154 unsigned vps_id; member
Dqsvenc_hevc.c128 ret = ff_hevc_encode_nal_vps(&vps, sps.vps_id, vps_rbsp_buf, sizeof(vps_rbsp_buf)); in generate_fake_vps()
Dhevc_parser.c89 ps->vps = (HEVCVPS*)ps->vps_list[ps->sps->vps_id]->data; in hevc_parse_slice_header()
Dhevcdec.c321 const HEVCVPS *vps = (const HEVCVPS*)ps->vps_list[sps->vps_id]->data; in export_stream_params()
525 s->ps.vps = (HEVCVPS*) s->ps.vps_list[s->ps.sps->vps_id]->data; in set_sps()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph265depay.c680 guint32 vps_id = (map.data[2] >> 4) & 0x0f; in gst_rtp_h265_add_vps_sps_pps() local
690 if (vps_id == tmp_vps_id) { in gst_rtp_h265_add_vps_sps_pps()
693 GST_LOG_OBJECT (rtph265, "Unchanged VPS %u, not updating", vps_id); in gst_rtp_h265_add_vps_sps_pps()
700 GST_LOG_OBJECT (rtph265, "Modified VPS %u, replacing", vps_id); in gst_rtp_h265_add_vps_sps_pps()
706 GST_LOG_OBJECT (rtph265, "Adding new VPS %u", vps_id); in gst_rtp_h265_add_vps_sps_pps()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.c194 gst_h265_parser_get_vps (GstH265Parser * parser, guint8 vps_id) in gst_h265_parser_get_vps() argument
198 vps = &parser->vps[vps_id]; in gst_h265_parser_get_vps()
1829 guint8 vps_id; in gst_h265_parse_sps() local
1842 READ_UINT8 (&nr, vps_id, 4); in gst_h265_parse_sps()
1843 vps = gst_h265_parser_get_vps (parser, vps_id); in gst_h265_parse_sps()
1846 vps_id); in gst_h265_parse_sps()