HomeSort by relevance Sort by last modified time
    Searched refs:nativeCtx (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/java/android/media/
ImageWriter.java     [all...]
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 263 jlong nativeCtx = reinterpret_cast<jlong>(ctx.get());
329 return nativeCtx;
332 static void ImageWriter_dequeueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image) {
334 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx);
372 static void ImageWriter_close(JNIEnv* env, jobject thiz, jlong nativeCtx) {
374 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx);
407 static void ImageWriter_cancelImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image) {
409 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx);
433 static void ImageWriter_queueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image,
437 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx);
    [all...]

Completed in 83 milliseconds