Searched refs:test_data_entropy (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | jpegparse.c | 37 guint8 test_data_entropy[] = { 0xff, 0xd8, 0xff, 0xda, 0x00, 0x04, 0x22, 0x33, variable 203 buffer_in = make_buffers_in (buffer_in, test_data_entropy); in GST_START_TEST() 208 buffer_out = make_buffers_out (buffer_out, test_data_entropy); in GST_START_TEST() 235 total_size += sizeof (test_data_entropy); in GST_START_TEST() 252 gst_buffer_fill (buffer, offset, test_data_entropy, in GST_START_TEST() 253 sizeof (test_data_entropy)); in GST_START_TEST() 254 offset += sizeof (test_data_entropy); in GST_START_TEST() 268 buffer_out = make_buffers_out (buffer_out, test_data_entropy); in GST_START_TEST()
|