Searched refs:CODEC_API (Results 1 – 2 of 2) sorted by relevance
| /device/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
| D | xa-class-base.c | 145 CODEC_API(base, memtab, i, type, size, align, core); in xa_base_postinit() 185 CODEC_API(base, setparam, param[i].id, ¶m[i].value); in xa_base_set_param() 229 CODEC_API(base, getparam, id[i], &value[i]); in xa_base_get_param() 378 if ((error = CODEC_API(base, preprocess)) != XA_NO_ERROR) in xa_base_process() 415 return CODEC_API(base, postprocess, done); in xa_base_process()
|
| D | xa-class-base.h | 199 #define CODEC_API(codec, func, ...) \ macro
|