Searched defs:setMaxFileSize (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaWriter.h41 virtual void setMaxFileSize(int64_t bytes) { mMaxFileSizeLimitBytes = bytes; } function in struct:android::MediaWriter
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaWriter.h41 virtual void setMaxFileSize(int64_t bytes) { mMaxFileSizeLimitBytes = bytes; } function in struct:android::MediaWriter
/frameworks/av/media/libstagefright/include/
H A DMediaWriter.h41 virtual void setMaxFileSize(int64_t bytes) { mMaxFileSizeLimitBytes = bytes; } function in struct:android::MediaWriter
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java656 public native void setMaxFileSize(long max_filesize_bytes) throws IllegalArgumentException; method in class:MediaRecorder

Completed in 183 milliseconds