Searched defs:commentSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp994 int32_t commentSize = buffer->range_length() + 1; local
995 sp<ABuffer> aBuf = new ABuffer(commentSize);
1007 buf.size = commentSize;
1014 ref.length = commentSize;
1033 if (vendorLen < 0 || vendorLen > commentSize - 8) {
1044 if (n < 0 || n > ((commentSize - oggpack_bytes(&bits)) >> 2)) {
1050 if (len < 0 || len > (commentSize - oggpack_bytes(&bits))) {
1058 if (framingBitOffset < 0 || framingBitOffset >= commentSize) {
1064 buf.size = commentSize - headerLen;
1070 ref.length = commentSize
[all...]

Completed in 57 milliseconds