Searched refs:V1_TAG_SIZE (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/id3/
H A DID3.cpp816 const size_t V1_TAG_SIZE = 128; local
819 if (source->getSize(&size) != OK || size < (off64_t)V1_TAG_SIZE) {
823 mData = (uint8_t *)malloc(V1_TAG_SIZE);
824 if (source->readAt(size - V1_TAG_SIZE, mData, V1_TAG_SIZE)
825 != (ssize_t)V1_TAG_SIZE) {
839 mSize = V1_TAG_SIZE;
842 if (mData[V1_TAG_SIZE - 3] != 0) {

Completed in 56 milliseconds