Home
last modified time | relevance | path

Searched refs:GstRtpH263PayPic (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263pay.h51 typedef struct _GstRtpH263PayPic GstRtpH263PayPic; typedef
77 GstRtpH263PayPic *piclayer;
397 #define GST_H263_PICTURELAYER_PLSRC(buf) (((GstRtpH263PayPic *)(buf))->ptype_srcformat)
398 #define GST_H263_PICTURELAYER_PLTYPE(buf) (((GstRtpH263PayPic *)(buf))->ptype_pictype)
399 #define GST_H263_PICTURELAYER_PLUMV(buf) (((GstRtpH263PayPic *)(buf))->ptype_umvmode)
400 #define GST_H263_PICTURELAYER_PLSAC(buf) (((GstRtpH263PayPic *)(buf))->ptype_sacmode)
401 #define GST_H263_PICTURELAYER_PLAP(buf) (((GstRtpH263PayPic *)(buf))->ptype_apmode)
Dgstrtph263pay.c608 GstRtpH263PayPackage * package, GstRtpH263PayPic * piclayer) in gst_rtp_h263_pay_splat_header_A()
634 GstRtpH263PayPackage * package, GstRtpH263PayPic * piclayer) in gst_rtp_h263_pay_splat_header_B()
1684 context->piclayer = (GstRtpH263PayPic *) rtph263pay->data; in gst_rtp_h263_pay_flush()