Home
last modified time | relevance | path

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

/third_party/alsa-utils/axfer/
Dmapper.h76 struct mapper_data { struct
81 extern const struct mapper_data mapper_muxer_single; argument
82 extern const struct mapper_data mapper_demuxer_single;
84 extern const struct mapper_data mapper_muxer_multiple;
85 extern const struct mapper_data mapper_demuxer_multiple;
Dmapper-single.c175 const struct mapper_data mapper_muxer_single = {
184 const struct mapper_data mapper_demuxer_single = {
Dmapper-multiple.c243 const struct mapper_data mapper_muxer_multiple = {
252 const struct mapper_data mapper_demuxer_multiple = {
Dmapper.c29 const struct mapper_data *data = NULL; in mapper_context_init()