Searched refs:calloc (Results 1 – 22 of 22) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_multi.c | 754 pcm->mmap_channels = calloc(pcm->channels, in snd_pcm_multi_mmap() 756 pcm->running_areas = calloc(pcm->channels, in snd_pcm_multi_mmap() 798 maps = calloc(2, sizeof(*maps)); 801 maps[0] = calloc(multi->channels_count + 2, sizeof(int *)); 852 map = calloc(multi->channels_count + 1, sizeof(int)); 892 slave_maps[i] = calloc(multi->slaves[i].channels_count + 1, 1018 multi = calloc(1, sizeof(snd_pcm_multi_t)); in snd_pcm_multi_open() 1025 multi->slaves = calloc(slaves_count, sizeof(*multi->slaves)); in snd_pcm_multi_open() 1120 slaves_id = calloc(slaves_count, sizeof(*slaves_id)); in _snd_pcm_multi_open() 1121 slaves_conf = calloc(slaves_count, sizeof(*slaves_conf)); in _snd_pcm_multi_open() [all …]
|
| A D | pcm_mmap.c | 198 pcm->mmap_channels = calloc(pcm->channels, sizeof(pcm->mmap_channels[0])); in snd_pcm_mmap() 201 pcm->running_areas = calloc(pcm->channels, sizeof(pcm->running_areas[0])); in snd_pcm_mmap()
|
| A D | pcm_file.c | 522 a = calloc(1, sizeof(file_adb_t)); in file_adb_thread_init() 570 sock = calloc(1, sizeof(file_socket_t)); in file_mode_network_init() 621 file = calloc(1, sizeof(snd_pcm_file_t)); in snd_pcm_file_open()
|
| A D | pcm_route.c | 807 map = calloc(4, nsrcs + 1); in snd_pcm_route_get_chmap() 920 dptr = calloc(dused, sizeof(*params->dsts)); in route_load_ttable() 958 dptr->srcs = calloc((unsigned int) nsrcs, sizeof(*srcs)); in route_load_ttable() 1001 route = calloc(1, sizeof(snd_pcm_route_t)); in snd_pcm_route_open()
|
| A D | pcm_linear.c | 347 linear = calloc(1, sizeof(snd_pcm_linear_t)); in snd_pcm_linear_open()
|
| A D | pcm_rate_linear.c | 457 rate = calloc(1, sizeof(*rate)); in SND_PCM_RATE_PLUGIN_ENTRY()
|
| A D | pcm_extplug.c | 543 ext = calloc(1, sizeof(*ext)); in snd_pcm_extplug_create()
|
| A D | pcm_softvol.c | 699 svol->dB_value = calloc(resolution, sizeof(unsigned int)); in softvol_load_control()
|
| A D | pcm.c | 230 *ptr = calloc(1, sizeof(snd_pcm_hw_params_t)); in snd_pcm_hw_params_malloc() 1786 maps = calloc(2, sizeof(*maps)); in _snd_pcm_make_single_query_chmaps()
|
| A D | pcm_plug.c | 1022 plug = calloc(1, sizeof(snd_pcm_plug_t)); in snd_pcm_plug_open()
|
| A D | pcm_rate.c | 1559 rate = calloc(1, sizeof(snd_pcm_rate_t)); in snd_pcm_rate_open()
|
| /bsp/qemu-virt64-riscv/applications/test/test_vector/ |
| A D | test_vector.c | 118 ctx_vector[i * 2] = calloc(VECTOR_CTX_BYTES, 1); in test_context() 119 ctx_vector[i * 2 + 1] = calloc(VECTOR_CTX_BYTES, 1); in test_context()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sound/ |
| A D | dma_wrap.h | 73 chan = calloc(1, sizeof(struct dma_chan)); in dma_request_channel()
|
| A D | snd_core.h | 108 #define snd_malloc(size) calloc(1, size)
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/elementary/src/ |
| A D | velm.h | 62 #define elm_alloc calloc
|
| A D | elm_buffer.c | 104 buffer_obj = (el_Obj_Buffer *)calloc(1,sizeof(el_Obj_Buffer)); in ElmCreateBuffer()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/external_resample/speexrate/ |
| A D | rate_speexrate.c | 188 rate = calloc(1, sizeof(*rate)); in pcm_src_open()
|
| A D | resample_speexdsp.c | 37 static void *speex_alloc (int size) {return calloc(size,1);} in speex_alloc()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/thirdparty/sona_audioaef/ |
| A D | pcm_sona_audioaef.c | 222 audioaef = calloc(1, sizeof(snd_pcm_sona_audioaef_t)); in _snd_pcm_sona_audioaef_open()
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | bsp_common.h | 398 #define calloc OS_Calloc macro
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/ |
| A D | pcm.h | 47 #define snd_malloc(size) calloc(size, 1)
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_stdinc.h | 765 #define SDL_calloc calloc
|
Completed in 68 milliseconds