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

  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 417 mMaxFileSizeBytes = bytes;
930 if (mMaxFileSizeBytes != 0) {
931 mWriter->setMaxFileSize(mMaxFileSizeBytes);
1023 if (mMaxFileSizeBytes != 0) {
1024 writer->setMaxFileSize(mMaxFileSizeBytes);
    [all...]
StagefrightRecorder.h 99 int64_t mMaxFileSizeBytes;

Completed in 23 milliseconds