Searched refs:GET16_END (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dplugin_ops.h377 #ifdef GET16_END
379 get16_1_10: sample = (u_int16_t)as_u8c(src) << 8; goto GET16_END;
380 get16_1_90: sample = (u_int16_t)(as_u8c(src) ^ 0x80) << 8; goto GET16_END;
381 get16_12_12: sample = as_u16c(src); goto GET16_END;
382 get16_12_92: sample = as_u16c(src) ^ 0x8000; goto GET16_END;
383 get16_12_21: sample = bswap_16(as_u16c(src)); goto GET16_END;
384 get16_12_A1: sample = bswap_16(as_u16c(src) ^ 0x80); goto GET16_END;
385 get16_0123_12: sample = as_u32c(src) >> 8; goto GET16_END;
386 get16_0123_92: sample = (as_u32c(src) >> 8) ^ 0x8000; goto GET16_END;
387 get16_1230_32: sample = bswap_16(as_u32c(src) >> 8); goto GET16_END;
[all...]
H A Dpcm_rate_linear.c111 #define GET16_END after_get macro
113 #undef GET16_END macro
229 #define GET16_END after_get macro
231 #undef GET16_END macro
H A Dpcm_alaw.c208 #define GET16_END after macro
210 #undef GET16_END macro
H A Dpcm_mulaw.c225 #define GET16_END after macro
227 #undef GET16_END macro
H A Dpcm_adpcm.c302 #define GET16_END after macro
304 #undef GET16_END macro
H A Dpcm_rate.c458 #define GET16_END after_get macro
460 #undef GET16_END macro

Completed in 54 milliseconds