Searched refs:COPY_SAMPLES (Results 1 – 4 of 4) sorted by relevance
455 #define COPY_SAMPLES(type) \ macro469 COPY_SAMPLES(int32_t); in ffat_copy_samples()471 COPY_SAMPLES(int16_t); in ffat_copy_samples()
91 #define COPY_SAMPLES(type) do { \ in init_sample_buffers() macro101 COPY_SAMPLES(int32_t); in init_sample_buffers()103 COPY_SAMPLES(int16_t); in init_sample_buffers()
522 #define COPY_SAMPLES(bits) do { \ in copy_samples() macro531 COPY_SAMPLES(16); in copy_samples()533 COPY_SAMPLES(32); in copy_samples()
2816 #define COPY_SAMPLES(type, offset, shift) do { \ in fill_buffer() macro2824 COPY_SAMPLES(int8_t, 0x80, 0); in fill_buffer()2827 COPY_SAMPLES(int16_t, 0, 0); in fill_buffer()2831 COPY_SAMPLES(int32_t, 0, 8); in fill_buffer()