HomeSort by relevance Sort by last modified time
    Searched refs:commentSize (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/av/media/libstagefright/
OggExtractor.cpp 976 int32_t commentSize = buffer->range_length() + 1;
977 sp<ABuffer> aBuf = new ABuffer(commentSize);
989 buf.size = commentSize;
996 ref.length = commentSize;
1015 if (vendorLen < 0 || vendorLen > commentSize - 8) {
1026 if (n < 0 || n > ((commentSize - oggpack_bytes(&bits)) >> 2)) {
1032 if (len < 0 || len > (commentSize - oggpack_bytes(&bits))) {
1040 if (framingBitOffset < 0 || framingBitOffset >= commentSize) {
1046 buf.size = commentSize - headerLen;
1052 ref.length = commentSize - headerLen
    [all...]
  /frameworks/base/core/java/android/os/
RecoverySystem.java 193 final int commentSize = (footer[4] & 0xff) | ((footer[5] & 0xff) << 8);
196 byte[] eocd = new byte[commentSize + 22];
197 raf.seek(fileLen - (commentSize + 22));
216 new PKCS7(new ByteArrayInputStream(eocd, commentSize+22-signatureStart, signatureStart));
255 long toRead = fileLen - commentSize - 2;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8types.h 479 #define D3DSHADER_COMMENT(commentSize) \
480 ((((commentSize) << D3DSI_COMMENTSIZE_SHIFT) & D3DSI_COMMENTSIZE_MASK) | D3DSIO_COMMENT)
    [all...]
d3d9types.h 628 #define D3DSHADER_COMMENT(commentSize) \
629 ((((commentSize) << D3DSI_COMMENTSIZE_SHIFT) & D3DSI_COMMENTSIZE_MASK) | D3DSIO_COMMENT)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 249 commentSize = endrec[_ECD_COMMENT_SIZE] #as claimed by the zip file
250 comment = data[start+sizeEndCentDir:start+sizeEndCentDir+commentSize]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 249 commentSize = endrec[_ECD_COMMENT_SIZE] #as claimed by the zip file
250 comment = data[start+sizeEndCentDir:start+sizeEndCentDir+commentSize]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 249 commentSize = endrec[_ECD_COMMENT_SIZE] #as claimed by the zip file
250 comment = data[start+sizeEndCentDir:start+sizeEndCentDir+commentSize]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 249 commentSize = endrec[_ECD_COMMENT_SIZE] #as claimed by the zip file
250 comment = data[start+sizeEndCentDir:start+sizeEndCentDir+commentSize]
    [all...]