Searched refs:mulawenc (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/law/ |
D | mulaw-encode.c | 76 static void gst_mulawenc_set_tags (GstMuLawEnc * mulawenc); 81 GST_ELEMENT_REGISTER_DEFINE (mulawenc, "mulawenc", GST_RANK_PRIMARY, 89 GstMuLawEnc *mulawenc = GST_MULAWENC (audioenc); in gst_mulawenc_start() local 91 mulawenc->channels = 0; in gst_mulawenc_start() 92 mulawenc->rate = 0; in gst_mulawenc_start() 99 gst_mulawenc_set_tags (GstMuLawEnc * mulawenc) in gst_mulawenc_set_tags() argument 105 bitrate = 8 * mulawenc->rate * mulawenc->channels; in gst_mulawenc_set_tags() 115 gst_audio_encoder_merge_tags (GST_AUDIO_ENCODER (mulawenc), in gst_mulawenc_set_tags() 127 GstMuLawEnc *mulawenc = GST_MULAWENC (audioenc); in gst_mulawenc_set_format() local 130 mulawenc->rate = info->rate; in gst_mulawenc_set_format() [all …]
|
D | mulaw.c | 36 ret |= GST_ELEMENT_REGISTER (mulawenc, plugin); in plugin_init()
|
D | mulaw-encode.h | 56 GST_ELEMENT_REGISTER_DECLARE (mulawenc);
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | mulawenc.c | 27 static GstElement *mulawenc = NULL; variable 56 mulawenc = gst_check_setup_element ("mulawenc"); in mulawenc_setup() 58 mysrcpad = gst_check_setup_src_pad (mulawenc, &srctemplate); in mulawenc_setup() 59 mysinkpad = gst_check_setup_sink_pad (mulawenc, &sinktemplate); in mulawenc_setup() 64 gst_check_setup_events (mysrcpad, mulawenc, src_caps, GST_FORMAT_TIME); in mulawenc_setup() 84 gst_check_teardown_src_pad (mulawenc); in mulawenc_teardown() 85 gst_check_teardown_sink_pad (mulawenc); in mulawenc_teardown() 86 gst_check_teardown_element (mulawenc); in mulawenc_teardown() 87 mulawenc = NULL; in mulawenc_teardown() 121 fail_unless (gst_element_set_state (mulawenc, GST_STATE_PLAYING) == in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/ |
D | meson.build | 45 [ 'elements/mulawenc' ],
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | mimetypes | 364 Encoder: mulawenc
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | porting-list-0.11.txt | 165 * -good mulaw: mulawenc: Mu Law audio encoder
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 39152 Elements: speexenc, wavpackenc, mulawenc, alawenc 46799 * tests/check/elements/mulawenc.c: 46800 tests: fix mulawdec/mulawenc test for big endian systems 61449 * tests/check/elements/mulawenc.c: 62114 * tests/check/elements/mulawenc.c: 62122 * tests/check/elements/mulawenc.c: 62123 mulawenc: change to gstaudioencoder base, added bitrate tags
|