Home
last modified time | relevance | path

Searched refs:totalBytesRead (Results 1 – 2 of 2) sorted by relevance

/frameworks/ex/framesequence/jni/
DStream.cpp95 size_t totalBytesRead = 0; in doRead() local
108 totalBytesRead += bytesRead; in doRead()
112 return totalBytesRead; in doRead()
/frameworks/av/media/libstagefright/
DMP3Extractor.cpp100 ssize_t totalBytesRead = 0; in Resync() local
124 totalBytesRead = source->readAt(pos + remainingBytes, in Resync()
127 if (totalBytesRead <= 0) { in Resync()
130 reachEOS = (totalBytesRead != bytesToRead); in Resync()
131 totalBytesRead += remainingBytes; in Resync()
132 remainingBytes = totalBytesRead; in Resync()