Home
last modified time | relevance | path

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

/external/libmtp/src/
Dplaylist-spl.c73 …ks(text_t** p, uint32_t* tracks, const uint32_t trackno, const uint32_t ver_major, const uint32_t …
205 uint32_t ver_major; in playlist_t_to_spl() local
208 if(FLAG_PLAYLIST_SPL_V2(ptp_usb)) ver_major = 2; in playlist_t_to_spl()
209 else ver_major = 1; // FLAG_PLAYLIST_SPL_V1() in playlist_t_to_spl()
212 IF_DEBUG() printf(".spl version %d.%02d\n", ver_major, ver_minor); in playlist_t_to_spl()
215 spl_text_t_from_tracks(&t, pl->tracks, pl->no_tracks, ver_major, ver_minor, NULL, folders, files); in playlist_t_to_spl()
594 const uint32_t ver_major, in spl_text_t_from_tracks() argument
607 sprintf(vs,"VERSION %d.%02d",ver_major,ver_minor); in spl_text_t_from_tracks()
630 if(ver_major == 2) { in spl_text_t_from_tracks()