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

  /packages/providers/MediaProvider/res/values/
dimens.xml 9 <!-- maximum size for album art. the real size of the albumart will be divided by two
  /packages/providers/MediaProvider/res/values-xlarge/
dimens.xml 9 <!-- maximum size for album art. the real size of the albumart will be divided by two
  /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);
Makefile.am 3 mtp-format mtp-albumart mtp-albums mtp-newplaylist mtp-emptyfolders \
18 mtp_albumart_SOURCES=albumart.c util.c util.h common.h
  /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");
MediaStore_FilesTest.java 380 Uri albumArtUriBase = Uri.parse("content://media/external/audio/albumart");
  /frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 281 MediaAlbumArt *albumArt = mRetriever->extractAlbumArt();
282 if (albumArt == NULL) {
286 size_t size = sizeof(MediaAlbumArt) + albumArt->size();
290 delete albumArt;
296 delete albumArt;
300 albumArt->size(), albumArt->data());
301 delete albumArt; // We've taken our copy.
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/contentcatalogs/
MusicLibrary.java 101 Bitmap albumArt = getAlbumBitmap(context, mediaId);
119 builder.putBitmap(MediaMetadataCompat.METADATA_KEY_ALBUM_ART, albumArt);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/contentcatalogs/
MusicLibrary.java 101 Bitmap albumArt = getAlbumBitmap(context, mediaId);
119 builder.putBitmap(MediaMetadataCompat.METADATA_KEY_ALBUM_ART, albumArt);
  /packages/apps/Car/Media/src/com/android/car/media/
MetadataController.java 70 * @param albumArt Displays the track's album art. May be {@code null}.
73 @Nullable TextView time, @NonNull SeekBar seekBar, @Nullable ImageView albumArt) {
79 mAlbumArt = albumArt;
PlaybackFragment.java 193 ImageView albumArt = view.findViewById(R.id.album_art);
198 mMetadataController = new MetadataController(title, subtitle, time, seekbar, albumArt);
  /packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java 259 Bitmap albumArt = item.getDescription().getIconBitmap();
261 if (albumArt != null) {
262 vh.icon.setImageDrawable(MusicUtils.getDrawableBitmap(albumArt, mDefaultAlbumIcon));
ArtistAlbumBrowserActivity.java 367 Bitmap albumArt = albumItem.getDescription().getIconBitmap();
368 if (albumArt == null) {
371 vh.icon.setImageDrawable(MusicUtils.getDrawableBitmap(albumArt, mDefaultAlbumIcon));
MediaPlaybackActivity.java 726 Bitmap albumArt = metadata.getBitmap(MediaMetadata.METADATA_KEY_ALBUM_ART);
727 if (albumArt != null) {
728 mAlbumArt.setImageBitmap(albumArt);
  /packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DataModel.java 77 private static final Uri ART_BASE_URI = Uri.parse("content://media/external/audio/albumart");
173 String albumArt = null;
178 albumArt = albumArtUri.toString();
181 // Ignored because the albumArt is intialized correctly anyway.
183 metadata.putString(MediaMetadata.METADATA_KEY_ALBUM_ART_URI, albumArt);
  /packages/apps/Music/res/layout/
track_list_item_common.xml 21 <!-- icon is used for albumart, the grabber in edit playlist mode, and the playlist icon in the list of playlists -->
  /frameworks/av/media/libmedia/
IMediaMetadataRetriever.cpp 462 sp<IMemory> albumArt = extractAlbumArt();
463 if (albumArt != 0) { // Don't send NULL across the binder interface
465 reply->writeStrongBinder(IInterface::asBinder(albumArt));
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaMetadataRetrieverTest.java 50 byte[] albumArt = retriever.getEmbeddedPicture();
55 if (albumArt == null) { // Do we have expect in JUnit?
  /external/libmtp/
ChangeLog 172 * examples/albumart.c : add d option, to enable or not debug
187 * examples/albumart.c: add p and s switches, to support
304 * examples/albumart.c: dito.
438 * examples/albumart.c: include sys/uio.h only if it's available.
568 * examples/albumart.c: dito.
867 * examples/albumart.c: consequental changes.
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 125 private static final Uri ALBUMART_URI = Uri.parse("content://media/external/audio/albumart");
260 Uri.parse("content://media/external/audio/albumart");
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/
aws-java-sdk-elastictranscoder-1.11.18.jar 

Completed in 1150 milliseconds