Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DImageWriter.java1297 private synchronized native void nativeClose(long nativeCtx); in nativeClose()
1299 private synchronized native void nativeDequeueInputImage(long nativeCtx, Image wi); in nativeDequeueInputImage()
1301 private synchronized native void nativeQueueInputImage(long nativeCtx, Image image, in nativeQueueInputImage()
1305 private synchronized native int nativeAttachAndQueueImage(long nativeCtx, in nativeAttachAndQueueImage()
1308 private synchronized native int nativeAttachAndQueueGraphicBuffer(long nativeCtx, in nativeAttachAndQueueGraphicBuffer()
1312 private synchronized native void cancelImage(long nativeCtx, Image image); in cancelImage()
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp414 jlong nativeCtx = reinterpret_cast<jlong>(ctx.get()); in ImageWriter_init() local
541 static void ImageWriter_dequeueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image) { in ImageWriter_dequeueImage()
581 static void ImageWriter_close(JNIEnv* env, jobject thiz, jlong nativeCtx) { in ImageWriter_close()
616 static void ImageWriter_cancelImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image) { in ImageWriter_cancelImage()
642 static void ImageWriter_queueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image, in ImageWriter_queueImage()
825 static jint ImageWriter_attachAndQueueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, in ImageWriter_attachAndQueueImage()
856 static jint ImageWriter_attachAndQueueGraphicBuffer(JNIEnv* env, jobject thiz, jlong nativeCtx, in ImageWriter_attachAndQueueGraphicBuffer()