HomeSort by relevance Sort by last modified time
    Searched refs:mEstimatedSizeBytes (Results 1 - 4 of 4) sorted by null

  /frameworks/av/include/media/stagefright/
AACWriter.h 58 int64_t mEstimatedSizeBytes;
AMRWriter.h 56 int64_t mEstimatedSizeBytes;
  /frameworks/av/media/libstagefright/
AACWriter.cpp 189 return mEstimatedSizeBytes >= mMaxFileSizeLimitBytes;
301 mEstimatedSizeBytes = 0;
322 mEstimatedSizeBytes += kAdtsHeaderLength + buffer->range_length();
AMRWriter.cpp 182 return mEstimatedSizeBytes >= mMaxFileSizeLimitBytes;
199 mEstimatedSizeBytes = 0;
220 mEstimatedSizeBytes += buffer->range_length();

Completed in 1036 milliseconds