Searched refs:recvseg (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | streamsynchronizer.c | 127 const GstSegment *recvseg, *expectseg; in my_sink_event() local 130 gst_event_parse_segment (event, &recvseg); in my_sink_event() 133 fail_unless_equals_int (recvseg->format, expectseg->format); in my_sink_event() 134 fail_unless_equals_uint64 (recvseg->base, expectseg->base); in my_sink_event() 135 fail_unless_equals_uint64 (recvseg->offset, expectseg->offset); in my_sink_event() 136 fail_unless_equals_uint64 (recvseg->start, expectseg->start); in my_sink_event() 137 fail_unless_equals_uint64 (recvseg->stop, expectseg->stop); in my_sink_event() 138 fail_unless_equals_uint64 (recvseg->time, expectseg->time); in my_sink_event() 139 fail_unless_equals_uint64 (recvseg->position, expectseg->position); in my_sink_event() 140 fail_unless_equals_uint64 (recvseg->duration, expectseg->duration); in my_sink_event()
|
D | appsrc.c | 634 const GstSegment *recvseg, *expectseg; in appsrc_pad_probe() local 637 gst_event_parse_segment (ev, &recvseg); in appsrc_pad_probe() 640 fail_unless_equals_int (recvseg->format, expectseg->format); in appsrc_pad_probe() 641 fail_unless_equals_uint64 (recvseg->offset, expectseg->offset); in appsrc_pad_probe() 642 fail_unless_equals_uint64 (recvseg->start, expectseg->start); in appsrc_pad_probe() 643 fail_unless_equals_uint64 (recvseg->stop, expectseg->stop); in appsrc_pad_probe() 644 fail_unless_equals_uint64 (recvseg->time, expectseg->time); in appsrc_pad_probe()
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | streamiddemux.c | 286 const GstSegment *recvseg, *expectseg; in sink_event_func() local 291 gst_event_parse_segment (event, &recvseg); in sink_event_func() 294 fail_unless_equals_uint64 (recvseg->position, expectseg->position); in sink_event_func()
|