Home
last modified time | relevance | path

Searched defs:sizeLeft (Results 1 – 4 of 4) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DInitialObjectDescriptor.java81 int sizeLeft = getSize() - 2; in parseDetail() local
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java727 int sizeLeft = size - (originalBufferSize - originalBufferPos); in readRawBytes() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java2851 int sizeLeft = size - bufferedBytes; in readRawBytesSlowPath() local
2903 int sizeLeft = size - bufferedBytes; in readRawBytesSlowPathOneChunk() local
2938 private List<byte[]> readRawBytesSlowPathRemainingChunks(int sizeLeft) throws IOException { in readRawBytesSlowPathRemainingChunks()
2988 int sizeLeft = size - bufferedBytes; in readBytesSlowPath() local
/external/webrtc/pc/
Dpeer_connection_end_to_end_unittest.cc149 size_t sizeLeft = size; in TestDataChannelSendAndReceive() local