Searched refs:PLAYER_STOP (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/uvoice/internal/ |
A D | uvoice_play.h | 44 PLAYER_STOP, enumerator
|
/AliOS-Things-master/components/uvoice/codec/ |
A D | opus_decoder.c | 265 } else if (action == PLAYER_STOP || in opus_decode_action()
|
/AliOS-Things-master/components/uvoice/application/alicloudtts/ |
A D | alicloudtts.c | 355 mloader->action(mloader, PLAYER_STOP, NULL); in uvoice_tts_aliyun_request()
|
/AliOS-Things-master/components/uvoice/media/ |
A D | uvoice_player.c | 965 mloader->action(mloader, PLAYER_STOP, NULL); in player_task() 1188 mdecoder->action(mdecoder, PLAYER_STOP, NULL); in player_task() 1189 mloader->action(mloader, PLAYER_STOP, NULL); in player_task() 1241 mloader->action(mloader, PLAYER_STOP, NULL); in player_task() 1335 mloader->action(mloader, PLAYER_STOP, NULL); in player_task() 1596 player->mloader->action(player->mloader, PLAYER_STOP, NULL); in player_start()
|
/AliOS-Things-master/components/uvoice/stream/ |
A D | uvoice_partition.c | 379 } else if (action == PLAYER_STOP) { in partition_loader_action()
|
A D | uvoice_file.c | 381 } else if (action == PLAYER_STOP) { in file_loader_action()
|
A D | uvoice_http.c | 1355 } else if (action == PLAYER_STOP) { in http_loader_action()
|
Completed in 16 milliseconds