Home
last modified time | relevance | path

Searched refs:CODEC_API (Results 1 – 2 of 2) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-base.c145 CODEC_API(base, memtab, i, type, size, align, core); in xa_base_postinit()
185 CODEC_API(base, setparam, param[i].id, &param[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()
Dxa-class-base.h199 #define CODEC_API(codec, func, ...) \ macro