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 419 mMaxFileSizeBytes = bytes;
940 if (mMaxFileSizeBytes != 0) {
941 mWriter->setMaxFileSize(mMaxFileSizeBytes);
1033 if (mMaxFileSizeBytes != 0) {
1034 writer->setMaxFileSize(mMaxFileSizeBytes);
    [all...]
StagefrightRecorder.h 102 int64_t mMaxFileSizeBytes;

Completed in 160 milliseconds