Home
last modified time | relevance | path

Searched refs:gst_rtcp_packet_app_get_data_length (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtcpbuffer.h518 guint16 gst_rtcp_packet_app_get_data_length (GstRTCPPacket * packet);
Dgstrtcpbuffer.c2539 gst_rtcp_packet_app_get_data_length (GstRTCPPacket * packet) in gst_rtcp_packet_app_get_data_length() function
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtp.c1220 fail_unless_equals_int (gst_rtcp_packet_app_get_data_length (&packet), 2); in GST_START_TEST()
1231 fail_unless_equals_int (gst_rtcp_packet_app_get_data_length (&packet), 2); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpsession.c2379 gst_rtcp_packet_app_get_data_length (&rtcp_packet)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsession.c2702 data_length = gst_rtcp_packet_app_get_data_length (packet) * 4; in rtp_session_process_app()