Searched refs:max_filesize_bytes (Results 1 – 3 of 3) sorted by relevance
423 JNIEnv *env, jobject thiz, jlong max_filesize_bytes) in android_media_MediaRecorder_setMaxFileSize() argument425 ALOGV("setMaxFileSize(%lld)", (long long)max_filesize_bytes); in android_media_MediaRecorder_setMaxFileSize()433 sprintf(params, "max-filesize=%" PRId64, max_filesize_bytes); in android_media_MediaRecorder_setMaxFileSize()
937 int64_t max_filesize_bytes; in setParameter() local938 if (safe_strtoi64(value.string(), &max_filesize_bytes)) { in setParameter()939 return setParamMaxFileSizeBytes(max_filesize_bytes); in setParameter()
1013 public native void setMaxFileSize(long max_filesize_bytes) throws IllegalArgumentException; in setMaxFileSize() argument