![]() |
CI130X SDK API手册
2.2.0
本手册用于描述CI130X SDK各个组件和驱动API
|
#include "stdint.h"函数 | |
| unsigned int | get_pruntab_nocache_addr (uint16_t size) |
| void | free_asrwindows_nocache_addr (unsigned int addr) |
| void * | decoder_port_malloc (int size) |
| decoder lib used malloc function, can add some info for debug 更多... | |
| void | decoder_port_free (void *pp) |
| decoder lib used malloc function, can add some info for debug 更多... | |
| void * | asr_hardware_malloc (int size) |
| void | asr_hardware_free (void *p) |
| void | free_dnn_outbuf_addr (void *p) |
| unsigned int | malloc_dnn_outbuf_addr (int buf_size, int *buf_total_size) |
| void * | malloc_insram (int size) |
| void * | malloc_insram_bnpu (int size) |
| void | free_insram_bnpu (void *p) |
| dnn hard out buf used malloc function 更多... | |
| void | free_insram (void *p) |
| void | free_inscache_psram (void *p) |
| void * | malloc_inscache_psram (int size) |
| int | check_bufaddr_is_insram (unsigned int addr, int size) |
| void asr_hardware_free | ( | void * | p | ) |
| void* asr_hardware_malloc | ( | int | size | ) |
| int check_bufaddr_is_insram | ( | unsigned int | addr, |
| int | size | ||
| ) |
| void decoder_port_free | ( | void * | pp | ) |
decoder lib used malloc function, can add some info for debug
| pp | : free address pointer |
| void* decoder_port_malloc | ( | int | size | ) |
decoder lib used malloc function, can add some info for debug
| size | : malloc size |
| void free_asrwindows_nocache_addr | ( | unsigned int | addr | ) |
| void free_dnn_outbuf_addr | ( | void * | p | ) |
| void free_inscache_psram | ( | void * | p | ) |
| void free_insram | ( | void * | p | ) |
| void free_insram_bnpu | ( | void * | p | ) |
dnn hard out buf used malloc function
| size | : malloc size |
| size | : free address |
| unsigned int get_pruntab_nocache_addr | ( | uint16_t | size | ) |
| unsigned int malloc_dnn_outbuf_addr | ( | int | buf_size, |
| int * | buf_total_size | ||
| ) |
| void* malloc_inscache_psram | ( | int | size | ) |
| void* malloc_insram | ( | int | size | ) |
| void* malloc_insram_bnpu | ( | int | size | ) |
1.8.14