Home
last modified time | relevance | path

Searched refs:eqmid (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/ldac/
Dgstldacenc.c91 static guint gst_ldac_enc_get_num_frames (guint eqmid, guint channels);
92 static guint gst_ldac_enc_get_frame_length (guint eqmid, guint channels);
153 self->eqmid = GST_LDAC_EQMID_SQ; in gst_ldac_enc_init()
166 self->eqmid = g_value_get_enum (value); in gst_ldac_enc_set_property()
182 g_value_set_enum (value, self->eqmid); in gst_ldac_enc_get_property()
235 gst_caps_set_simple (output_caps, "eqmid", G_TYPE_INT, enc->eqmid, NULL); in gst_ldac_enc_do_negotiate()
319 num_ldac_frames = gst_ldac_enc_get_num_frames (enc->eqmid, enc->channels); in gst_ldac_enc_set_format()
339 ldacBT_init_handle_encode (enc->ldac, GST_LDAC_MTU_REQUIRED, enc->eqmid, in gst_ldac_enc_set_format()
383 frame_len = gst_ldac_enc_get_frame_length (enc->eqmid, info->channels); in gst_ldac_enc_handle_frame()
525 enc->eqmid = GST_LDAC_EQMID_SQ; in gst_ldac_enc_stop()
[all …]
Dgstldacenc.h49 GstLdacEqmid eqmid; member
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpldacpay.c93 gst_rtp_ldac_pay_get_num_frames (gint eqmid, gint channels) in gst_rtp_ldac_pay_get_num_frames() argument
97 switch (eqmid) { in gst_rtp_ldac_pay_get_num_frames()
151 gint channels, eqmid, rate; in gst_rtp_ldac_pay_set_caps() local
170 if (!gst_structure_get_int (structure, "eqmid", &eqmid)) { in gst_rtp_ldac_pay_set_caps()
175 ldacpay->frame_count = gst_rtp_ldac_pay_get_num_frames (eqmid, channels); in gst_rtp_ldac_pay_set_caps()
/third_party/gstreamer/gstplugins_bad/
DChangeLog920 ldac: Set eqmid in caps
921 We set the eqmid in caps to be usable downstream by rtpldacpay for