Searched refs:h265_pps (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | h265parse.c | 66 static const guint8 h265_pps[] = { variable 978 h265_sps, sizeof (h265_sps), h265_pps, sizeof (h265_pps), in GST_START_TEST() 1011 h265_sps, sizeof (h265_sps), h265_pps, sizeof (h265_pps), h265_idr, 5); in GST_START_TEST() 1111 ctx_headers[2].data = h265_pps; in main() 1112 ctx_headers[2].size = sizeof (h265_pps); in main()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtph265.c | 440 static guint8 h265_pps[] = { variable 965 buffer = wrap_static_buffer_with_pts (h265_pps, sizeof (h265_pps), 0); in GST_START_TEST() 984 (2 + sizeof (h265_pps) - 4) + (2 + sizeof (h265_idr_slice_1) - 4)); in GST_START_TEST() 1042 buffer = wrap_static_buffer_with_pts (h265_pps, sizeof (h265_pps), 0); in GST_START_TEST() 1061 (2 + sizeof (h265_pps) - 4) + (2 + sizeof (h265_idr_slice_1) - 4)); in GST_START_TEST()
|