Home
last modified time | relevance | path

Searched refs:jobject (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/frameworks/base/media/mca/filterfw/jni/
Djni_gl_frame.h28 jobject thiz,
29 jobject gl_env,
35 jobject thiz,
36 jobject gl_env,
43 jobject thiz,
44 jobject gl_env,
51 jobject thiz,
52 jobject gl_env);
55 Java_android_filterfw_core_GLFrame_nativeDeallocate(JNIEnv* env, jobject thiz);
58 Java_android_filterfw_core_GLFrame_setNativeInts(JNIEnv* env, jobject thiz, jintArray ints);
[all …]
Djni_shader_program.h30 jobject thiz,
31 jobject gl_env,
36 Java_android_filterfw_core_ShaderProgram_deallocate(JNIEnv* env, jobject thiz);
39 Java_android_filterfw_core_ShaderProgram_compileAndLink(JNIEnv* env, jobject thiz);
43 jobject thiz,
45 jobject value);
47 JNIEXPORT jobject JNICALL
49 jobject thiz,
54 jobject thiz,
56 jobject output);
[all …]
Djni_gl_environment.h27 Java_android_filterfw_core_GLEnvironment_nativeAllocate(JNIEnv* env, jobject thiz);
30 Java_android_filterfw_core_GLEnvironment_nativeDeallocate(JNIEnv* env, jobject thiz);
33 Java_android_filterfw_core_GLEnvironment_nativeInitWithNewContext(JNIEnv* env, jobject thiz);
36 Java_android_filterfw_core_GLEnvironment_nativeInitWithCurrentContext(JNIEnv* env, jobject thiz);
39 Java_android_filterfw_core_GLEnvironment_nativeIsActive(JNIEnv* env, jobject thiz);
42 Java_android_filterfw_core_GLEnvironment_nativeIsContextActive(JNIEnv* env, jobject thiz);
48 Java_android_filterfw_core_GLEnvironment_nativeActivate(JNIEnv* env, jobject thiz);
51 Java_android_filterfw_core_GLEnvironment_nativeDeactivate(JNIEnv* env, jobject thiz);
54 Java_android_filterfw_core_GLEnvironment_nativeSwapBuffers(JNIEnv* env, jobject thiz);
58 jobject thiz,
[all …]
Djni_native_frame.h27 Java_android_filterfw_core_NativeFrame_nativeAllocate(JNIEnv* env, jobject thiz, jint size);
30 Java_android_filterfw_core_NativeFrame_nativeDeallocate(JNIEnv* env, jobject thiz);
39 Java_android_filterfw_core_NativeFrame_setNativeInts(JNIEnv* env, jobject thiz, jintArray ints);
42 Java_android_filterfw_core_NativeFrame_getNativeInts(JNIEnv* env, jobject thiz, jint size);
45 Java_android_filterfw_core_NativeFrame_setNativeFloats(JNIEnv* env, jobject thiz, jfloatArray ints);
48 Java_android_filterfw_core_NativeFrame_getNativeFloats(JNIEnv* env, jobject thiz, jint size);
52 jobject thiz,
58 Java_android_filterfw_core_NativeFrame_getNativeData(JNIEnv* env, jobject thiz, jint size);
61 Java_android_filterfw_core_NativeFrame_getNativeBuffer(JNIEnv* env, jobject thiz, jobject buffer);
65 jobject thiz,
[all …]
Djni_native_program.h27 Java_android_filterfw_core_NativeProgram_allocate(JNIEnv* env, jobject thiz);
30 Java_android_filterfw_core_NativeProgram_deallocate(JNIEnv* env, jobject thiz);
33 Java_android_filterfw_core_NativeProgram_nativeInit(JNIEnv* env, jobject thiz);
37 jobject thiz,
42 jobject thiz,
47 jobject thiz,
52 jobject thiz,
57 jobject thiz,
62 jobject thiz,
67 jobject thiz,
[all …]
Djni_gl_frame.cpp45 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocate()
46 jobject gl_env, in Java_android_filterfw_core_GLFrame_nativeAllocate()
59 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture()
60 jobject gl_env, in Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture()
74 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo()
75 jobject gl_env, in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo()
89 jobject thiz, in Java_android_filterfw_core_GLFrame_nativeAllocateExternal()
90 jobject gl_env) { in Java_android_filterfw_core_GLFrame_nativeAllocateExternal()
100 jboolean Java_android_filterfw_core_GLFrame_nativeDeallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLFrame_nativeDeallocate()
105 jobject thiz, in Java_android_filterfw_core_GLFrame_setNativeData()
[all …]
Djni_shader_program.cpp39 jobject thiz, in Java_android_filterfw_core_ShaderProgram_allocate()
40 jobject gl_env, in Java_android_filterfw_core_ShaderProgram_allocate()
59 jboolean Java_android_filterfw_core_ShaderProgram_deallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_ShaderProgram_deallocate()
63 jboolean Java_android_filterfw_core_ShaderProgram_compileAndLink(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_ShaderProgram_compileAndLink()
69 jobject thiz, in Java_android_filterfw_core_ShaderProgram_setUniformValue()
71 jobject value) { in Java_android_filterfw_core_ShaderProgram_setUniformValue()
83 jobject Java_android_filterfw_core_ShaderProgram_getUniformValue(JNIEnv* env, in Java_android_filterfw_core_ShaderProgram_getUniformValue()
84 jobject thiz, in Java_android_filterfw_core_ShaderProgram_getUniformValue()
92 jobject thiz, in Java_android_filterfw_core_ShaderProgram_shaderProcess()
94 jobject output) { in Java_android_filterfw_core_ShaderProgram_shaderProcess()
[all …]
Djni_native_program.cpp30 jboolean Java_android_filterfw_core_NativeProgram_allocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_allocate()
35 jboolean Java_android_filterfw_core_NativeProgram_deallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_deallocate()
39 jboolean Java_android_filterfw_core_NativeProgram_nativeInit(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_nativeInit()
45 jobject thiz, in Java_android_filterfw_core_NativeProgram_openNativeLibrary()
52 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindInitFunction()
59 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindSetValueFunction()
68 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindGetValueFunction()
77 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindProcessFunction()
84 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindResetFunction()
93 jobject thiz, in Java_android_filterfw_core_NativeProgram_bindTeardownFunction()
[all …]
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp50 static inline EGLDisplay getDisplay(JNIEnv* env, jobject o) { in getDisplay()
54 static inline EGLSurface getSurface(JNIEnv* env, jobject o) { in getSurface()
58 static inline EGLContext getContext(JNIEnv* env, jobject o) { in getContext()
62 static inline EGLConfig getConfig(JNIEnv* env, jobject o) { in getConfig()
117 static jboolean jni_eglInitialize(JNIEnv *_env, jobject _this, jobject display, in jni_eglInitialize()
140 static jboolean jni_eglQueryContext(JNIEnv *_env, jobject _this, jobject display, in jni_eglQueryContext()
141 jobject context, jint attribute, jintArray value) { in jni_eglQueryContext()
159 static jboolean jni_eglQuerySurface(JNIEnv *_env, jobject _this, jobject display, in jni_eglQuerySurface()
160 jobject surface, jint attribute, jintArray value) { in jni_eglQuerySurface()
179 static jint jni_getInitCount(JNIEnv *_env, jobject _clazz, jobject display) { in jni_getInitCount()
[all …]
Dandroid_opengl_EGL14.cpp56 static jobject eglNoContextObject;
57 static jobject eglNoDisplayObject;
58 static jobject eglNoSurfaceObject;
87jobject localeglNoContextObject = _env->NewObject(eglcontextClass, eglcontextConstructor, reinterp… in nativeClassInit()
89jobject localeglNoDisplayObject = _env->NewObject(egldisplayClass, egldisplayConstructor, reinterp… in nativeClassInit()
91jobject localeglNoSurfaceObject = _env->NewObject(eglsurfaceClass, eglsurfaceConstructor, reinterp… in nativeClassInit()
107 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) { in fromEGLHandle()
117 static jobject
141 (JNIEnv *_env, jobject _this) { in android_eglGetError()
148 static jobject
[all …]
Dandroid_graphics_drawable_VectorDrawable.cpp33 static jlong createTree(JNIEnv*, jobject, jlong groupPtr) { in createTree() argument
39 static jlong createTreeFromCopy(JNIEnv*, jobject, jlong treePtr, jlong groupPtr) { in createTreeFromCopy() argument
46 static jlong createEmptyFullPath(JNIEnv*, jobject) { in createEmptyFullPath() argument
51 static jlong createFullPath(JNIEnv*, jobject, jlong srcFullPathPtr) { in createFullPath() argument
58 static jlong createEmptyClipPath(JNIEnv*, jobject) { in createEmptyClipPath() argument
63 static jlong createClipPath(JNIEnv*, jobject, jlong srcClipPathPtr) { in createClipPath() argument
70 static jlong createEmptyGroup(JNIEnv*, jobject) { in createEmptyGroup() argument
75 static jlong createGroup(JNIEnv*, jobject, jlong srcGroupPtr) { in createGroup() argument
81 static void setNodeName(JNIEnv* env, jobject, jlong nodePtr, jstring nameStr) { in setNodeName() argument
88 static void addChild(JNIEnv*, jobject, jlong groupPtr, jlong childPtr) { in addChild() argument
[all …]
Dandroid_hardware_UsbRequest.cpp33 struct usb_request* get_request_from_object(JNIEnv* env, jobject java_request) in get_request_from_object()
39 extern struct usb_device* get_device_from_object(JNIEnv* env, jobject connection);
42 android_hardware_UsbRequest_init(JNIEnv *env, jobject thiz, jobject java_device, in android_hardware_UsbRequest_init()
69 android_hardware_UsbRequest_close(JNIEnv *env, jobject thiz) in android_hardware_UsbRequest_close()
80 android_hardware_UsbRequest_queue_array(JNIEnv *env, jobject thiz, in android_hardware_UsbRequest_queue_array()
112 env->DeleteGlobalRef((jobject)request->client_data); in android_hardware_UsbRequest_queue_array()
119 android_hardware_UsbRequest_dequeue_array(JNIEnv *env, jobject thiz, in android_hardware_UsbRequest_dequeue_array()
133 env->DeleteGlobalRef((jobject)request->client_data); in android_hardware_UsbRequest_dequeue_array()
138 android_hardware_UsbRequest_queue_direct(JNIEnv *env, jobject thiz, in android_hardware_UsbRequest_queue_direct()
139 jobject buffer, jint length, jboolean out) in android_hardware_UsbRequest_queue_direct()
[all …]
Dandroid_view_InputChannel.cpp52 void invokeAndRemoveDisposeCallback(JNIEnv* env, jobject obj);
74 void NativeInputChannel::invokeAndRemoveDisposeCallback(JNIEnv* env, jobject obj) { in invokeAndRemoveDisposeCallback()
85 jobject inputChannelObj) { in android_view_InputChannel_getNativeInputChannel()
90 static void android_view_InputChannel_setNativeInputChannel(JNIEnv* env, jobject inputChannelObj, in android_view_InputChannel_setNativeInputChannel()
96 sp<InputChannel> android_view_InputChannel_getInputChannel(JNIEnv* env, jobject inputChannelObj) { in android_view_InputChannel_getInputChannel()
102 void android_view_InputChannel_setDisposeCallback(JNIEnv* env, jobject inputChannelObj, in android_view_InputChannel_setDisposeCallback()
113 static jobject android_view_InputChannel_createInputChannel(JNIEnv* env, in android_view_InputChannel_createInputChannel()
115 jobject inputChannelObj = env->NewObject(gInputChannelClassInfo.clazz, in android_view_InputChannel_createInputChannel()
146 jobject serverChannelObj = android_view_InputChannel_createInputChannel(env, in android_view_InputChannel_nativeOpenInputChannelPair()
152 jobject clientChannelObj = android_view_InputChannel_createInputChannel(env, in android_view_InputChannel_nativeOpenInputChannelPair()
[all …]
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp47 static AnimationListener* createAnimationListener(JNIEnv* env, jobject finishListener, jint id) { in createAnimationListener()
50 AnimationListenerBridge(JNIEnv* env, jobject finishListener, jint id) { in createAnimationListener()
80 jobject mFinishListener; in createAnimationListener()
86 static void addAnimator(JNIEnv*, jobject, jlong animatorSetPtr, jlong propertyHolderPtr, in addAnimator() argument
96 static jlong createAnimatorSet(JNIEnv*, jobject) { in createAnimatorSet() argument
101 static void setVectorDrawableTarget(JNIEnv*, jobject,jlong animatorPtr, jlong vectorDrawablePtr) { in setVectorDrawableTarget() argument
107 static jlong createGroupPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createGroupPropertyHolder() argument
115 static jlong createPathDataPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jlong startValuePtr, in createPathDataPropertyHolder() argument
125 static jlong createPathColorPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createPathColorPropertyHolder() argument
133 static jlong createPathPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createPathPropertyHolder() argument
[all …]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetDebugMessageLogKHR.cpp4 …(JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset,… in android_glGetDebugMessageLogKHR__II_3II_3II_3II_3II_3II_3BI()
12 … *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobjec… in android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2()
20 …(JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray typ… in android_glGetDebugMessageLogKHR__I_3II_3II_3II_3II()
28 …(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref,… in android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
DglGetDebugMessageLog.cpp4 …(JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset,… in android_glGetDebugMessageLog__II_3II_3II_3II_3II_3II_3BI()
12 … *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobjec… in android_glGetDebugMessageLog__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2()
20 …(JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray typ… in android_glGetDebugMessageLog__I_3II_3II_3II_3II()
28 …(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref,… in android_glGetDebugMessageLog__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp52 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);
54 android_media_MediaCodec_getPersistentInputSurface(JNIEnv* env, jobject object);
71 JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz);
77 jobject mObject; // Weak ref to MediaRecorder Java object to call on
80 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaRecorderListener()
116 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface()
122 static sp<PersistentSurface> get_persistentSurface(JNIEnv* env, jobject object) in get_persistentSurface()
142 static sp<MediaRecorder> getMediaRecorder(JNIEnv* env, jobject thiz) in getMediaRecorder()
149 static sp<MediaRecorder> setMediaRecorder(JNIEnv* env, jobject thiz, const sp<MediaRecorder>& recor… in setMediaRecorder()
164 static void android_media_MediaRecorder_setCamera(JNIEnv* env, jobject thiz, jobject camera) in android_media_MediaRecorder_setCamera()
[all …]
Dandroid_media_MediaPlayer.cpp107 JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz);
113 jobject mObject; // Weak ref to MediaPlayer Java object to call on
116 JNIMediaPlayerListener::JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaPlayerListener()
146 jobject jParcel = createJavaParcelObject(env); in notify()
167 static sp<MediaPlayer> getMediaPlayer(JNIEnv* env, jobject thiz) in getMediaPlayer()
174 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player) in setMediaPlayer()
192 static void process_media_player_call(JNIEnv *env, jobject thiz, status_t opStatus, const char* exc… in process_media_player_call()
222 JNIEnv *env, jobject thiz, jobject httpServiceBinderObj, jstring path, in android_media_MediaPlayer_setDataSourceAndHeaders()
271 android_media_MediaPlayer_setDataSourceFD(JNIEnv *env, jobject thiz, jobject fileDescriptor, jlong … in android_media_MediaPlayer_setDataSourceFD()
289 android_media_MediaPlayer_setDataSourceCallback(JNIEnv *env, jobject thiz, jobject dataSource) in android_media_MediaPlayer_setDataSourceCallback()
[all …]
/frameworks/base/core/jni/android/graphics/
DBitmapRegionDecoder.cpp46 static jobject createBitmapRegionDecoder(JNIEnv* env, std::unique_ptr<SkStreamRewindable> stream) { in createBitmapRegionDecoder()
58 static jobject nativeNewInstanceFromByteArray(JNIEnv* env, jobject, jbyteArray byteArray, in nativeNewInstanceFromByteArray() argument
68 jobject brd = createBitmapRegionDecoder(env, std::move(stream)); in nativeNewInstanceFromByteArray()
72 static jobject nativeNewInstanceFromFileDescriptor(JNIEnv* env, jobject clazz, in nativeNewInstanceFromFileDescriptor()
73 jobject fileDescriptor, jboolean isShareable) { in nativeNewInstanceFromFileDescriptor()
88 jobject brd = createBitmapRegionDecoder(env, std::move(stream)); in nativeNewInstanceFromFileDescriptor()
92 static jobject nativeNewInstanceFromStream(JNIEnv* env, jobject clazz, in nativeNewInstanceFromStream()
93 jobject is, // InputStream in nativeNewInstanceFromStream()
96 jobject brd = NULL; in nativeNewInstanceFromStream()
107 static jobject nativeNewInstanceFromAsset(JNIEnv* env, jobject clazz, in nativeNewInstanceFromAsset()
[all …]
DRegion.cpp36 static inline SkRegion* GetSkRegion(JNIEnv* env, jobject regionObject) { in GetSkRegion()
43 static jlong Region_constructor(JNIEnv* env, jobject) { in Region_constructor() argument
47 static void Region_destructor(JNIEnv* env, jobject, jlong regionHandle) { in Region_destructor() argument
53 static void Region_setRegion(JNIEnv* env, jobject, jlong dstHandle, jlong srcHandle) { in Region_setRegion() argument
60 static jboolean Region_setRect(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint rig… in Region_setRect() argument
66 static jboolean Region_setPath(JNIEnv* env, jobject, jlong dstHandle, in Region_setPath() argument
77 static jboolean Region_getBounds(JNIEnv* env, jobject, jlong regionHandle, jobject rectBounds) { in Region_getBounds() argument
84 static jboolean Region_getBoundaryPath(JNIEnv* env, jobject, jlong regionHandle, jlong pathHandle) { in Region_getBoundaryPath() argument
91 static jboolean Region_op0(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, … in Region_op0() argument
100 static jboolean Region_op1(JNIEnv* env, jobject, jlong dstHandle, jobject rectObject, jlong regionH… in Region_op1() argument
[all …]
DGraphicsJNI.h46 static void get_jrect(JNIEnv*, jobject jrect, int* L, int* T, int* R, int* B);
47 static void set_jrect(JNIEnv*, jobject jrect, int L, int T, int R, int B);
49 static SkIRect* jrect_to_irect(JNIEnv*, jobject jrect, SkIRect*);
50 static void irect_to_jrect(const SkIRect&, JNIEnv*, jobject jrect);
52 static SkRect* jrectf_to_rect(JNIEnv*, jobject jrectf, SkRect*);
53 static SkRect* jrect_to_rect(JNIEnv*, jobject jrect, SkRect*);
54 static void rect_to_jrectf(const SkRect&, JNIEnv*, jobject jrectf);
56 static void set_jpoint(JNIEnv*, jobject jrect, int x, int y);
58 static SkIPoint* jpoint_to_ipoint(JNIEnv*, jobject jpoint, SkIPoint* point);
59 static void ipoint_to_jpoint(const SkIPoint& point, JNIEnv*, jobject jpoint);
[all …]
DBitmap.h36 jobject createBitmap(JNIEnv* env, Bitmap* bitmap,
38 jobject ninePatchInsets = NULL, int density = -1);
43 Bitmap& toBitmap(JNIEnv* env, jobject bitmap);
47 void imageInfo(JNIEnv* env, jobject bitmap, AndroidBitmapInfo* info);
49 void* lockPixels(JNIEnv* env, jobject bitmap);
51 bool unlockPixels(JNIEnv* env, jobject bitmap);
56 void reinitBitmap(JNIEnv* env, jobject javaBitmap, const SkImageInfo& info,
59 int getBitmapAllocationByteCount(JNIEnv* env, jobject javaBitmap);
DMovie.cpp22 jobject create_jmovie(JNIEnv* env, Movie* moov) { in create_jmovie()
30 static Movie* J2Movie(JNIEnv* env, jobject movie) { in J2Movie()
41 static jint movie_width(JNIEnv* env, jobject movie) { in movie_width()
46 static jint movie_height(JNIEnv* env, jobject movie) { in movie_height()
51 static jboolean movie_isOpaque(JNIEnv* env, jobject movie) { in movie_isOpaque()
56 static jint movie_duration(JNIEnv* env, jobject movie) { in movie_duration()
61 static jboolean movie_setTime(JNIEnv* env, jobject movie, jint ms) { in movie_setTime()
66 static void movie_draw(JNIEnv* env, jobject movie, jlong canvasHandle, in movie_draw()
83 static jobject movie_decodeAsset(JNIEnv* env, jobject clazz, jlong native_asset) { in movie_decodeAsset()
91 static jobject movie_decodeStream(JNIEnv* env, jobject clazz, jobject istream) { in movie_decodeStream()
[all …]
/frameworks/ex/framesequence/jni/
DFrameSequenceJNI.cpp35 static jobject createJavaFrameSequence(JNIEnv* env, FrameSequence* frameSequence) { in createJavaFrameSequence()
48 static jobject nativeDecodeByteArray(JNIEnv* env, jobject clazz, in nativeDecodeByteArray()
62 static jobject nativeDecodeByteBuffer(JNIEnv* env, jobject clazz, in nativeDecodeByteBuffer()
63 jobject buf, jint offset, jint limit) { in nativeDecodeByteBuffer()
64 jobject globalBuf = env->NewGlobalRef(buf); in nativeDecodeByteBuffer()
73 jobject finalSequence = createJavaFrameSequence(env, frameSequence); in nativeDecodeByteBuffer()
77 static jobject nativeDecodeStream(JNIEnv* env, jobject clazz, in nativeDecodeStream()
78 jobject istream, jbyteArray byteArray) { in nativeDecodeStream()
84 static void nativeDestroyFrameSequence(JNIEnv* env, jobject clazz, in nativeDestroyFrameSequence()
87 jobject buf = frameSequence->getRawByteBuffer(); in nativeDestroyFrameSequence()
[all …]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dcolorspace.h31 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
35 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
39 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
43 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);

12345678910>>...16