gapk/src
Vadim Yanitskiy f496a998e5 procqueue: allocate an output buffer as named chunk
The talloc_size() call sets the current file name and the current
line number as name for chunk being allocated. This combination
is not so informative during debugging, so let's use the static
'.buffer' string as context name for item's output buffer.
2017-12-31 12:20:59 +01:00
..
Makefile.am libosmogapk: rename the 'logging.c' to 'common.c' 2017-12-31 12:20:59 +01:00
app_osmo_gapk.c procqueue: separate queue check function 2017-12-31 12:20:59 +01:00
benchmark.c libosmogapk: introduce the internal root talloc context 2017-12-31 12:20:59 +01:00
codec_amr.c libosmogapk: introduce the internal root talloc context 2017-12-31 12:20:59 +01:00
codec_efr.c libosmogapk: introduce the internal root talloc context 2017-12-31 12:20:59 +01:00
codec_fr.c benchmark: move benchmark impl to a private header 2017-12-31 12:20:59 +01:00
codec_hr.c benchmark: move benchmark impl to a private header 2017-12-31 12:20:59 +01:00
codec_pcm.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
codecs.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
common.c libosmogapk: drop an 'osmo' prefix from internal log variables 2017-12-31 12:20:59 +01:00
fmt_amr.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_amr_opencore.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_gsm.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_hr_ref.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_racal.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_rawpcm.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_rtp_amr.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_rtp_efr.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_rtp_hr_etsi.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_rtp_hr_ietf.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
fmt_ti.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
formats.c Add an 'osmo_gapk' prefix to the exposed symbols 2017-12-31 12:20:59 +01:00
libosmogapk.map src/libosmogapk.map: export osmo_gapk_* with a wilcard 2017-12-31 12:20:59 +01:00
pq_alsa.c procqueue: use queue / item names in logging 2017-12-31 12:20:59 +01:00
pq_codec.c procqueue: use queue / item names in logging 2017-12-31 12:20:59 +01:00
pq_file.c procqueue: use queue / item names in logging 2017-12-31 12:20:59 +01:00
pq_format.c procqueue: use queue / item names in logging 2017-12-31 12:20:59 +01:00
pq_rtp.c procqueue: use queue / item names in logging 2017-12-31 12:20:59 +01:00
procqueue.c procqueue: allocate an output buffer as named chunk 2017-12-31 12:20:59 +01:00