Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DAACWriter.cpp46 mEstimatedSizeBytes(0), in AACWriter()
176 return mEstimatedSizeBytes >= mMaxFileSizeLimitBytes; in exceedsFileSizeLimit()
288 mEstimatedSizeBytes = 0; in threadFunc()
310 mEstimatedSizeBytes += kAdtsHeaderLength + buffer->range_length(); in threadFunc()
DAMRWriter.cpp171 return mEstimatedSizeBytes >= mMaxFileSizeLimitBytes; in exceedsFileSizeLimit()
188 mEstimatedSizeBytes = 0; in threadFunc()
209 mEstimatedSizeBytes += buffer->range_length(); in threadFunc()
DOggWriter.cpp260 return mEstimatedSizeBytes > mMaxFileSizeLimitBytes; in exceedsFileSizeLimit()
277 mEstimatedSizeBytes = 0; in threadFunc()
299 mEstimatedSizeBytes += buffer->range_length(); in threadFunc()
305 mEstimatedSizeBytes, mMaxFileSizeLimitBytes); in threadFunc()
/frameworks/av/media/libstagefright/include/media/stagefright/
DAMRWriter.h52 int64_t mEstimatedSizeBytes; member
DAACWriter.h57 int64_t mEstimatedSizeBytes; member
DOggWriter.h56 int64_t mEstimatedSizeBytes; member