HomeSort by relevance Sort by last modified time
    Searched refs:albumart (Results 1 - 2 of 2) sorted by null

  /external/libmtp/examples/
albumart.c 2 * \file albumart.c
37 printf("Usage: albumart -d -i <fileid/trackid> -n <albumname> -s <storage_id> -p <parent_id> <imagefile>\n");
140 LIBMTP_filesampledata_t *albumart = LIBMTP_new_filesampledata_t(); local
141 albumart->data = imagedata;
142 albumart->size = filesize;
143 albumart->filetype = LIBMTP_FILETYPE_JPEG;
154 ret = LIBMTP_Send_Representative_Sample(device,album->album_id, albumart);
167 LIBMTP_destroy_filesampledata_t(albumart);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_AlbumsTest.java 180 uri.buildUpon().appendPath("albumart").build(), "r");
189 Uri albumart = Uri.parse("content://media/external/audio/albumart/" + aid); local
191 mContentResolver.delete(albumart, null, null);
192 afd = mContentResolver.openAssetFileDescriptor(albumart, "r");
197 c = mContentResolver.query(albumart, null, null, null, null);
203 afd = mContentResolver.openAssetFileDescriptor(albumart, "r");

Completed in 1245 milliseconds