Home
last modified time | relevance | path

Searched refs:jint (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
Djni-bridge.cpp37 JNIEXPORT jint JNICALL
39 jint nativeApi,
40 jint sampleRate,
41 jint channelCount,
42 jint format,
43 jint sharingMode,
44 jint performanceMode,
45 jint inputPreset,
46 jint deviceId,
47 jint sessionId,
[all …]
DNativeAudioContext.cpp138 int ActivityContext::open(jint nativeApi, in open()
139 jint sampleRate, in open()
140 jint channelCount, in open()
141 jint format, in open()
142 jint sharingMode, in open()
143 jint performanceMode, in open()
144 jint inputPreset, in open()
145 jint deviceId, in open()
146 jint sessionId, in open()
147 jint framesPerBurst, in open()
[all …]
DNativeAudioContext.h208 int open(jint nativeApi,
209 jint sampleRate,
210 jint channelCount,
211 jint format,
212 jint sharingMode,
213 jint performanceMode,
214 jint inputPreset,
215 jint deviceId,
216 jint sessionId,
217 jint framesPerBurst,
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg-jni.c128 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSize in Java_org_libjpegturbo_turbojpeg_TJ_bufSize()
129 (JNIEnv *env, jclass cls, jint width, jint height, jint jpegSubsamp) in Java_org_libjpegturbo_turbojpeg_TJ_bufSize()
131 jint retval = (jint)tjBufSize(width, height, jpegSubsamp); in Java_org_libjpegturbo_turbojpeg_TJ_bufSize()
140 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII()
141 (JNIEnv *env, jclass cls, jint width, jint pad, jint height, jint subsamp) in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII()
143 jint retval = (jint)tjBufSizeYUV2(width, pad, height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII()
152 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__III in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__III()
153 (JNIEnv *env, jclass cls, jint width, jint height, jint subsamp) in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__III()
161 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII in Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII()
162 (JNIEnv *env, jclass cls, jint componentID, jint width, jint stride, in Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII()
[all …]
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_java_wrap.c259 int SWIG_JavaArrayInUshort (JNIEnv *jenv, jint **jarr, unsigned short **carr, jintArray input);
260 void SWIG_JavaArrayArgoutUshort (JNIEnv *jenv, jint *jarr, unsigned short *carr, jintArray input);
264 int SWIG_JavaArrayInInt (JNIEnv *jenv, jint **jarr, int **carr, jintArray input);
265 void SWIG_JavaArrayArgoutInt (JNIEnv *jenv, jint *jarr, int *carr, jintArray input);
274 int SWIG_JavaArrayInLong (JNIEnv *jenv, jint **jarr, long **carr, jintArray input);
275 void SWIG_JavaArrayArgoutLong (JNIEnv *jenv, jint *jarr, long *carr, jintArray input);
441 int SWIG_JavaArrayInUshort (JNIEnv *jenv, jint **jarr, unsigned short **carr, jintArray input) { in SWIG_JavaArrayInUshort()
462 void SWIG_JavaArrayArgoutUshort (JNIEnv *jenv, jint *jarr, unsigned short *carr, jintArray input) { in SWIG_JavaArrayArgoutUshort()
466 jarr[i] = (jint)carr[i]; in SWIG_JavaArrayArgoutUshort()
471 jint *arr; in SWIG_JavaArrayOutUshort()
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
Dnative-lib.cpp52 jint width, in Java_com_google_oboe_samples_rhythmgame_RendererWrapper_native_1onSurfaceChanged()
53 jint height) { in Java_com_google_oboe_samples_rhythmgame_RendererWrapper_native_1onSurfaceChanged()
66 jint event_type, in Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1onTouchInput()
68 jint pixel_x, in Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1onTouchInput()
69 jint pixel_y) { in Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1onTouchInput()
88 jint sampleRate, in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1setDefaultStreamValues()
89jint framesPerBurst) { in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1setDefaultStreamValues()
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/cpp/
DDrumPlayerJNI.cpp48 JNIEnv* env, jobject, jint numChannels) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_setupAudioStreamNative()
78 JNIEnv* env, jobject, jbyteArray bytearray, jint index, jfloat pan, jint channels) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_loadWavAssetNative()
112 …ICALL Java_com_plausiblesoftware_drumthumper_DrumPlayer_trigger(JNIEnv* env, jobject, jint index) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_trigger()
143 JNIEnv *env, jobject thiz, jint index, jfloat pan) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_setPan()
148 JNIEnv *env, jobject thiz, jint index) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_getPan()
153 JNIEnv *env, jobject thiz, jint index, jfloat gain) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_setGain()
158 JNIEnv *env, jobject thiz, jint index) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_getGain()
/third_party/skia/tools/skqp/src/
Djni_skqp.cpp24 JNIEXPORT jlong JNICALL Java_org_skia_skqp_SkQP_nExecuteGM(JNIEnv*, jobject, jint, jint);
25 JNIEXPORT jobjectArray JNICALL Java_org_skia_skqp_SkQP_nExecuteUnitTest(JNIEnv*, jobject, jint);
87 jobjectArray jarray = env->NewObjectArray((jint)array.size(), stringClass, nullptr); in to_java_string_array()
138 jint gmIndex, in Java_org_skia_skqp_SkQP_nExecuteGM()
139 jint backendIndex) { in Java_org_skia_skqp_SkQP_nExecuteGM()
144 jassert(env, backendIndex < (jint)gSkQP.getSupportedBackends().size(), -1); in Java_org_skia_skqp_SkQP_nExecuteGM()
145 jassert(env, gmIndex < (jint)gSkQP.getGMs().size(), -1); in Java_org_skia_skqp_SkQP_nExecuteGM()
159 jint index) { in Java_org_skia_skqp_SkQP_nExecuteUnitTest()
162 jassert(env, index < (jint)gSkQP.getUnitTests().size(), nullptr); in Java_org_skia_skqp_SkQP_nExecuteUnitTest()
/third_party/skia/modules/androidkit/src/
DCanvas.cpp19 jint Canvas_GetWidth(JNIEnv* env, jobject, jlong native_instance) { in Canvas_GetWidth()
24 jint Canvas_GetHeight(JNIEnv* env, jobject, jlong native_instance) { in Canvas_GetHeight()
29 jint Canvas_Save(JNIEnv* env, jobject, jlong native_instance) { in Canvas_Save()
42 void Canvas_RestoreToCount(JNIEnv* env, jobject, jlong native_instance, jint count) { in Canvas_RestoreToCount()
48 jint Canvas_SaveLayer(JNIEnv* env, jobject, jlong native_instance, jlong native_paint) { in Canvas_SaveLayer()
97 jint native_clipOp, jboolean doAA) { in Canvas_ClipPath()
106 jint native_clipOp, jboolean doAA) { in Canvas_ClipRect()
114jint native_clipOp, jboolean doAA) { in Canvas_ClipRRect()
121 void Canvas_ClipShader(JNIEnv* env, jobject, jlong native_instance, jlong native_shader, jint nativ… in Canvas_ClipShader()
148 jint sampling_desc, jfloat sampling_b, jfloat sampling_c) { in Canvas_DrawImage()
DImage.cpp30 jint Image_GetWidth(JNIEnv*, jobject, jlong native_instance) { in Image_GetWidth()
35 jint Image_GetHeight(JNIEnv*, jobject, jlong native_instance) { in Image_GetHeight()
40 jlong Image_MakeShader(JNIEnv*, jobject, jlong native_instance, jint jtmx, jint jtmy, in Image_MakeShader()
41 jint sampling_desc, jfloat sampling_b, jfloat sampling_c, in Image_MakeShader()
DGradients.cpp20 jint jtm, jlong native_lm) in GradientData()
57 jfloatArray jcolors, jfloatArray jpos, jint jtm, jlong native_lm) { in MakeLinear()
74 jfloatArray jcolors, jfloatArray jpos, jint jtm, jlong native_lm) { in MakeRadial()
92 jfloatArray jcolors, jfloatArray jpos, jint jtm, jlong native_lm) { in MakeTwoPointConical()
109 jfloatArray jcolors, jfloatArray jpos, jint jtm, jlong native_lm) { in MakeSweep()
DUtils.cpp13 SkSamplingOptions SamplingOptions(jint desc, jfloat coeffB, jfloat coeffC) { in SamplingOptions()
26 SkTileMode TileMode(jint tm) { in TileMode()
36 SkBlendMode BlendMode(jint bm) { in BlendMode()
DUtils.h99 SkSamplingOptions SamplingOptions(jint, jfloat, jfloat);
100 SkTileMode TileMode(jint);
101 SkBlendMode BlendMode(jint);
DPaint.cpp44 static void Paint_SetStrokeCap(JNIEnv* env, jobject, jlong native_paint, jint native_cap) { in Paint_SetStrokeCap()
63 static void Paint_SetStrokeJoin(JNIEnv* env, jobject, jlong native_paint, jint native_join) { in Paint_SetStrokeJoin()
DImageFilter.cpp33 jint jTileMode, jlong native_input) { in ImageFilter_Blur()
51 static long ImageFilter_Blend(JNIEnv* env, jobject, jint bm, jlong background, jlong foreground) { in ImageFilter_Blend()
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
Djni_bridge.cpp67 jint audioApi) { in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setAudioApi()
84 jint deviceId) { in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setAudioDeviceId()
99 jint channelCount) { in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setChannelCount()
114 jint bufferSizeInBursts) { in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setBufferSizeInBursts()
156 jint sampleRate, in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setDefaultStreamValues()
157jint framesPerBurst) { in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setDefaultStreamValues()
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
Djni_bridge.cpp60 JNIEnv *env, jclass, jint deviceId) { in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_setRecordingDeviceId()
73 JNIEnv *env, jclass, jint deviceId) { in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_setPlaybackDeviceId()
87 jint apiType) { in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_setAPI()
126 jint sampleRate, in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_native_1setDefaultStreamValues()
127 jint framesPerBurst) { in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_native_1setDefaultStreamValues()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
Dnative-lib.cpp86 Java_com_mobileer_androidfxlab_NativeInterface_addDefaultEffectNative(JNIEnv *, jobject, jint jid) { in Java_com_mobileer_androidfxlab_NativeInterface_addDefaultEffectNative()
101 Java_com_mobileer_androidfxlab_NativeInterface_removeEffectNative(JNIEnv *, jobject, jint jind) { in Java_com_mobileer_androidfxlab_NativeInterface_removeEffectNative()
110 jint jfrom, jint jto) { in Java_com_mobileer_androidfxlab_NativeInterface_rotateEffectNative()
122 JNIEnv *env, jobject, jint jid, jint jindex, jfloatArray params) { in Java_com_mobileer_androidfxlab_NativeInterface_modifyEffectNative()
142 JNIEnv *, jobject, jint jindex, jboolean jenable) { in Java_com_mobileer_androidfxlab_NativeInterface_enableEffectNative()
/third_party/libjpeg-turbo/
Dlibjpeg-turbo-2.1.x-bugfix.patch687 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSize
688 (JNIEnv *env, jclass cls, jint width, jint height, jint jpegSubsamp)
690 - jint retval = (jint)tjBufSize(width, height, jpegSubsamp);
700 + return (jint)retval;
704 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII
705 (JNIEnv *env, jclass cls, jint width, jint pad, jint height, jint subsamp)
707 - jint retval = (jint)tjBufSizeYUV2(width, pad, height, subsamp);
717 + return (jint)retval;
721 @@ -162,13 +167,15 @@ JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII
722 (JNIEnv *env, jclass cls, jint componentID, jint width, jint stride,
[all …]
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/
Dnative-lib.cpp28 jint *elements = env->GetIntArrayElements(intArray, nullptr); in convertJavaArrayToVector()
82 jint sampleRate, in Java_com_google_oboe_samples_megadrone_MainActivity_native_1setDefaultStreamValues()
83 jint framesPerBurst) { in Java_com_google_oboe_samples_megadrone_MainActivity_native_1setDefaultStreamValues()
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
DLwsService.cpp40 …CALL jni_setConnectionParameters(JNIEnv *env, jobject obj, jstring serverAddress, jint serverPort);
73 JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM* vm, void * reserved) { in JNI_OnLoad()
74 jint result = -1; in JNI_OnLoad()
272 jint serverPort in jni_setConnectionParameters()
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/
Dnative-lib.cpp178 jlong nativeProxy, jint width, in Java_org_skia_skottie_SkottieAnimation_nDrawFrame()
179 jint height, in Java_org_skia_skottie_SkottieAnimation_nDrawFrame()
182 jint backgroundColor, in Java_org_skia_skottie_SkottieAnimation_nDrawFrame()
/third_party/node/deps/cares/src/lib/
Dares_android.c272 jint nserv; in ares_get_android_server_list()
341 if (nserv > (jint)max_servers) { in ares_get_android_server_list()
342 nserv = (jint)max_servers; in ares_get_android_server_list()
353 (*env)->CallObjectMethod(env, server_list, android_list_get_mid, (jint)i); in ares_get_android_server_list()
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/
Dmain.cpp293 jint jni_return = java_vm->GetEnv((void**)&java_env, JNI_VERSION_1_6); in ShowSoftKeyboardInput()
326 jint jni_return = java_vm->GetEnv((void**)&java_env, JNI_VERSION_1_6); in PollUnicodeChars()
344 jint unicode_character; in PollUnicodeChars()
/third_party/skia/tools/sk_app/android/
Dsurface_glue_android.cpp277 jint keycode) { in Java_org_skia_viewer_ViewerActivity_onKeyPressed()
285 JNIEnv* env, jobject activity, jlong handle, jint owner, jint state, jfloat x, jfloat y) { in Java_org_skia_viewer_ViewerActivity_onTouched()

12