Searched refs:mEstimatedSizeBytes (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DAMRWriter.h52 int64_t mEstimatedSizeBytes; member in struct:android::AMRWriter
H A DAACWriter.h57 int64_t mEstimatedSizeBytes; member in struct:android::AACWriter
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DAMRWriter.h52 int64_t mEstimatedSizeBytes; member in struct:android::AMRWriter
H A DAACWriter.h57 int64_t mEstimatedSizeBytes; member in struct:android::AACWriter
/frameworks/av/media/libstagefright/
H A DAACWriter.cpp46 mEstimatedSizeBytes(0),
176 return mEstimatedSizeBytes >= mMaxFileSizeLimitBytes;
288 mEstimatedSizeBytes = 0;
310 mEstimatedSizeBytes += kAdtsHeaderLength + buffer->range_length();
H A DAMRWriter.cpp171 return mEstimatedSizeBytes >= mMaxFileSizeLimitBytes;
188 mEstimatedSizeBytes = 0;
209 mEstimatedSizeBytes += buffer->range_length();

Completed in 50 milliseconds