Home
last modified time | relevance | path

Searched refs:mutex_avcodec_openclose (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/jogl/native/libav/
H A Dffmpeg_impl_template.c212 static pthread_mutex_t mutex_avcodec_openclose; variable
216 static jobject mutex_avcodec_openclose; variable
406 MY_MUTEX_LOCK(env, mutex_avcodec_openclose); in freeInstance()
422 MY_MUTEX_UNLOCK(env, mutex_avcodec_openclose); in freeInstance()
766 MY_MUTEX_LOCK(env, mutex_avcodec_openclose); in FF_FUNC()
773 MY_MUTEX_UNLOCK(env, mutex_avcodec_openclose); in FF_FUNC()
787 MY_MUTEX_UNLOCK(env, mutex_avcodec_openclose); in FF_FUNC()
886 MY_MUTEX_LOCK(env, mutex_avcodec_openclose); in FF_FUNC()
893 MY_MUTEX_UNLOCK(env, mutex_avcodec_openclose); in FF_FUNC()
1052 MY_MUTEX_LOCK(env, mutex_avcodec_openclose); in FF_FUNC()
[all …]
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/util/av/impl/
H A DFFMPEGv08Natives.java32 native boolean initSymbols0(Object mutex_avcodec_openclose, long[] symbols, int count); in initSymbols0() argument
H A DFFMPEGv10Natives.java32 native boolean initSymbols0(Object mutex_avcodec_openclose, long[] symbols, int count); in initSymbols0() argument
H A DFFMPEGv11Natives.java32 native boolean initSymbols0(Object mutex_avcodec_openclose, long[] symbols, int count); in initSymbols0() argument
H A DFFMPEGNatives.java39 abstract boolean initSymbols0(Object mutex_avcodec_openclose, long[] symbols, int count); in initSymbols0() argument
H A DFFMPEGv09Natives.java32 native boolean initSymbols0(Object mutex_avcodec_openclose, long[] symbols, int count); in initSymbols0() argument