/sof-2.7.6/test/cmocka/src/audio/buffer/ |
D | buffer_write.c | 31 struct comp_buffer *buf = buffer_new(&test_buf_desc); in test_audio_buffer_write_10_bytes_out_of_256_and_read_back() local 66 struct comp_buffer *buf = buffer_new(&test_buf_desc); in test_audio_buffer_fill_10_bytes() local
|
D | buffer_new.c | 30 struct comp_buffer *buf = buffer_new(&test_buf_desc); in test_audio_buffer_new() local
|
D | buffer_wrap.c | 30 struct comp_buffer *buf = buffer_new(&test_buf_desc); in test_audio_buffer_write_fill_10_bytes_and_write_5() local
|
/sof-2.7.6/test/cmocka/src/audio/mixer/ |
D | mixer_test.c | 63 struct comp_buffer *buf; member 120 static void init_buffer_pcm_params(struct comp_buffer *buf, int num_chans) in init_buffer_pcm_params() 137 struct sof_ipc_buffer buf = { in create_sources() local 205 struct sof_ipc_buffer buf = { in test_setup() local
|
/sof-2.7.6/src/debug/gdb/ |
D | gdb.c | 440 static unsigned char *mem_to_hex(void *mem_, unsigned char *buf, in mem_to_hex() 462 static unsigned char *hex_to_mem(const unsigned char *buf, void *mem_, in hex_to_mem()
|
/sof-2.7.6/src/include/sof/audio/smart_amp/ |
D | smart_amp.h | 64 int32_t *buf; member 69 int32_t *buf; member 116 struct smart_amp_buf_struct_t buf; member
|
/sof-2.7.6/src/audio/smart_amp/ |
D | smart_amp_maxim_dsm.c | 297 union smart_amp_buf buf, buf_out; in maxim_dsm_ff_proc() local 420 union smart_amp_buf buf; in maxim_dsm_fb_proc() local 581 static int smart_amp_get_buffer(int32_t *buf, uint32_t frames, in smart_amp_get_buffer() 631 static int smart_amp_put_buffer(int32_t *buf, uint32_t frames, in smart_amp_put_buffer()
|
/sof-2.7.6/src/include/sof/audio/ |
D | audio_stream.h | 187 static inline uint32_t audio_stream_frame_bytes(const struct audio_stream *buf) in audio_stream_frame_bytes() 197 static inline uint32_t audio_stream_sample_bytes(const struct audio_stream *buf) in audio_stream_sample_bytes() 208 static inline uint32_t audio_stream_period_bytes(const struct audio_stream *buf, in audio_stream_period_bytes()
|
/sof-2.7.6/tools/fuzzer/ |
D | qemu-bridge.c | 77 char buf[QEMU_IO_MAX_MSG_SIZE]; in parent_reader_thread() local 104 char buf[QEMU_IO_MAX_MSG_SIZE]; in child_reader_thread() local
|
/sof-2.7.6/src/ipc/ |
D | ipc-helper.c | 110 struct comp_buffer *buf; in comp_verify_params() local
|
/sof-2.7.6/test/cmocka/src/ |
D | common_mocks.c | 393 int _fstat_r(int fd, void *buf) in _fstat_r() 403 int _write_r(int fd, char *buf, int count) in _write_r() 408 int _read_r(int fd, char *buf, int count) in _read_r()
|
/sof-2.7.6/src/audio/asrc/ |
D | asrc.c | 83 uint8_t *buf; /* Samples buffer for input and output */ member 111 int32_t *buf; in src_copy_s32() local 183 int16_t *buf; in src_copy_s16() local
|
/sof-2.7.6/src/ipc/ipc4/ |
D | helper.c | 297 struct comp_buffer *buf; in ipc_comp_disconnect() local
|
/sof-2.7.6/src/trace/ |
D | dma-trace.c | 221 void *buf; in dma_trace_buffer_init() local
|
/sof-2.7.6/src/audio/ |
D | dai.c | 900 struct comp_buffer *buf = dd->local_buffer; in dai_copy() local
|