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

/frameworks/base/media/libstagefright/
H A DAACExtractor.cpp160 off64_t streamSize, numFrames = 0; local
164 if (mDataSource->getSize(&streamSize) == OK) {
165 while (offset < streamSize) {
H A DAMRExtractor.cpp137 off64_t streamSize; local
141 if (mDataSource->getSize(&streamSize) == OK) {
142 while (offset < streamSize) {

Completed in 133 milliseconds