Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 15 of 15) sorted by relevance

/sof-2.7.6/test/cmocka/src/audio/buffer/
Dbuffer_write.c31 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
Dbuffer_new.c30 struct comp_buffer *buf = buffer_new(&test_buf_desc); in test_audio_buffer_new() local
Dbuffer_wrap.c30 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/
Dmixer_test.c63 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/
Dgdb.c440 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/
Dsmart_amp.h64 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/
Dsmart_amp_maxim_dsm.c297 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/
Daudio_stream.h187 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/
Dqemu-bridge.c77 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/
Dipc-helper.c110 struct comp_buffer *buf; in comp_verify_params() local
/sof-2.7.6/test/cmocka/src/
Dcommon_mocks.c393 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/
Dasrc.c83 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/
Dhelper.c297 struct comp_buffer *buf; in ipc_comp_disconnect() local
/sof-2.7.6/src/trace/
Ddma-trace.c221 void *buf; in dma_trace_buffer_init() local
/sof-2.7.6/src/audio/
Ddai.c900 struct comp_buffer *buf = dd->local_buffer; in dai_copy() local