Home
last modified time | relevance | path

Searched refs:GstRtpH263PayBoundry (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263pay.c384 static void gst_rtp_h263_pay_boundry_init (GstRtpH263PayBoundry * boundry,
386 static GstRtpH263PayGob *gst_rtp_h263_pay_gob_new (GstRtpH263PayBoundry *
388 static GstRtpH263PayMB *gst_rtp_h263_pay_mb_new (GstRtpH263PayBoundry * boundry,
597 gst_rtp_h263_pay_boundry_init (GstRtpH263PayBoundry * boundry, in gst_rtp_h263_pay_boundry_init()
685 GstRtpH263PayBoundry * boundry) in gst_rtp_h263_pay_gobfinder()
727 gst_rtp_h263_pay_gob_new (GstRtpH263PayBoundry * boundry, guint gobn) in gst_rtp_h263_pay_gob_new()
967 GstRtpH263PayBoundry boundry; in gst_rtp_h263_pay_B_mbfinder()
1247 gst_rtp_h263_pay_mb_new (GstRtpH263PayBoundry * boundry, guint mba) in gst_rtp_h263_pay_mb_new()
1374 guint last, GstRtpH263PayBoundry * boundry) in gst_rtp_h263_pay_B_fragment_push()
1437 GstRtpH263PayBoundry boundry; in gst_rtp_h263_pay_mode_B_fragment()
[all …]
Dgstrtph263pay.h54 typedef struct _GstRtpH263PayBoundry GstRtpH263PayBoundry; typedef
/third_party/gstreamer/gstplugins_good/
DChangeLog120754 Fix memory leak of GstRtpH263PayBoundry objects.