Home
last modified time | relevance | path

Searched full:jint (Results 1 - 25 of 55) sorted by relevance

123

/third_party/skia/third_party/externals/libjpeg-turbo/
H A 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 heigh in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII()
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A 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 sessionI
[all...]
H A 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 framesPerBurs
[all...]
H A 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 framesPerBurs in open()
[all...]
/third_party/skia/third_party/externals/libwebp/swig/
H A 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 *ar in SWIG_JavaArrayOutUshort()
[all...]
/third_party/backends/japi/
H A DSane.c59 JNIEXPORT jint JNICALL Java_Sane_init in Java_Sane_init()
63 jint *versionCodeBody; /* Gets ->array. */ in Java_Sane_init()
92 JNIEXPORT jint JNICALL Java_Sane_getDevicesNative in Java_Sane_getDevicesNative()
144 JNIEXPORT jint JNICALL Java_Sane_open in Java_Sane_open()
148 jint s_handle; in Java_Sane_open()
157 s_handle = (jint) sane_handle; in Java_Sane_open()
168 (JNIEnv *env, jobject jobj, jint handle) in Java_Sane_close()
179 (JNIEnv *env, jobject jobj, jint handle, jint option, jobject optObj) in Java_Sane_getOptionNative()
249 jint *element in Java_Sane_getOptionNative()
[all...]
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dohos_rpc_test_testhelper.cpp99 JNIEnv *env, jobject object, jint appId, jint commandId) in Java_ohos_rpc_test_TestHelper_nativeStartTestApp()
134 JNIEXPORT jint JNICALL Java_ohos_rpc_test_TestHelper_nativeGetTestAppPid( in Java_ohos_rpc_test_TestHelper_nativeGetTestAppPid()
135 JNIEnv *env, jobject object, jint appId) in Java_ohos_rpc_test_TestHelper_nativeGetTestAppPid()
137 jint pid = 0; in Java_ohos_rpc_test_TestHelper_nativeGetTestAppPid()
142 pid = (jint)helper->GetTestAppPid(appId); in Java_ohos_rpc_test_TestHelper_nativeGetTestAppPid()
154 JNIEXPORT jint JNICALL Java_ohos_rpc_test_TestHelper_nativeGetUid( in Java_ohos_rpc_test_TestHelper_nativeGetUid()
159 jint uid = 0; in Java_ohos_rpc_test_TestHelper_nativeGetUid()
164 uid = static_cast<jint>(helper->GetUid()); in Java_ohos_rpc_test_TestHelper_nativeGetUid()
175 JNIEXPORT jint JNICAL
[all...]
/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dohos_rpc_test_testhelper.h62 JNIEnv *env, jobject object, jint appId, jint commandId);
77 JNIEXPORT jint JNICALL Java_ohos_rpc_test_TestHelper_nativeGetTestAppPid(
78 JNIEnv *env, jobject object, jint appId);
85 JNIEXPORT jint JNICALL Java_ohos_rpc_test_TestHelper_nativeGetUid(
92 JNIEXPORT jint JNICALL Java_ohos_rpc_test_TestHelper_nativeGetPid(
101 JNIEnv *env, jobject object, jstring, jint);
109 JNIEnv *env, jobject object, jstring string, jint length);
117 JNIEnv *env, jobject object, jstring string, jint length);
/foundation/communication/ipc/ipc/native/src/jni/include/
H A Dohos_rpc_remote_object.h38 jint JNICALL Java_ohos_rpc_IPCSkeleton_nativeGetCallingPid(JNIEnv *env, jclass clazz);
45 jint JNICALL Java_ohos_rpc_IPCSkeleton_nativeGetCallingUid(JNIEnv *env, jclass clazz);
73 jint JNICALL Java_ohos_rpc_IPCSkeleton_nativeFlushCommands(JNIEnv *env, jclass clazz, jobject object);
88 jint len);
95 jlong JNICALL Java_ohos_rpc_RemoteObject_nativeGetObjectHolder(JNIEnv *env, jclass clazz, jstring value, jint len);
111 jint JNICALL Java_ohos_rpc_RemoteObject_nativeGetCallingPid(JNIEnv *env, jclass object);
119 jint JNICALL Java_ohos_rpc_RemoteObject_nativeGetCallingUid(JNIEnv *env, jclass object);
133 jboolean JNICALL Java_ohos_rpc_RemoteProxy_nativeSendRequest(JNIEnv *env, jobject object, jint code, jobject data,
142 jint flags);
150 jint flag
[all...]
H A Dohos_rpc_message_parcel.h83 jint len);
98 jint size);
105 jbyteArray JNICALL Java_ohos_rpc_MessageParcel_nativeReadRawData(JNIEnv *env, jobject object, jint size);
112 jint JNICALL Java_ohos_rpc_MessageParcel_nativeGetRawDataCapacity(JNIEnv *env, jobject object);
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
H A 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()
89 jint framesPerBurst) { in Java_com_google_oboe_samples_rhythmgame_MainActivity_native_1setDefaultStreamValues()
/third_party/skia/tools/skqp/src/
H A 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)gSkQ in Java_org_skia_skqp_SkQP_nExecuteUnitTest()
[all...]
/third_party/skia/modules/androidkit/src/
H A 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()
114 jint native_clipOp, jboolean doAA) { in Canvas_ClipRRect()
121 void Canvas_ClipShader(JNIEnv* env, jobject, jlong native_instance, jlong native_shader, jint native_clipOp) { in Canvas_ClipShader()
148 jint sampling_des in Canvas_DrawImage()
[all...]
H A 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()
H A 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()
H A DUtils.h99 SkSamplingOptions SamplingOptions(jint, jfloat, jfloat);
100 SkTileMode TileMode(jint);
101 SkBlendMode BlendMode(jint);
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/cpp/
H A 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 JNIEXPORT void JNICALL 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/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
H A 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()
157 jint framesPerBurst) { in Java_com_google_oboe_samples_hellooboe_PlaybackEngine_native_1setDefaultStreamValues()
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
H A 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/
H A 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()
/kernel/linux/linux-5.10/tools/perf/jvmti/
H A Dlibjvmti.c35 do_get_line_number(jvmtiEnv *jvmti, void *pc, jmethodID m, jint bci, in do_get_line_number()
38 jint i, nr_lines = 0; in do_get_line_number()
41 jint src_line = -1; in do_get_line_number()
78 jint ret; in get_line_numbers()
232 jint code_size, in compiled_method_load_cb()
234 jint map_length, in compiled_method_load_cb()
327 jint code_size) in code_generated_cb()
337 JNIEXPORT jint JNICALL
344 jint ret; in Agent_OnLoad()
/kernel/linux/linux-6.6/tools/perf/jvmti/
H A Dlibjvmti.c35 do_get_line_number(jvmtiEnv *jvmti, void *pc, jmethodID m, jint bci, in do_get_line_number()
38 jint i, nr_lines = 0; in do_get_line_number()
41 jint src_line = -1; in do_get_line_number()
78 jint ret; in get_line_numbers()
232 jint code_size, in compiled_method_load_cb()
234 jint map_length, in compiled_method_load_cb()
327 jint code_size) in code_generated_cb()
337 JNIEXPORT jint JNICALL
344 jint ret; in Agent_OnLoad()
/foundation/communication/ipc/ipc/native/src/jni/source/
H A Dohos_rpc_remote_object.cpp485 jint JNICALL Java_ohos_rpc_IPCSkeleton_nativeGetCallingPid(JNIEnv *env, jclass clazz) in Java_ohos_rpc_IPCSkeleton_nativeGetCallingPid()
488 return static_cast<jint>(pid); in Java_ohos_rpc_IPCSkeleton_nativeGetCallingPid()
496 jint JNICALL Java_ohos_rpc_IPCSkeleton_nativeGetCallingUid(JNIEnv *env, jclass clazz) in Java_ohos_rpc_IPCSkeleton_nativeGetCallingUid()
499 return static_cast<jint>(uid); in Java_ohos_rpc_IPCSkeleton_nativeGetCallingUid()
547 jint JNICALL Java_ohos_rpc_IPCSkeleton_nativeFlushCommands(JNIEnv *env, jclass clazz, jobject object) in Java_ohos_rpc_IPCSkeleton_nativeFlushCommands()
554 return static_cast<jint>(IPCSkeleton::FlushCommands(target)); in Java_ohos_rpc_IPCSkeleton_nativeFlushCommands()
578 jint len) in Java_ohos_rpc_IPCSkeleton_nativeSetCallingIdentity()
601 jlong JNICALL Java_ohos_rpc_RemoteObject_nativeGetObjectHolder(JNIEnv *env, jclass clazz, jstring value, jint len) in Java_ohos_rpc_RemoteObject_nativeGetObjectHolder()
620 jint JNICALL Java_ohos_rpc_RemoteObject_nativeGetCallingPid(JNIEnv *env, jclass object) in Java_ohos_rpc_RemoteObject_nativeGetCallingPid()
636 jint JNICAL
[all...]
/third_party/libjpeg-turbo/
H A 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 pa
[all...]
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/
H A 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()

Completed in 16 milliseconds

123