Searched refs:max_filesize_bytes (Results 1 – 3 of 3) sorted by relevance
391 JNIEnv *env, jobject thiz, jlong max_filesize_bytes) in android_media_MediaRecorder_setMaxFileSize() argument393 ALOGV("setMaxFileSize(%lld)", (long long)max_filesize_bytes); in android_media_MediaRecorder_setMaxFileSize()401 sprintf(params, "max-filesize=%" PRId64, max_filesize_bytes); in android_media_MediaRecorder_setMaxFileSize()
768 int64_t max_filesize_bytes; in setParameter() local769 if (safe_strtoi64(value.string(), &max_filesize_bytes)) { in setParameter()770 return setParamMaxFileSizeBytes(max_filesize_bytes); in setParameter()
789 public native void setMaxFileSize(long max_filesize_bytes) throws IllegalArgumentException; in setMaxFileSize() argument