Searched refs:LIBRARY_FUNC (Results 1 – 3 of 3) sorted by relevance
/external/exoplayer/tree/extensions/opus/src/main/jni/ |
D | opus_jni.cc | 40 #define LIBRARY_FUNC(RETURN_TYPE, NAME, ...) \ macro 157 LIBRARY_FUNC(jstring, opusIsSecureDecodeSupported) { in LIBRARY_FUNC() function 162 LIBRARY_FUNC(jstring, opusGetVersion) { in LIBRARY_FUNC() function
|
/external/exoplayer/tree/extensions/ffmpeg/src/main/jni/ |
D | ffmpeg_jni.cc | 39 #define LIBRARY_FUNC(RETURN_TYPE, NAME, ...) \ macro 112 LIBRARY_FUNC(jstring, ffmpegGetVersion) { in LIBRARY_FUNC() function 116 LIBRARY_FUNC(jboolean, ffmpegHasDecoder, jstring codecName) { in LIBRARY_FUNC() function
|
/external/exoplayer/tree/extensions/vp9/src/main/jni/ |
D | vpx_jni.cc | 51 #define LIBRARY_FUNC(RETURN_TYPE, NAME, ...) \ macro 697 LIBRARY_FUNC(jstring, vpxIsSecureDecodeSupported) { in LIBRARY_FUNC() function 702 LIBRARY_FUNC(jstring, vpxGetVersion) { in LIBRARY_FUNC() function 706 LIBRARY_FUNC(jstring, vpxGetBuildConfig) { in LIBRARY_FUNC() function
|