Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/bluetooth/
Da2dp-codec-ldac-gst.c285 static void *init_common(enum a2dp_codec_type codec_type, bool for_encoding, bool for_backchannel, … in init_common() function
320 …return init_common(LDAC_EQMID_HQ, for_encoding, for_backchannel, config_buffer, config_size, sampl… in init_hq()
324 …return init_common(LDAC_EQMID_SQ, for_encoding, for_backchannel, config_buffer, config_size, sampl… in init_sq()
328 …return init_common(LDAC_EQMID_MQ, for_encoding, for_backchannel, config_buffer, config_size, sampl… in init_mq()
Da2dp-codec-aptx-gst.c395 static void *init_common(enum a2dp_codec_type codec_type, bool for_encoding, bool for_backchannel, … in init_common() function
432 …return init_common(APTX, for_encoding, for_backchannel, config_buffer, config_size, sample_spec, c… in init()
436 …return init_common(APTX_HD, for_encoding, for_backchannel, config_buffer, config_size, sample_spec… in init_hd()
/third_party/pulseaudio/src/modules/echo-cancel/
Dmodule-echo-cancel.c1675 static int init_common(pa_modargs *ma, struct userdata *u, pa_sample_spec *source_ss, pa_channel_ma… in init_common() function
1829 if (init_common(ma, u, &source_ss, &source_map) < 0) in pa__init()
2275 if (init_common(ma, &u, &source_ss, &source_map) < 0) in main()