Lines Matching full:art
167 LOGE("failed to extract album art");
171 LOGE("extractAlbumArt: invalid mode (%d) to extract album art", mMode);
186 // Key "graphic" is a special metadata key for retrieving album art image.
316 LOGV("extractEmbeddedAlbumArt: Embedded graphic or album art (%d bytes) is found.", size);
340 LOGV("extractExternalAlbumArt: External graphic or album art is found: %s.", url);
346 // Finds the first album art and extract it.
353 LOGV("doExtractAlbumArt: album art key: %s", mMetadataValueList[i].key);
358 // Embedded album art.
361 // Album art linked with an external url.
368 return status; // Found the album art.