Searched refs:mEstimatedSizeBytes (Results 1 – 6 of 6) sorted by relevance
46 mEstimatedSizeBytes(0), in AACWriter()176 return mEstimatedSizeBytes >= mMaxFileSizeLimitBytes; in exceedsFileSizeLimit()288 mEstimatedSizeBytes = 0; in threadFunc()310 mEstimatedSizeBytes += kAdtsHeaderLength + buffer->range_length(); in threadFunc()
171 return mEstimatedSizeBytes >= mMaxFileSizeLimitBytes; in exceedsFileSizeLimit()188 mEstimatedSizeBytes = 0; in threadFunc()209 mEstimatedSizeBytes += buffer->range_length(); in threadFunc()
260 return mEstimatedSizeBytes > mMaxFileSizeLimitBytes; in exceedsFileSizeLimit()277 mEstimatedSizeBytes = 0; in threadFunc()299 mEstimatedSizeBytes += buffer->range_length(); in threadFunc()305 mEstimatedSizeBytes, mMaxFileSizeLimitBytes); in threadFunc()
52 int64_t mEstimatedSizeBytes; member
57 int64_t mEstimatedSizeBytes; member
56 int64_t mEstimatedSizeBytes; member