Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp-utility/python/
A DRecorder.py166 def format_support(format): function
A DPlayer.py488 def format_support(format): function
/AliOS-Things-master/components/uvoice/include/
A Duvoice_recorder.h39 int (*format_support)(media_format_t format); member
A Duvoice_player.h74 int (*format_support)(media_format_t format); member
/AliOS-Things-master/components/py_engine/modules/audio/
A Duvoicerecorder.c256 mp_int_t ret = self->recorder_obj->format_support(format); in uvoice_format_support()
A Duvoiceplayer.c542 mp_int_t ret = self->player_obj->format_support(format); in uvoice_format_support()
/AliOS-Things-master/components/uvoice/media/
A Duvoice_recorder.c1073 mrecorder->format_support = recorder_format_support; in uvoice_recorder_create()
A Duvoice_player.c4060 mplayer->format_support = player_format_support; in uvoice_player_create()

Completed in 13 milliseconds