• Home
  • Raw
  • Download

Lines Matching refs:nativeCtx

403     jlong nativeCtx = reinterpret_cast<jlong>(ctx.get());  in ImageWriter_init()  local
507 return nativeCtx; in ImageWriter_init()
510 static void ImageWriter_dequeueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image) { in ImageWriter_dequeueImage() argument
512 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx); in ImageWriter_dequeueImage()
550 static void ImageWriter_close(JNIEnv* env, jobject thiz, jlong nativeCtx) { in ImageWriter_close() argument
552 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx); in ImageWriter_close()
585 static void ImageWriter_cancelImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image) { in ImageWriter_cancelImage() argument
587 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx); in ImageWriter_cancelImage()
611 static void ImageWriter_queueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image, in ImageWriter_queueImage() argument
615 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx); in ImageWriter_queueImage()
777 static jint ImageWriter_attachAndQueueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, in ImageWriter_attachAndQueueImage() argument
781 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx); in ImageWriter_attachAndQueueImage()
808 static jint ImageWriter_attachAndQueueGraphicBuffer(JNIEnv* env, jobject thiz, jlong nativeCtx, in ImageWriter_attachAndQueueGraphicBuffer() argument
812 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx); in ImageWriter_attachAndQueueGraphicBuffer()