Home
last modified time | relevance | path

Searched refs:picType (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/id3/
DID3.cpp893 uint8_t picType = data[consumed]; in getAlbumArt()
894 if (picType != 0x03) { in getAlbumArt()
936 uint8_t picType = data[4]; in getAlbumArt()
937 if (picType != 0x03) { in getAlbumArt()
/frameworks/av/media/libstagefright/
DOggExtractor.cpp1246 uint32_t picType; in extractAlbumArt() local
1256 picType = U32_AT(flac); in extractAlbumArt()
1258 if (picType != 3) { in extractAlbumArt()
1276 ALOGV("picType = %d, type = '%s'", picType, type); in extractAlbumArt()