Searched refs:max_filesize_bytes (Results 1 – 3 of 3) sorted by relevance
317 JNIEnv *env, jobject thiz, jlong max_filesize_bytes) in android_media_MediaRecorder_setMaxFileSize() argument319 ALOGV("setMaxFileSize(%lld)", (long long)max_filesize_bytes); in android_media_MediaRecorder_setMaxFileSize()323 sprintf(params, "max-filesize=%" PRId64, max_filesize_bytes); in android_media_MediaRecorder_setMaxFileSize()
654 public native void setMaxFileSize(long max_filesize_bytes) throws IllegalArgumentException; in setMaxFileSize() argument
626 int64_t max_filesize_bytes; in setParameter() local627 if (safe_strtoi64(value.string(), &max_filesize_bytes)) { in setParameter()628 return setParamMaxFileSizeBytes(max_filesize_bytes); in setParameter()