Searched refs:dst_buf (Results 1 – 3 of 3) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ce/ |
| A D | ce_common.c | 671 memset(dst_buf, 0, group_len); in ce_rsa_sw_padding() 673 dst_buf[i] = src_buf[group_len - 1 - i]; in ce_rsa_sw_padding() 875 uint8_t *dst_buf = NULL; in do_rng_gen() local 894 dst_buf = (uint8_t *)hal_malloc(dst_len); in do_rng_gen() 895 if (dst_buf == NULL) { in do_rng_gen() 930 task->dst[0].addr = (uint32_t)__va_to_pa((uint32_t)dst_buf); in do_rng_gen() 934 hal_dcache_clean((uint32_t)dst_buf, dst_len); in do_rng_gen() 952 hal_dcache_invalidate((uint32_t)dst_buf, dst_len); in do_rng_gen() 966 memcpy(req_ctx->rng_buf, dst_buf, req_ctx->rng_len); in do_rng_gen() 971 hal_free(dst_buf); in do_rng_gen() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_rate.c | 63 int16_t *dst_buf; member 410 if (rate->dst_buf != NULL) in snd_pcm_rate_hw_params() 411 free(rate->dst_buf); in snd_pcm_rate_hw_params() 443 free(rate->dst_buf); in snd_pcm_rate_hw_free() 444 rate->src_buf = rate->dst_buf = NULL; in snd_pcm_rate_hw_free() 627 if (! rate->dst_buf) in do_convert() 630 dst = rate->dst_buf; in do_convert() 632 if (dst == rate->dst_buf) in do_convert() 660 if (! rate->dst_buf) in do_convert_fix() 663 dst = rate->dst_buf; in do_convert_fix() [all …]
|
| /bsp/allwinner/libraries/drivers/ |
| A D | drv_lcd.c | 171 static void _framebuffer_rotate_mirror(void *src_buf, void *dst_buf, in _framebuffer_rotate_mirror() argument 175 memcpy(dst_buf, src_buf, LCD_DRV_FB_SZ); in _framebuffer_rotate_mirror()
|
Completed in 11 milliseconds