Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 52) sorted by relevance

123

/sof-2.7.6/src/include/sof/lib/
Dmailbox.h45 void mailbox_dspbox_write(size_t offset, const void *src, size_t bytes) in mailbox_dspbox_write()
56 size_t offset, size_t bytes) in mailbox_dspbox_read()
70 void mailbox_hostbox_write(size_t offset, const void *src, size_t bytes) in mailbox_hostbox_write()
76 void mailbox_hostbox_write(size_t offset, const void *src, size_t bytes) in mailbox_hostbox_write()
89 size_t offset, size_t bytes) in mailbox_hostbox_read()
101 void mailbox_stream_write(size_t offset, const void *src, size_t bytes) in mailbox_stream_write()
Dalloc.h108 static inline void *rballoc(uint32_t flags, uint32_t caps, size_t bytes) in rballoc()
131 size_t bytes, size_t old_bytes) in rbrealloc()
/sof-2.7.6/src/platform/library/lib/
Dalloc.c19 void *rmalloc(enum mem_zone zone, uint32_t flags, uint32_t caps, size_t bytes) in rmalloc()
24 void *rzalloc(enum mem_zone zone, uint32_t flags, uint32_t caps, size_t bytes) in rzalloc()
34 void *rballoc_align(uint32_t flags, uint32_t caps, size_t bytes, in rballoc_align()
40 void *rbrealloc_align(void *ptr, uint32_t flags, uint32_t caps, size_t bytes, in rbrealloc_align()
/sof-2.7.6/test/cmocka/src/audio/buffer/
Dbuffer_write.c38 uint8_t bytes[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in test_audio_buffer_write_10_bytes_out_of_256_and_read_back() local
73 uint8_t bytes[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in test_audio_buffer_fill_10_bytes() local
Dbuffer_wrap.c37 uint8_t bytes[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in test_audio_buffer_write_fill_10_bytes_and_write_5() local
/sof-2.7.6/src/lib/
Dalloc.c144 static void *rmalloc_sys(struct mm_heap *heap, uint32_t flags, int caps, size_t bytes) in rmalloc_sys()
235 uint32_t caps, size_t bytes, uint32_t alignment) in alloc_cont_blocks()
405 uint32_t caps, size_t bytes, uint32_t alignment) in get_ptr_from_heap()
576 static void alloc_trace_heap(enum mem_zone zone, uint32_t caps, size_t bytes) in alloc_trace_heap()
648 #define DEBUG_TRACE_PTR(ptr, bytes, zone, caps, flags) \ argument
657 #define DEBUG_TRACE_PTR(ptr, bytes, zone, caps, flags) argument
662 size_t bytes) in rmalloc_sys_runtime()
680 static void *rmalloc_runtime(uint32_t flags, uint32_t caps, size_t bytes) in rmalloc_runtime()
706 static void *rmalloc_runtime_shared(uint32_t flags, uint32_t caps, size_t bytes) in rmalloc_runtime_shared()
723 size_t bytes) in _malloc_unlocked()
[all …]
/sof-2.7.6/tools/tune/eq/
Deq_fir_blob_pack.m111 bytes = uint8(zeros(1,2)); variable
117 bytes = uint8(zeros(1,4)); variable
Deq_iir_blob_pack.m76 bytes = uint8(zeros(1,4)); variable
/sof-2.7.6/src/include/sof/audio/
Daudio_stream.h331 uint32_t bytes) in audio_stream_can_copy_bytes()
390 uint32_t bytes) in audio_stream_produce()
418 uint32_t bytes) in audio_stream_consume()
475 uint32_t bytes) in audio_stream_invalidate()
498 uint32_t bytes) in audio_stream_writeback()
540 uint32_t bytes = audio_stream_bytes_without_wrap(source, ptr); in audio_stream_frames_without_wrap() local
565 uint32_t bytes = samples * ssize; in audio_stream_copy() local
598 uint32_t bytes) in audio_stream_set_zero()
/sof-2.7.6/src/audio/
Dbuffer.c184 void comp_update_buffer_produce(struct comp_buffer *buffer, uint32_t bytes) in comp_update_buffer_produce()
224 void comp_update_buffer_consume(struct comp_buffer *buffer, uint32_t bytes) in comp_update_buffer_consume()
Dhost.c116 static uint32_t host_dma_get_split(struct host_data *hd, uint32_t bytes) in host_dma_get_split()
134 static void host_update_position(struct comp_dev *dev, uint32_t bytes) in host_update_position()
207 static void host_one_shot_cb(struct comp_dev *dev, uint32_t bytes) in host_one_shot_cb()
247 uint32_t bytes = next->elem.size; in host_dma_cb() local
Dgoogle_hotword_detect.c334 uint32_t bytes) in ghd_detect()
387 uint32_t bytes, tail_bytes, head_bytes = 0; in ghd_copy() local
/sof-2.7.6/tools/tune/tdfb/
Dbf_blob_pack.m161 bytes = uint8(zeros(1,2)); variable
167 bytes = uint8(zeros(1,4)); variable
/sof-2.7.6/tools/tune/dcblock/
Ddcblock_build_blob.m46 bytes = uint8(zeros(1,4)); variable
/sof-2.7.6/zephyr/
Dwrapper.c106 static void *heap_alloc_aligned(struct k_heap *h, size_t align, size_t bytes) in heap_alloc_aligned()
119 static void *heap_alloc_aligned_cached(struct k_heap *h, size_t min_align, size_t bytes) in heap_alloc_aligned_cached()
171 void *rmalloc(enum mem_zone zone, uint32_t flags, uint32_t caps, size_t bytes) in rmalloc()
184 void *rbrealloc_align(void *ptr, uint32_t flags, uint32_t caps, size_t bytes, in rbrealloc_align()
223 void *rzalloc(enum mem_zone zone, uint32_t flags, uint32_t caps, size_t bytes) in rzalloc()
240 void *rballoc_align(uint32_t flags, uint32_t caps, size_t bytes, in rballoc_align()
/sof-2.7.6/tools/tune/drc/
Ddrc_build_blob.m64 bytes = uint8(zeros(1,4)); variable
/sof-2.7.6/tools/tune/crossover/
Dcrossover_build_blob.m55 bytes = uint8(zeros(1,4)); variable
/sof-2.7.6/tools/tune/multiband_drc/
Dmultiband_drc_build_blob.m81 bytes = uint8(zeros(1,4)); variable
/sof-2.7.6/src/platform/intel/cavs/
Dboot_loader.c57 static inline void bmemcpy(void *dest, void *src, size_t bytes) in bmemcpy()
70 static inline void bbzero(void *dest, size_t bytes) in bbzero()
/sof-2.7.6/src/drivers/generic/
Ddummy-dma.c77 int bytes) in dummy_dma_copy_crt_elem()
188 static ssize_t dummy_dma_do_copies(struct dma_chan_pdata *pdata, int bytes) in dummy_dma_do_copies()
396 static int dummy_dma_copy(struct dma_chan_data *channel, int bytes, in dummy_dma_copy()
/sof-2.7.6/src/audio/codec_adapter/
Dcodec_adapter.c293 size_t bytes) in codec_adapter_copy_from_source_to_lib()
315 size_t bytes) in codec_adapter_copy_from_lib_to_sink()
343 static void generate_zeroes(struct comp_buffer *sink, uint32_t bytes) in generate_zeroes()
/sof-2.7.6/src/audio/pipeline/
Dpipeline-xrun.c136 int32_t bytes) in pipeline_xrun()
/sof-2.7.6/src/math/
Dnumbers.c150 uint32_t crc32(uint32_t base, const void *data, uint32_t bytes) in crc32()
/sof-2.7.6/src/platform/intel/cavs/include/cavs/lib/
Dmailbox.h108 static inline void mailbox_sw_regs_write(size_t offset, const void *src, size_t bytes) in mailbox_sw_regs_write()
/sof-2.7.6/test/cmocka/src/
Dcommon_mocks.c40 void WEAK *rballoc_align(uint32_t flags, uint32_t caps, size_t bytes, in rballoc_align()
50 size_t bytes) in rzalloc()
60 size_t bytes, size_t old_bytes, uint32_t alignment) in rbrealloc_align()
287 uint32_t WEAK crc32(uint32_t base, const void *data, uint32_t bytes) in crc32()

123