Searched refs:num_vps (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph265depay.c | 410 guint num_vps = rtph265depay->vps->len; in gst_rtp_h265_set_src_caps() local 432 num_arrays = (num_vps > 0) + (num_sps > 0) + (num_pps > 0); in gst_rtp_h265_set_src_caps() 436 for (i = 0; i < num_vps; i++) in gst_rtp_h265_set_src_caps() 444 "constructing codec_data: num_vps =%d num_sps=%d, num_pps=%d", num_vps, in gst_rtp_h265_set_src_caps() 528 if (num_vps > 0) { in gst_rtp_h265_set_src_caps() 533 GST_WRITE_UINT16_BE (data, num_vps); in gst_rtp_h265_set_src_caps() 536 for (i = 0; i < num_vps; i++) { in gst_rtp_h265_set_src_caps()
|
D | gstrtph265pay.c | 614 guint num_vps, num_sps, num_pps; in gst_rtp_h265_pay_setcaps() local 691 num_vps = data[0] << 8 | data[1]; in gst_rtp_h265_pay_setcaps() 695 for (i = 0; i < num_vps; i++) { in gst_rtp_h265_pay_setcaps()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth265parse.c | 1408 guint num_vps = 0, num_sps = 0, num_pps = 0; in gst_h265_parse_make_codec_data() local 1422 num_vps++; in gst_h265_parse_make_codec_data() 1427 if (num_vps > 0) in gst_h265_parse_make_codec_data() 1452 "constructing codec_data: num_vps =%d num_sps=%d, num_pps=%d", num_vps, in gst_h265_parse_make_codec_data() 1528 if (num_vps > 0) { in gst_h265_parse_make_codec_data() 1533 GST_WRITE_UINT16_BE (data, num_vps); in gst_h265_parse_make_codec_data()
|
/third_party/ffmpeg/libavcodec/ |
D | videotoolbox.c | 185 int i, num_vps = 0, num_sps = 0, num_pps = 0; in ff_videotoolbox_hvcc_extradata_create() local
|