Lines Matching refs:nativeCtx
254 jlong nativeCtx = reinterpret_cast<jlong>(ctx.get()); in ImageWriter_init() local
320 return nativeCtx; in ImageWriter_init()
323 static void ImageWriter_dequeueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image) { in ImageWriter_dequeueImage() argument
325 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx); in ImageWriter_dequeueImage()
363 static void ImageWriter_close(JNIEnv* env, jobject thiz, jlong nativeCtx) { in ImageWriter_close() argument
365 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx); in ImageWriter_close()
398 static void ImageWriter_cancelImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image) { in ImageWriter_cancelImage() argument
400 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx); in ImageWriter_cancelImage()
424 static void ImageWriter_queueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image, in ImageWriter_queueImage() argument
427 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx); in ImageWriter_queueImage()
489 static jint ImageWriter_attachAndQueueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, in ImageWriter_attachAndQueueImage() argument
493 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx); in ImageWriter_attachAndQueueImage()