Home
last modified time | relevance | path

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

12345678910

/external/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 …]
/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 …]
/external/icu/android_icu4j/libcore_bridge/src/native/
Dcom_android_i18n_timezone_internal_Memory.cpp51 static inline jint bswap_2x16(jint v) { in bswap_2x16()
64 jint* dst = reinterpret_cast<jint*>(dstShorts); in swapShorts()
65 const jint* src = reinterpret_cast<const jint*>(srcShorts); in swapShorts()
67 jint v = get_unaligned<jint>(src++); in swapShorts()
68 put_unaligned<jint>(dst++, bswap_2x16(v)); in swapShorts()
76 static inline void swapInts(jint* dstInts, const jint* srcInts, size_t count) { in swapInts()
78 jint v = get_unaligned<int>(srcInts++); in swapInts()
79 put_unaligned<jint>(dstInts++, bswap_32(v)); in swapInts()
84 jint* dst = reinterpret_cast<jint*>(dstLongs); in swapLongs()
85 const jint* src = reinterpret_cast<const jint*>(srcLongs); in swapLongs()
[all …]
/external/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 …]
/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/webrtc/sdk/android/src/jni/
Dyuv_helper.cc23 jint src_stride, in JNI_YuvHelper_CopyPlane()
25 jint dst_stride, in JNI_YuvHelper_CopyPlane()
26 jint width, in JNI_YuvHelper_CopyPlane()
27 jint height) { in JNI_YuvHelper_CopyPlane()
38 jint src_stride_y, in JNI_YuvHelper_I420Copy()
40 jint src_stride_u, in JNI_YuvHelper_I420Copy()
42 jint src_stride_v, in JNI_YuvHelper_I420Copy()
44 jint dst_stride_y, in JNI_YuvHelper_I420Copy()
46 jint dst_stride_u, in JNI_YuvHelper_I420Copy()
48 jint dst_stride_v, in JNI_YuvHelper_I420Copy()
[all …]
Dnv12_buffer.cc24 jint crop_x, in JNI_NV12Buffer_CropAndScale()
25 jint crop_y, in JNI_NV12Buffer_CropAndScale()
26 jint crop_width, in JNI_NV12Buffer_CropAndScale()
27 jint crop_height, in JNI_NV12Buffer_CropAndScale()
28 jint scale_width, in JNI_NV12Buffer_CropAndScale()
29 jint scale_height, in JNI_NV12Buffer_CropAndScale()
31 jint src_width, in JNI_NV12Buffer_CropAndScale()
32 jint src_height, in JNI_NV12Buffer_CropAndScale()
33 jint src_stride, in JNI_NV12Buffer_CropAndScale()
34 jint src_slice_height, in JNI_NV12Buffer_CropAndScale()
[all …]
Djava_i420_buffer.cc20 jint src_stride_y, in JNI_JavaI420Buffer_CropAndScaleI420()
22 jint src_stride_u, in JNI_JavaI420Buffer_CropAndScaleI420()
24 jint src_stride_v, in JNI_JavaI420Buffer_CropAndScaleI420()
25 jint crop_x, in JNI_JavaI420Buffer_CropAndScaleI420()
26 jint crop_y, in JNI_JavaI420Buffer_CropAndScaleI420()
27 jint crop_width, in JNI_JavaI420Buffer_CropAndScaleI420()
28 jint crop_height, in JNI_JavaI420Buffer_CropAndScaleI420()
30 jint dst_stride_y, in JNI_JavaI420Buffer_CropAndScaleI420()
32 jint dst_stride_u, in JNI_JavaI420Buffer_CropAndScaleI420()
34 jint dst_stride_v, in JNI_JavaI420Buffer_CropAndScaleI420()
[all …]
Dnv21_buffer.cc25 jint crop_x, in JNI_NV21Buffer_CropAndScale()
26 jint crop_y, in JNI_NV21Buffer_CropAndScale()
27 jint crop_width, in JNI_NV21Buffer_CropAndScale()
28 jint crop_height, in JNI_NV21Buffer_CropAndScale()
29 jint scale_width, in JNI_NV21Buffer_CropAndScale()
30 jint scale_height, in JNI_NV21Buffer_CropAndScale()
32 jint src_width, in JNI_NV21Buffer_CropAndScale()
33 jint src_height, in JNI_NV21Buffer_CropAndScale()
35 jint dst_stride_y, in JNI_NV21Buffer_CropAndScale()
37 jint dst_stride_u, in JNI_NV21Buffer_CropAndScale()
[all …]
Dandroid_video_track_source.h61 jint j_width,
62 jint j_height,
63 jint j_rotation,
71 jint j_rotation,
79 jint j_landscape_width,
80 jint j_landscape_height,
82 jint j_portrait_width,
83 jint j_portrait_height,
/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
/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/tensorflow/tensorflow/tools/android/test/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/libtextclassifier/native/utils/java/
Djni-cache.h87 jint calendar_zone_offset;
88 jint calendar_dst_offset;
89 jint calendar_year;
90 jint calendar_month;
91 jint calendar_day_of_year;
92 jint calendar_day_of_month;
93 jint calendar_day_of_week;
94 jint calendar_hour_of_day;
95 jint calendar_minute;
96 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/libchrome/base/android/
Drecord_histogram.cc86 jint j_boundary) { in JNI_RecordHistogram_EnumeratedHistogram()
107 jint j_min, in JNI_RecordHistogram_CustomCountHistogram()
108 jint j_max, in JNI_RecordHistogram_CustomCountHistogram()
109 jint j_num_buckets) { in JNI_RecordHistogram_CustomCountHistogram()
134 jint j_min, in JNI_RecordHistogram_LinearCountHistogram()
135 jint j_max, in JNI_RecordHistogram_LinearCountHistogram()
136 jint j_num_buckets) { in JNI_RecordHistogram_LinearCountHistogram()
173 jint j_min, in JNI_RecordHistogram_CustomTimesHistogram()
174 jint j_max, in JNI_RecordHistogram_CustomTimesHistogram()
175 jint j_bucket_count) { in JNI_RecordHistogram_CustomTimesHistogram()
[all …]
/external/libtextclassifier/native/annotator/
Dannotator_jni.h32 (JNIEnv* env, jobject clazz, jint fd);
38 (JNIEnv* env, jobject clazz, jint fd, jlong offset, jlong size);
54 (JNIEnv* env, jobject thiz, jlong ptr, jint fd, jlong offset, jlong size);
63 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin,
64 jint selection_end, jobject options);
67 (JNIEnv* env, jobject thiz, jlong ptr, jstring context, jint selection_begin,
68 jint selection_end, jobject options, jobject app_context,
87 (JNIEnv* env, jobject clazz, jint fd);
90 (JNIEnv* env, jobject clazz, jint fd);
93 (JNIEnv* env, jobject clazz, jint fd, jlong offset, jlong size);
[all …]
/external/exoplayer/tree/extensions/opus/src/main/jni/
Dopus_jni.cc53 jint JNI_OnLoad(JavaVM* vm, void* reserved) { in JNI_OnLoad()
66 DECODER_FUNC(jlong, opusInit, jint sampleRate, jint channelCount, in DECODER_FUNC()
67 jint numStreams, jint numCoupled, jint gain, jbyteArray jStreamMap) { in DECODER_FUNC()
95 DECODER_FUNC(jint, opusDecode, jlong jDecoder, jlong jTimeUs, in DECODER_FUNC() argument
96 jobject jInputBuffer, jint inputSize, jobject jOutputBuffer) { in DECODER_FUNC()
102 const jint outputSize = in DECODER_FUNC()
127 DECODER_FUNC(jint, opusSecureDecode, jlong jDecoder, jlong jTimeUs, in DECODER_FUNC() argument
128 jobject jInputBuffer, jint inputSize, jobject jOutputBuffer, in DECODER_FUNC()
129 jint sampleRate, jobject mediaCrypto, jint inputMode, jbyteArray key, in DECODER_FUNC()
130 jbyteArray javaIv, jint inputNumSubSamples, jintArray numBytesOfClearData, in DECODER_FUNC()
[all …]
/external/webrtc/modules/audio_device/android/
Daudio_manager.h133 jint sample_rate,
134 jint output_channels,
135 jint input_channels,
143 jint output_buffer_size,
144 jint input_buffer_size,
147 jint sample_rate,
148 jint output_channels,
149 jint input_channels,
157 jint output_buffer_size,
158 jint input_buffer_size);
/external/libtextclassifier/native/actions/
Dactions_jni.h35 (JNIEnv* env, jobject clazz, jint fd, jbyteArray serialized_preconditions);
41 (JNIEnv* env, jobject clazz, jint fd, jlong offset, jlong size,
57 (JNIEnv* env, jobject clazz, jint fd);
60 (JNIEnv* env, jobject clazz, jint fd, jlong offset, jlong size);
63 (JNIEnv* env, jobject clazz, jint fd);
66 (JNIEnv* env, jobject clazz, jint fd, jlong offset, jlong size);
68 TC3_JNI_METHOD(jint, TC3_ACTIONS_CLASS_NAME, nativeGetVersion)
69 (JNIEnv* env, jobject clazz, jint fd);
71 TC3_JNI_METHOD(jint, TC3_ACTIONS_CLASS_NAME, nativeGetVersionWithOffset)
72 (JNIEnv* env, jobject clazz, jint fd, jlong offset, jlong 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);

12345678910