Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dplugin_ops.h526 #define GET32_END __conv24_get macro
529 #ifdef GET32_END
531 get32_1_1000: sample = (u_int32_t)as_u8c(src) << 24; goto GET32_END;
537 get32_0123_1230: sample = as_u32c(src) << 8; goto GET32_END;
541 get32_1234_1234: sample = as_u32c(src); goto GET32_END;
543 get32_1234_4321: sample = bswap_32(as_u32c(src)); goto GET32_END;
545 get32_123_1230: sample = _get_triple(src) << 8; goto GET32_END;
547 get32_123_3210: sample = _get_triple_s(src) << 8; goto GET32_END;
549 get32_123_1230_20: sample = _get_triple(src) << 12; goto GET32_END;
553 get32_123_1230_18: sample = _get_triple(src) << 14; goto GET32_END;
[all …]
A Dpcm_route.c330 #define GET32_END after_get in snd_pcm_route_convert1_many() macro
332 #undef GET32_END in snd_pcm_route_convert1_many()

Completed in 11 milliseconds