OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:albumart
(Results
1 - 3
of
3
) sorted by null
/external/libmtp/examples/
albumart.c
2
* \file
albumart
.c
37
printf("Usage:
albumart
-i <fileid/trackid> -n <albumname> <imagefile>\n");
127
LIBMTP_filesampledata_t *
albumart
= LIBMTP_new_filesampledata_t();
local
128
albumart
->data = imagedata;
129
albumart
->size = filesize;
130
albumart
->filetype = LIBMTP_FILETYPE_JPEG;
140
ret = LIBMTP_Send_Representative_Sample(device,album->album_id,
albumart
);
153
LIBMTP_destroy_filesampledata_t(
albumart
);
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_AlbumsTest.java
178
uri.buildUpon().appendPath("
albumart
").build(), "r");
187
Uri
albumart
= Uri.parse("content://media/external/audio/
albumart
/" + aid);
local
189
mContentResolver.delete(
albumart
, null, null);
190
afd = mContentResolver.openAssetFileDescriptor(
albumart
, "r");
195
c = mContentResolver.query(
albumart
, null, null, null, null);
201
afd = mContentResolver.openAssetFileDescriptor(
albumart
, "r");
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java
193
mTextures[6] = Allocation.createFromBitmapResource(mRS, mResources, R.drawable.
albumart
,
Completed in 287 milliseconds