Home
last modified time | relevance | path

Searched refs:album (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A DREADME35 From the album The Living Proof
39 You can get a copy of the full song (and album!) from iTunes...
41 https://itunes.apple.com/us/album/the-living-proof/id4153978
/AliOS-Things-master/components/uvoice/media/
A Duvoice_format.c62 memcpy(info->album, ptr, 30); in mp3_id3v1_parse()
72 info->album, info->year, info->type); in mp3_id3v1_parse()
154 copy_size = MIN(sizeof(info->album) - 1, frame_size); in mp3_id3v2_parse()
158 info->album[j++] = *(data + frame_pos + i); in mp3_id3v2_parse()
160 info->album[j] = '\0'; in mp3_id3v2_parse()
A Duvoice_player.c242 if (strlen(info->album) > 0) in player_mediainfo_update()
243 memcpy(media_info->album, in player_mediainfo_update()
244 info->album, strlen(info->album) + 1); in player_mediainfo_update()
/AliOS-Things-master/components/uvoice/include/
A Duvoice_types.h59 char album[32]; member
/AliOS-Things-master/components/py_engine/modules/audio/
A Duvoiceplayer.c513 mp_obj_new_str(info.album, strlen(info.album))); in uvoice_get_mediainfo()

Completed in 9 milliseconds