Searched refs:album (Results 1 - 15 of 15) sorted by relevance

/external/libmtp/examples/
H A Dalbums.c26 static void dump_albuminfo(LIBMTP_album_t *album) argument
28 printf("Album ID: %d\n",album->album_id);
29 printf(" Parent ID: %d\n",album->parent_id);
30 printf(" Name: %s\n",album->name);
31 printf(" Artist: %s\n", album->artist);
32 printf(" Composer: %s\n", album->composer);
33 printf(" Genre: %s\n", album->genre);
34 printf(" Tracks: %d\n\n",album->no_tracks);
57 LIBMTP_album_t *album; local
59 album
[all...]
H A Dalbumart.c3 * Example program to send album art.
100 printf("You need to supply an album name.\n");
145 LIBMTP_album_t *album = LIBMTP_new_album_t(); local
146 album->name = albumname;
147 album->no_tracks = idcount;
148 album->tracks = ids;
149 album->parent_id = parentid;
150 album->storage_id = storageid;
152 ret = LIBMTP_Create_New_Album(device,album);
154 ret = LIBMTP_Send_Representative_Sample(device,album
[all...]
H A Dsendtr.c57 fprintf(stderr, " -l <album> -c <codec> -g <genre> -n <track number> -y <year>\n");
92 LIBMTP_album_t *album; local
97 /* Look for the album */
98 album = LIBMTP_Get_Album_List(device);
99 album_orig = album;
100 while(album != NULL) {
101 if ((album->name != NULL &&
102 album->artist != NULL &&
103 !strcmp(album->name, albuminfo->name) &&
104 !strcmp(album
188 char artist[80], albumartist[80], title[80], genre[80], album[80], composer[80]; local
[all...]
H A Dtracks.c37 if (track->album != NULL)
38 printf(" Album: %s\n", track->album);
/external/markdown/markdown/extensions/
H A Dimagelinks.py90 new_block += ALBUM_LINK % (album_urls[0], "complete album")
94 "album %d" % (i + 1) )
105 album, photo = line.split("/")
106 photo_url = url.get_photo(album, photo,
111 if not album in albums :
112 albums.append(album)
/external/libmtp/src/
H A Dlibmtp.c3547 printf(" Default album folder: 0x%08x\n",
4609 new->album = NULL;
4647 if (track->album != NULL)
4648 free(track->album);
4697 track->album = strdup(prop->propval.str);
4699 track->album = NULL;
4798 track->album = get_string_from_object(device, track->item_id, PTP_OPC_AlbumName);
6447 if (metadata->album == NULL)
6453 prop->propval.str = strdup(metadata->album);
6608 // Update album
7037 LIBMTP_Set_Album_Name(LIBMTP_mtpdevice_t *device, LIBMTP_album_t *album, const char* newname) argument
8320 LIBMTP_destroy_album_t(LIBMTP_album_t *album) argument
[all...]
H A Dlibmtp.h.in706 char *album; /**< Album name for track */
743 uint32_t storage_id; /**< ID of storage holding this album */
744 char *name; /**< Name of album */
745 char *artist; /**< Name of album artist */
747 char *genre; /**< Genre of album */
748 uint32_t *tracks; /**< The tracks in this album */
749 uint32_t no_tracks; /**< The number of tracks in this album */
750 LIBMTP_album_t *next; /**< Next album or NULL if last album */
1029 * @defgroup albums The audio/video album managemen
[all...]
/external/libmtp/logs/
H A Dmtp-detect-asus-memo-pad7.txt544 Default album folder: 0xffffffff
H A Dmtp-detect-asus-memo-pad7_2.txt460 Default album folder: 0xffffffff
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 291 milliseconds