Home
last modified time | relevance | path

Searched refs:avtpcrfbase (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Davtpcrfbase.c57 GstAvtpCrfBase *avtpcrfbase = g_object_new (GST_TYPE_AVTP_CRF_BASE, NULL); in GST_START_TEST() local
59 GstAvtpCrfThreadData *thread_data = &avtpcrfbase->thread_data; in GST_START_TEST()
62 avtpcrfbase->streamid = 0xABCD1234ABCD1234; in GST_START_TEST()
65 validate_crf_pdu (avtpcrfbase, crf_pdu, in GST_START_TEST()
77 gst_object_unref (avtpcrfbase); in GST_START_TEST()
84 GstAvtpCrfBase *avtpcrfbase = g_object_new (GST_TYPE_AVTP_CRF_BASE, NULL); in GST_START_TEST() local
87 GstAvtpCrfThreadData *thread_data = &avtpcrfbase->thread_data; in GST_START_TEST()
90 avtpcrfbase->streamid = 0xABCD1234ABCD1234; in GST_START_TEST()
93 validate_crf_pdu (avtpcrfbase, crf_pdu1, in GST_START_TEST()
105 validate_crf_pdu (avtpcrfbase, crf_pdu2, in GST_START_TEST()
[all …]
Davtpcrfsync.c135 validate_tstamps (GstAvtpCrfBase * avtpcrfbase, GstBuffer * buf, in validate_tstamps() argument
149 tstamp = get_avtp_tstamp (avtpcrfbase, pdu); in validate_tstamps()
165 GstAvtpCrfBase *avtpcrfbase; in test_crf_tstamps() local
168 avtpcrfbase = (GstAvtpCrfBase *) gst_harness_find_element (h, "avtpcrfsync"); in test_crf_tstamps()
173 validate_tstamps (avtpcrfbase, bufout, expected); in test_crf_tstamps()
175 gst_object_unref (avtpcrfbase); in test_crf_tstamps()
261 GstAvtpCrfBase *avtpcrfbase; in GST_START_TEST() local
268 avtpcrfbase = (GstAvtpCrfBase *) gst_harness_find_element (h, "avtpcrfsync"); in GST_START_TEST()
269 avtpcrfbase->thread_data.average_period = 3300; in GST_START_TEST()
270 avtpcrfbase->thread_data.current_ts = 110000; in GST_START_TEST()
[all …]
Davtpcrfcheck.c173 GstAvtpCrfBase *avtpcrfbase; in GST_START_TEST() local
180 avtpcrfbase = (GstAvtpCrfBase *) gst_harness_find_element (h, "avtpcrfcheck"); in GST_START_TEST()
181 avtpcrfbase->thread_data.average_period = 3300; in GST_START_TEST()
182 avtpcrfbase->thread_data.current_ts = 110000; in GST_START_TEST()
183 gst_object_unref (avtpcrfbase); in GST_START_TEST()
198 GstAvtpCrfBase *avtpcrfbase; in GST_START_TEST() local
205 avtpcrfbase = (GstAvtpCrfBase *) gst_harness_find_element (h, "avtpcrfcheck"); in GST_START_TEST()
206 avtpcrfbase->thread_data.average_period = 3300; in GST_START_TEST()
207 avtpcrfbase->thread_data.current_ts = 110000; in GST_START_TEST()
208 gst_object_unref (avtpcrfbase); in GST_START_TEST()
[all …]
Davtpcrfutil.c72 GstAvtpCrfBase *avtpcrfbase = g_object_new (GST_TYPE_AVTP_CRF_BASE, NULL); in GST_START_TEST() local
79 tstamp = get_avtp_tstamp (avtpcrfbase, &pdu); in GST_START_TEST()
83 tstamp = get_avtp_tstamp (avtpcrfbase, &pdu); in GST_START_TEST()
89 tstamp = get_avtp_tstamp (avtpcrfbase, &pdu); in GST_START_TEST()
93 tstamp = get_avtp_tstamp (avtpcrfbase, &pdu); in GST_START_TEST()
98 tstamp = get_avtp_tstamp (avtpcrfbase, &pdu); in GST_START_TEST()
101 g_object_unref (avtpcrfbase); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcrfbase.c75 static void crf_listener_thread_func (GstAvtpCrfBase * avtpcrfbase);
120 gst_avtp_crf_base_init (GstAvtpCrfBase * avtpcrfbase) in gst_avtp_crf_base_init() argument
122 avtpcrfbase->streamid = DEFAULT_STREAMID; in gst_avtp_crf_base_init()
123 avtpcrfbase->ifname = g_strdup (DEFAULT_IFNAME); in gst_avtp_crf_base_init()
124 avtpcrfbase->address = g_strdup (DEFAULT_ADDRESS); in gst_avtp_crf_base_init()
130 GstAvtpCrfBase *avtpcrfbase = GST_AVTP_CRF_BASE (element); in gst_avtp_crf_base_change_state() local
131 GstAvtpCrfThreadData *thread_data = &avtpcrfbase->thread_data; in gst_avtp_crf_base_change_state()
135 GST_DEBUG_OBJECT (avtpcrfbase, "transition %d", transition); in gst_avtp_crf_base_change_state()
146 (GThreadFunc) crf_listener_thread_func, avtpcrfbase, &error); in gst_avtp_crf_base_change_state()
149 GST_ERROR_OBJECT (avtpcrfbase, "failed to start thread, %s", in gst_avtp_crf_base_change_state()
[all …]
Dgstavtpcrfcheck.c144 GstAvtpCrfBase *avtpcrfbase = GST_AVTP_CRF_BASE (parent); in post_qos_message() local
146 gst_segment_to_running_time (&avtpcrfbase->element.segment, in post_qos_message()
149 gst_segment_to_running_time (&avtpcrfbase->element.segment, in post_qos_message()
163 GstAvtpCrfBase *avtpcrfbase = GST_AVTP_CRF_BASE (parent); in gst_avtp_crf_check_transform_ip() local
164 GstAvtpCrfCheck *avtpcrfcheck = GST_AVTP_CRF_CHECK (avtpcrfbase); in gst_avtp_crf_check_transform_ip()
165 GstAvtpCrfThreadData *thread_data = &avtpcrfbase->thread_data; in gst_avtp_crf_check_transform_ip()
223 tstamp = get_avtp_tstamp (avtpcrfbase, pdu); in gst_avtp_crf_check_transform_ip()
Dgstavtpcrfsync.c142 GstAvtpCrfBase *avtpcrfbase = GST_AVTP_CRF_BASE (parent); in gst_avtp_crf_sync_transform_ip() local
143 GstAvtpCrfSync *avtpcrfsync = GST_AVTP_CRF_SYNC (avtpcrfbase); in gst_avtp_crf_sync_transform_ip()
144 GstAvtpCrfThreadData *thread_data = &avtpcrfbase->thread_data; in gst_avtp_crf_sync_transform_ip()
203 tstamp = get_avtp_tstamp (avtpcrfbase, pdu); in gst_avtp_crf_sync_transform_ip()
Dgstavtpcrfutil.c56 get_avtp_tstamp (GstAvtpCrfBase * avtpcrfbase, struct avtp_stream_pdu * pdu) in get_avtp_tstamp() argument
86 GST_INFO_OBJECT (avtpcrfbase, "type 0x%x not supported.\n", type); in get_avtp_tstamp()
Dgstavtpcrfutil.h28 GstClockTime get_avtp_tstamp (GstAvtpCrfBase * avtpcrfbase,
Dgstavtpcrfsync.h43 GstAvtpCrfBase avtpcrfbase; member
Dgstavtpcrfcheck.h43 GstAvtpCrfBase avtpcrfbase; member
/third_party/gstreamer/gstplugins_bad/tests/check/
Dmeson.build104 [['elements/avtpcrfbase.c'], not avtp_dep.found(), [avtp_dep]],
/third_party/gstreamer/gstplugins_bad/
DChangeLog2586 * tests/check/elements/avtpcrfbase.c:
2595 * tests/check/elements/avtpcrfbase.c:
2602 * tests/check/elements/avtpcrfbase.c:
24630 * tests/check/elements/avtpcrfbase.c:
25983 * tests/check/elements/avtpcrfbase.c: