Home
last modified time | relevance | path

Searched refs:cache_config_t (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/uvoice/stream/
A Duvoice_cache.h50 cache_config_t cache_config;
80 net_cache_t *net_cache_create(int read_size, cache_config_t *config, bool sequence);
A Duvoice_http.c97 static cache_config_t *g_cache_config;
657 int http_cache_config(cache_config_t *config) in http_cache_config()
660 g_cache_config = snd_zalloc(sizeof(cache_config_t), AFM_MAIN); in http_cache_config()
667 memcpy(g_cache_config, config, sizeof(cache_config_t)); in http_cache_config()
1795 g_cache_config = snd_zalloc(sizeof(cache_config_t), AFM_MAIN); in http_loader_create()
A Duvoice_cache.c1151 cache_config_t *config, bool sequence) in net_cache_create()
1161 memcpy(&nc->cache_config, config, sizeof(cache_config_t)); in net_cache_create()
/AliOS-Things-master/components/uvoice/include/
A Duvoice_types.h72 } cache_config_t; typedef
A Duvoice_player.h61 int (*cache_config)(cache_config_t *config);
/AliOS-Things-master/components/py_engine/modules/audio/
A Duvoiceplayer.c395 cache_config_t config = { 0 }; in uvoice_cache_config()
/AliOS-Things-master/components/uvoice/application/comb/
A Dcomb.c1049 cache_config_t config; in comb_init()
/AliOS-Things-master/components/uvoice/media/
A Duvoice_player.c49 int http_cache_config(cache_config_t *config);
3419 static int player_cache_config(cache_config_t *config) in player_cache_config()

Completed in 18 milliseconds