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