Searched refs:h264_sps (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | h264parse.c | 81 static guint8 h264_sps[] = { variable 338 frame_sps_len = sizeof (h264_sps); in verify_h264parse_compatible_caps() 340 memcpy (frame_sps, h264_sps, frame_sps_len); in verify_h264parse_compatible_caps() 726 data = h264_sps; in verify_buffer_packetized() 727 size = sizeof (h264_sps); in verify_buffer_packetized() 1263 h264_sps, sizeof (h264_sps), h264_pps, sizeof (h264_pps), in GST_START_TEST() 1486 ctx_headers[0].data = h264_sps; in main() 1487 ctx_headers[0].size = sizeof (h264_sps); in main()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtph264.c | 682 static guint8 h264_sps[] = { variable 764 ret = gst_harness_push (h, wrap_static_buffer (h264_sps, sizeof (h264_sps))); in GST_START_TEST() 1286 buffer = wrap_static_buffer_with_pts (h264_sps, sizeof (h264_sps), 0); in GST_START_TEST() 1308 (2 + sizeof (h264_sps) - 4) + in GST_START_TEST()
|