Home
last modified time | relevance | path

Searched defs:nativeCtx (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DImageWriter.java974 private synchronized native void nativeClose(long nativeCtx); in nativeClose()
976 private synchronized native void nativeDequeueInputImage(long nativeCtx, Image wi); in nativeDequeueInputImage()
978 private synchronized native void nativeQueueInputImage(long nativeCtx, Image image, in nativeQueueInputImage()
982 private synchronized native int nativeAttachAndQueueImage(long nativeCtx, in nativeAttachAndQueueImage()
985 private synchronized native int nativeAttachAndQueueGraphicBuffer(long nativeCtx, in nativeAttachAndQueueGraphicBuffer()
989 private synchronized native void cancelImage(long nativeCtx, Image image); in cancelImage()
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp403 jlong nativeCtx = reinterpret_cast<jlong>(ctx.get()); in ImageWriter_init() local
510 static void ImageWriter_dequeueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image) { in ImageWriter_dequeueImage()
550 static void ImageWriter_close(JNIEnv* env, jobject thiz, jlong nativeCtx) { in ImageWriter_close()
585 static void ImageWriter_cancelImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image) { in ImageWriter_cancelImage()
611 static void ImageWriter_queueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image, in ImageWriter_queueImage()
777 static jint ImageWriter_attachAndQueueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, in ImageWriter_attachAndQueueImage()
808 static jint ImageWriter_attachAndQueueGraphicBuffer(JNIEnv* env, jobject thiz, jlong nativeCtx, in ImageWriter_attachAndQueueGraphicBuffer()