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

/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp131 off64_t streamSize; local
132 if (mDataSource->getSize(&streamSize) == OK) {
134 while (offset < streamSize) {
145 if (offset > streamSize) {
147 frameSize, offset, streamSize);
/frameworks/av/media/libstagefright/
H A DAMRExtractor.cpp137 off64_t streamSize; local
141 if (mDataSource->getSize(&streamSize) == OK) {
142 while (offset < streamSize) {
H A DAACExtractor.cpp170 off64_t streamSize, numFrames = 0; local
174 if (mDataSource->getSize(&streamSize) == OK) {
175 while (offset < streamSize) {

Completed in 84 milliseconds