Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp3356 …Info(PVID3FrameType aFrameType, uint32 aFrameSize, OSCL_HeapString<OsclMemAllocator> &aImageFormat, in GetAlbumArtInfo() argument
3371 aImageFormat = (char *)image_format; in GetAlbumArtInfo()
3405 status = readNullTerminatedAsciiString(iInputFile, aImageFormat); in GetAlbumArtInfo()
3424 mimeSize = aImageFormat.get_size() + 1; //for null string in GetAlbumArtInfo()
3441 …Info(PVID3FrameType aFrameType, uint32 aFrameSize, OSCL_HeapString<OsclMemAllocator> &aImageFormat, in GetAlbumArtInfo() argument
3455 aImageFormat = (char *)image_format; in GetAlbumArtInfo()
3489 if (readNullTerminatedAsciiString(iInputFile, aImageFormat) == false) in GetAlbumArtInfo()
3508 mimeSize = aImageFormat.get_size() + 1; in GetAlbumArtInfo()