Home
last modified time | relevance | path

Searched refs:calloc (Results 1 – 22 of 22) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_multi.c754 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 Dpcm_mmap.c198 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 Dpcm_file.c522 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 Dpcm_route.c807 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 Dpcm_linear.c347 linear = calloc(1, sizeof(snd_pcm_linear_t)); in snd_pcm_linear_open()
A Dpcm_rate_linear.c457 rate = calloc(1, sizeof(*rate)); in SND_PCM_RATE_PLUGIN_ENTRY()
A Dpcm_extplug.c543 ext = calloc(1, sizeof(*ext)); in snd_pcm_extplug_create()
A Dpcm_softvol.c699 svol->dB_value = calloc(resolution, sizeof(unsigned int)); in softvol_load_control()
A Dpcm.c230 *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 Dpcm_plug.c1022 plug = calloc(1, sizeof(snd_pcm_plug_t)); in snd_pcm_plug_open()
A Dpcm_rate.c1559 rate = calloc(1, sizeof(snd_pcm_rate_t)); in snd_pcm_rate_open()
/bsp/qemu-virt64-riscv/applications/test/test_vector/
A Dtest_vector.c118 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 Ddma_wrap.h73 chan = calloc(1, sizeof(struct dma_chan)); in dma_request_channel()
A Dsnd_core.h108 #define snd_malloc(size) calloc(1, size)
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/elementary/src/
A Dvelm.h62 #define elm_alloc calloc
A Delm_buffer.c104 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 Drate_speexrate.c188 rate = calloc(1, sizeof(*rate)); in pcm_src_open()
A Dresample_speexdsp.c37 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 Dpcm_sona_audioaef.c222 audioaef = calloc(1, sizeof(snd_pcm_sona_audioaef_t)); in _snd_pcm_sona_audioaef_open()
/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dbsp_common.h398 #define calloc OS_Calloc macro
/bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/
A Dpcm.h47 #define snd_malloc(size) calloc(size, 1)
/bsp/simulator/SDL2/include/
A DSDL_stdinc.h765 #define SDL_calloc calloc

Completed in 68 milliseconds