Searched refs:mMaxFileSizeBytes (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp461 mMaxFileSizeBytes = bytes;
1069 if (mMaxFileSizeBytes != 0) {
1070 mWriter->setMaxFileSize(mMaxFileSizeBytes);
1166 if (mMaxFileSizeBytes != 0) {
1167 writer->setMaxFileSize(mMaxFileSizeBytes);
1738 if (mMaxFileSizeBytes != 0) {
1739 writer->setMaxFileSize(mMaxFileSizeBytes);
1929 mMaxFileSizeBytes = 0;
1981 snprintf(buffer, SIZE, " Max file size (bytes): %" PRId64 "\n", mMaxFileSizeBytes);
H A DStagefrightRecorder.h110 int64_t mMaxFileSizeBytes; member in struct:android::StagefrightRecorder

Completed in 10 milliseconds