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

/frameworks/av/media/libstagefright/
H A DMP3Extractor.cpp101 ssize_t remainingBytes = 0; local
112 if (remainingBytes < 4) {
116 memcpy(buf, tmp, remainingBytes);
117 bytesToRead = kMaxReadBytes - remainingBytes;
124 totalBytesRead = source->readAt(pos + remainingBytes,
125 buf + remainingBytes,
131 totalBytesRead += remainingBytes;
132 remainingBytes = totalBytesRead;
143 --remainingBytes;
154 --remainingBytes;
[all...]
H A DOMXCodec.cpp3068 size_t remainingBytes = info->mSize - offset; local
3070 if (srcBuffer->range_length() > remainingBytes) {

Completed in 93 milliseconds