Searched refs:set_stream (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/amp-utility/python/ |
A D | Player.py | 149 def set_stream(format, cache_enable, cache_size): function
|
/AliOS-Things-master/components/uvoice/include/ |
A D | uvoice_player.h | 46 int (*set_stream)(media_format_t format, int cache_enable, int cache_size); member
|
/AliOS-Things-master/components/uvoice/test/ |
A D | test_player.c | 164 uvocplayer->set_stream(MEDIA_FMT_PCM, 0, 0); in play_sine_wave() 247 uvocplayer->set_stream(MEDIA_FMT_PCM, 0, 0); in play_loopback() 342 if (uvocplayer->set_stream(format, 0, 8192)) { in play_music_stream()
|
/AliOS-Things-master/components/py_engine/modules/audio/ |
A D | uvoiceplayer.c | 227 mp_int_t ret = self->player_obj->set_stream(format, cache_enable, cache_size); in uvoice_set_stream()
|
/AliOS-Things-master/components/uvoice/application/comb/ |
A D | comb.c | 554 if (player->set_stream(format, 0, 0)) { in __comb_task()
|
/AliOS-Things-master/components/uvoice/media/ |
A D | uvoice_player.c | 4034 mplayer->set_stream = player_set_stream; in uvoice_player_create()
|
Completed in 12 milliseconds