GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
wrapper.c File Reference
#include <android/log.h>
#include <jni.h>
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
+ Include dependency graph for wrapper.c:

Macros

#define jniTAG   "WRAPPER_JNI"
 
#define jniLOGV(X)   __android_log_print(ANDROID_LOG_VERBOSE, jniTAG, X)
 
#define jniLOGI(X)   __android_log_print(ANDROID_LOG_INFO, jniTAG, X)
 
#define jniLOGE(X)   __android_log_print(ANDROID_LOG_ERROR, jniTAG, X)
 

Functions

char ** ConvertCommandLine (const char *sCommand, int *iNbArg)
 
JNIEXPORT void JNICALL Java_com_enst_mp4box_mp4terminal_run (JNIEnv *env, jobject obj, jstring sCommand)
 

Macro Definition Documentation

#define jniTAG   "WRAPPER_JNI"
#define jniLOGV (   X)    __android_log_print(ANDROID_LOG_VERBOSE, jniTAG, X)
#define jniLOGI (   X)    __android_log_print(ANDROID_LOG_INFO, jniTAG, X)
#define jniLOGE (   X)    __android_log_print(ANDROID_LOG_ERROR, jniTAG, X)

Function Documentation

char ** ConvertCommandLine ( const char *  sCommand,
int *  iNbArg 
)

+ Here is the caller graph for this function:

JNIEXPORT void JNICALL Java_com_enst_mp4box_mp4terminal_run ( JNIEnv *  env,
jobject  obj,
jstring  sCommand 
)

+ Here is the call graph for this function: