Searched refs:vps_id (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevc_ps.c | 113 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 …]
|
D | hevc_ps.h | 154 unsigned vps_id; member
|
D | qsvenc_hevc.c | 128 ret = ff_hevc_encode_nal_vps(&vps, sps.vps_id, vps_rbsp_buf, sizeof(vps_rbsp_buf)); in generate_fake_vps()
|
D | hevc_parser.c | 89 ps->vps = (HEVCVPS*)ps->vps_list[ps->sps->vps_id]->data; in hevc_parse_slice_header()
|
D | hevcdec.c | 321 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/ |
D | gstrtph265depay.c | 680 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/ |
D | gsth265parser.c | 194 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()
|