Searched refs:test_data_short_frame (Results 1 – 1 of 1) sorted by relevance
31 guint8 test_data_short_frame[] = { 0xff, 0xd8, 0xff, 0xd9 }; variable199 buffer_in = make_buffers_in (buffer_in, test_data_short_frame); in GST_START_TEST()206 buffer_out = make_buffers_out (buffer_out, test_data_short_frame); in GST_START_TEST()231 total_size += sizeof (test_data_short_frame); in GST_START_TEST()241 gst_buffer_fill (buffer, offset, test_data_short_frame, in GST_START_TEST()242 sizeof (test_data_short_frame)); in GST_START_TEST()243 offset += sizeof (test_data_short_frame); in GST_START_TEST()266 buffer_out = make_buffers_out (buffer_out, test_data_short_frame); in GST_START_TEST()