Searched refs:DEFAULT_PT (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpreddec.c | 80 #define DEFAULT_PT UNDEF_PT macro 515 self->pt = DEFAULT_PT; in gst_rtp_red_dec_init() 635 MIN_PT, MAX_PT, DEFAULT_PT, in gst_rtp_red_dec_class_init() 659 DEFAULT_PT, in gst_rtp_red_dec_class_init()
|
D | gstrtpredenc.c | 76 #define DEFAULT_PT (0) macro 476 self->pt = DEFAULT_PT; in gst_rtp_red_enc_init() 563 0, 127, DEFAULT_PT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_rtp_red_enc_class_init()
|
D | gstrtpulpfecenc.c | 107 #define DEFAULT_PT UNDEF_PT macro 809 "The payload type of FEC packets", 0, 255, DEFAULT_PT, in gst_rtp_ulpfec_enc_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/dtmf/ |
D | gstrtpdtmfsrc.c | 93 #define DEFAULT_PT 96 macro 222 0, 0x80, DEFAULT_PT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_rtp_dtmf_src_class_init() 262 object->pt = DEFAULT_PT; in gst_rtp_dtmf_src_init()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpst2022-1-fecenc.c | 100 #define DEFAULT_PT 96 macro 740 255, DEFAULT_PT, in gst_rtpst_2022_1_fecenc_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbasepayload.c | 102 #define DEFAULT_PT 96 macro 284 "The payload type of the packets", 0, 0x7f, DEFAULT_PT, in gst_rtp_base_payload_class_init() 538 rtpbasepayload->pt = DEFAULT_PT; in gst_rtp_base_payload_init()
|