Home
last modified time | relevance | path

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

1234567

/external/libjpeg-turbo/java/
Dorg_libjpegturbo_turbojpeg_TJCompressor.h31 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII
32 (JNIEnv *, jobject, jbyteArray, jint, jint, jint, jint, jbyteArray, jint, jint, jint);
39 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII
40 (JNIEnv *, jobject, jbyteArray, jint, jint, jint, jint, jint, jint, jbyteArray, jint, jint, jint);
47 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII
48 (JNIEnv *, jobject, jintArray, jint, jint, jint, jint, jbyteArray, jint, jint, jint);
55 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII
56 (JNIEnv *, jobject, jintArray, jint, jint, jint, jint, jint, jint, jbyteArray, jint, jint, jint);
63 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III…
64 (JNIEnv *, jobject, jobjectArray, jintArray, jint, jintArray, jint, jint, jbyteArray, jint, jint);
[all …]
Dorg_libjpegturbo_turbojpeg_TJDecompressor.h32 (JNIEnv *, jobject, jbyteArray, jint);
40 (JNIEnv *, jobject, jbyteArray, jint, jbyteArray, jint, jint, jint, jint, jint);
48 (JNIEnv *, jobject, jbyteArray, jint, jbyteArray, jint, jint, jint, jint, jint, jint, jint);
56 (JNIEnv *, jobject, jbyteArray, jint, jintArray, jint, jint, jint, jint, jint);
64 (JNIEnv *, jobject, jbyteArray, jint, jintArray, jint, jint, jint, jint, jint, jint, jint);
72 (JNIEnv *, jobject, jbyteArray, jint, jbyteArray, jint);
80 (JNIEnv *, jobject, jbyteArray, jint, jobjectArray, jintArray, jint, jintArray, jint, jint);
88 …, jobject, jobjectArray, jintArray, jintArray, jint, jbyteArray, jint, jint, jint, jint, jint, jin…
96 …*, jobject, jobjectArray, jintArray, jintArray, jint, jintArray, jint, jint, jint, jint, jint, jin…
Dorg_libjpegturbo_turbojpeg_TJ.h75 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSize
76 (JNIEnv *, jclass, jint, jint, jint);
83 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII
84 (JNIEnv *, jclass, jint, jint, jint, jint);
91 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__III
92 (JNIEnv *, jclass, jint, jint, jint);
99 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII
100 (JNIEnv *, jclass, jint, jint, jint, jint, jint);
107 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_planeWidth__III
108 (JNIEnv *, jclass, jint, jint, jint);
[all …]
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
Dorg_webrtc_voiceengine_test_AndroidTest.h23 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest
24 (JNIEnv *, jobject, jint, jint);
47 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_Init
55 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_Terminate
63 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_CreateChannel
71 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_DeleteChannel
72 (JNIEnv *, jobject, jint);
79 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_SetLocalReceiver
80 (JNIEnv *, jobject, jint, jint);
87 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_SetSendDestination
[all …]
Dandroid_test.cc311 jint JNI_OnLoad(JavaVM* vm, void* /*reserved*/) in JNI_OnLoad()
374 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest( in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest()
377 jint testType, in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest()
378 jint extendedSel) in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest()
509 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_Init( in Java_org_webrtc_voiceengine_test_AndroidTest_Init()
550 JNIEXPORT jint JNICALL Java_org_webrtc_voiceengine_test_AndroidTest_Terminate( in Java_org_webrtc_voiceengine_test_AndroidTest_Terminate()
556 jint retVal = veData1.base->Terminate(); in Java_org_webrtc_voiceengine_test_AndroidTest_Terminate()
567 JNIEXPORT jint JNICALL
573 jint channel = veData1.base->CreateChannel(); in Java_org_webrtc_voiceengine_test_AndroidTest_CreateChannel()
596 JNIEXPORT jint JNICALL
[all …]
/external/oj-libjdwp/src/share/javavm/export/
Djvm.h68 JNIEXPORT jint JNICALL
77 JNIEXPORT jint JNICALL
108 JVM_ArrayCopy(JNIEnv *env, jclass ignored, jobject src, jint src_pos,
109 jobject dst, jint dst_pos, jint length);
124 JVM_Exit(jint code);
127 JVM_Halt(jint code);
164 JNIEXPORT jint JNICALL
177 JVM_IsSupportedJNIVersion(jint version);
191 JNIEXPORT jint JNICALL
195 JVM_GetStackTraceElement(JNIEnv *env, jobject throwable, jint index);
[all …]
Djvmti.h49 JNIEXPORT jint JNICALL
52 JNIEXPORT jint JNICALL
480 typedef jint (JNICALL *jvmtiHeapIterationCallback)
481 (jlong class_tag, jlong size, jlong* tag_ptr, jint length, void* user_data);
483 typedef jint (JNICALL *jvmtiHeapReferenceCallback)
484 … referrer_class_tag, jlong size, jlong* tag_ptr, jlong* referrer_tag_ptr, jint length, void* user_…
486 typedef jint (JNICALL *jvmtiPrimitiveFieldCallback)
489 typedef jint (JNICALL *jvmtiArrayPrimitiveValueCallback)
490 …(jlong class_tag, jlong size, jlong* tag_ptr, jint element_count, jvmtiPrimitiveType element_type,…
492 typedef jint (JNICALL *jvmtiStringPrimitiveValueCallback)
[all …]
Djmm.h189 jint gc_ext_attribute_values_size; /* set by the caller of GetGCStat */
191jint num_gc_ext_attributes; /* number of GC extension attribute values s are fill…
223 jint (JNICALL *GetVersion) (JNIEnv *env);
225 jint (JNICALL *GetOptionalSupport) (JNIEnv *env,
233 jint (JNICALL *GetThreadInfo) (JNIEnv *env,
235 jint maxDepth,
257 jint (JNICALL *GetLongAttributes) (JNIEnv *env,
260 jint count,
269 jint (JNICALL *GetVMGlobals) (JNIEnv *env,
272 jint count);
[all …]
Djawt.h141 jint x;
142 jint y;
143 jint width;
144 jint height;
167 jint clipSize;
208 jint (JNICALL *Lock)
242 jint version;
/external/libjpeg-turbo/
Dturbojpeg-jni.c123 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSize in Java_org_libjpegturbo_turbojpeg_TJ_bufSize()
124 (JNIEnv *env, jclass cls, jint width, jint height, jint jpegSubsamp) in Java_org_libjpegturbo_turbojpeg_TJ_bufSize()
126 jint retval = (jint)tjBufSize(width, height, jpegSubsamp); in Java_org_libjpegturbo_turbojpeg_TJ_bufSize()
135 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII()
136 (JNIEnv *env, jclass cls, jint width, jint pad, jint height, jint subsamp) in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII()
138 jint retval = (jint)tjBufSizeYUV2(width, pad, height, subsamp); in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__IIII()
147 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__III in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__III()
148 (JNIEnv *env, jclass cls, jint width, jint height, jint subsamp) in Java_org_libjpegturbo_turbojpeg_TJ_bufSizeYUV__III()
156 JNIEXPORT jint JNICALL Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII in Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII()
157 (JNIEnv *env, jclass cls, jint componentID, jint width, jint stride, in Java_org_libjpegturbo_turbojpeg_TJ_planeSizeYUV__IIIII()
[all …]
/external/javasqlite/src/main/native/
Dsqlite_jni.h16 (JNIEnv *, jobject, jstring, jint);
96 (JNIEnv *, jobject, jint);
128 (JNIEnv *, jobject, jstring, jint, jobject);
136 (JNIEnv *, jobject, jstring, jint, jobject);
144 (JNIEnv *, jobject, jstring, jint);
160 (JNIEnv *, jclass, jint);
232 (JNIEnv *, jobject, jint, jobject);
318 (JNIEnv *, jobject, jint);
350 (JNIEnv *, jobject, jint);
357 JNIEXPORT jint JNICALL Java_SQLite_FunctionContext_count
[all …]
/external/drrickorang/LoopbackApp/app/src/main/cpp/
Djni_native.h30 (JNIEnv *, jobject, jint bytesPerFrame, jint threadType, jint performanceMode);
33 (JNIEnv *, jobject, jint, jint, jint, jint, jint, jint, jdouble, jobject byteBuffer,
34 jshortArray loopbackTone, jint maxRecordedLateCallbacks, jint ignoreFirstFrames);
36 JNIEXPORT jint JNICALL Java_org_drrickorang_loopback_NativeAudioThread_nativeProcessNext
39 JNIEXPORT jint JNICALL Java_org_drrickorang_loopback_NativeAudioThread_nativeDestroy
46 JNIEXPORT jint JNICALL
58 JNIEXPORT jint JNICALL
66 JNIEXPORT jint JNICALL
Djni_native.c39 (JNIEnv *env, jobject obj __unused, jint bytesPerFrame, jint threadType, jint performanceMode) { in Java_org_drrickorang_loopback_NativeAudioThread_nativeComputeDefaultSettings()
58 (JNIEnv *env, jobject obj __unused, jint threadType, jint samplingRate, jint frameCount, in Java_org_drrickorang_loopback_NativeAudioThread_nativeInit()
59 jint micSource, jint performanceMode, in Java_org_drrickorang_loopback_NativeAudioThread_nativeInit()
60 jint testType, jdouble frequency1, jobject byteBuffer, jshortArray loopbackTone, in Java_org_drrickorang_loopback_NativeAudioThread_nativeInit()
61 jint maxRecordedLateCallbacks, jint ignoreFirstFrames) { in Java_org_drrickorang_loopback_NativeAudioThread_nativeInit()
94 JNIEXPORT jint JNICALL Java_org_drrickorang_loopback_NativeAudioThread_nativeProcessNext in Java_org_drrickorang_loopback_NativeAudioThread_nativeProcessNext()
115 JNIEXPORT jint JNICALL Java_org_drrickorang_loopback_NativeAudioThread_nativeDestroy in Java_org_drrickorang_loopback_NativeAudioThread_nativeDestroy()
139 JNIEXPORT jint JNICALL
174 JNIEXPORT jint JNICALL
230 JNIEXPORT jint
/external/tensorflow/tensorflow/examples/android/jni/
Dimageutils_jni.cc36 jint width, jint height, jboolean halfSize);
40 jintArray output, jint width, jint height, jint y_row_stride,
41 jint uv_row_stride, jint uv_pixel_stride, jboolean halfSize);
44 JNIEnv* env, jclass clazz, jbyteArray input, jbyteArray output, jint width,
45 jint height);
50 jint width, jint height);
55 jint width, jint height);
64 jint width, jint height, jboolean halfSize) { in IMAGEUTILS_METHOD()
69 jint* const o = env->GetIntArrayElements(output, &outputCopy); in IMAGEUTILS_METHOD()
87 jintArray output, jint width, jint height, jint y_row_stride, in IMAGEUTILS_METHOD()
[all …]
/external/oj-libjdwp/src/share/back/
DeventFilter.h34 jint index, jint exprID);
36 jint index, jint count);
38 jint index, jthread thread);
40 jint index,
45 jint index,
49 jint index,
52 jint index,
57 jint index,
60 jint index,
63 jint index,
[all …]
Dutil.h71 jint count; /* count of references */
82 typedef jint FrameNumber;
86 jint type_in,
87 jint length_in,
89 jint* type_out,
90 jint* length_out,
126 jint cachedJvmtiVersion;
281 jint count;
319 #define jlong_to_jint(a) ((jint)(a))
331 jint uniqueID(void);
[all …]
DArrayReferenceImpl.c48 newComponents(PacketOutputStream *out, jint length, size_t nbytes) in newComponents()
53 ptr = jvmtiAllocate(length*((jint)nbytes)); in newComponents()
71 jarray array, jint index, jint length) in writeBooleanComponents()
77 jint i; in writeBooleanComponents()
88 jarray array, jint index, jint length) in writeByteComponents()
94 jint i; in writeByteComponents()
105 jarray array, jint index, jint length) in writeCharComponents()
111 jint i; in writeCharComponents()
122 jarray array, jint index, jint length) in writeShortComponents()
128 jint i; in writeShortComponents()
[all …]
DstepControl.h34 jint granularity;
35 jint depth;
41 jint fromStackDepth; /* for all but STEP_INTO STEP_INSTRUCTION */
42 jint fromLine; /* for granularity == STEP_LINE */
45 jint lineEntryCount; /* for granularity == STEP_LINE */
61 jint size, jint depth, HandlerNode *node);
/external/libtextclassifier/utils/java/
Djni-cache.h86 jint calendar_zone_offset;
87 jint calendar_dst_offset;
88 jint calendar_year;
89 jint calendar_month;
90 jint calendar_day_of_year;
91 jint calendar_day_of_month;
92 jint calendar_day_of_week;
93 jint calendar_hour_of_day;
94 jint calendar_minute;
95 jint calendar_second;
[all …]
/external/libchrome/mojo/public/java/system/
Dcore_impl.cc87 static jint JNI_CoreImpl_Close(JNIEnv* env, in JNI_CoreImpl_Close()
89 jint mojo_handle) { in JNI_CoreImpl_Close()
93 static jint JNI_CoreImpl_QueryHandleSignalsState( in JNI_CoreImpl_QueryHandleSignalsState()
96 jint mojo_handle, in JNI_CoreImpl_QueryHandleSignalsState()
106 static jint JNI_CoreImpl_WriteMessage( in JNI_CoreImpl_WriteMessage()
109 jint mojo_handle, in JNI_CoreImpl_WriteMessage()
111 jint num_bytes, in JNI_CoreImpl_WriteMessage()
113 jint flags) { in JNI_CoreImpl_WriteMessage()
138 jint mojo_handle, in JNI_CoreImpl_ReadMessage()
139 jint flags) { in JNI_CoreImpl_ReadMessage()
[all …]
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dnativeinterpreterwrapper_jni.h52 JNIEXPORT jint JNICALL
54 JNIEnv* env, jclass clazz, jlong handle, jint input_index);
61 JNIEXPORT jint JNICALL
63 JNIEnv* env, jclass clazz, jlong handle, jint output_index);
70 JNIEXPORT jint JNICALL
80 JNIEXPORT jint JNICALL
134 jint num_threads);
142 JNIEnv* env, jclass clazz, jint size);
170 jint num_threads);
187 JNIEXPORT jint JNICALL
[all …]
/external/libtextclassifier/annotator/
Dannotator_jni.h32 (JNIEnv* env, jobject thiz, jint fd);
57 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin,
58 jint selection_end, jobject options);
61 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin,
62 jint selection_end, jobject options, jobject app_context,
77 (JNIEnv* env, jobject clazz, jint fd);
80 (JNIEnv* env, jobject clazz, jint fd);
86 TC3_JNI_METHOD(jint, TC3_ANNOTATOR_CLASS_NAME, nativeGetVersion)
87 (JNIEnv* env, jobject clazz, jint fd);
89 TC3_JNI_METHOD(jint, TC3_ANNOTATOR_CLASS_NAME,
[all …]
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_manager.h102 jint sample_rate,
103 jint channels,
108 jint output_buffer_size,
109 jint input_buffer_size,
112 jint sample_rate,
113 jint channels,
118 jint output_buffer_size,
119 jint input_buffer_size);
/external/sl4a/ScriptingLayerForAndroid/jni/
Dcom_googlecode_android_scripting_Exec.h24 (JNIEnv *, jclass, jobject, jint, jint, jint, jint);
31 JNIEXPORT jint JNICALL Java_com_googlecode_android_1scripting_Exec_waitFor
32 (JNIEnv *, jclass, jint);
/external/tensorflow/tensorflow/java/src/main/native/
Doperation_jni.h46 JNIEXPORT jint JNICALL Java_org_tensorflow_Operation_numOutputs(JNIEnv *,
54 JNIEXPORT jint JNICALL Java_org_tensorflow_Operation_outputListLength(JNIEnv *,
66 jlong, jint);
73 JNIEXPORT jint JNICALL Java_org_tensorflow_Operation_dtype(JNIEnv *, jclass,
74 jlong, jlong, jint);
82 JNIEXPORT jint JNICALL Java_org_tensorflow_Operation_inputListLength(JNIEnv *,

1234567