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

  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 253 jlong nativeCtx = reinterpret_cast<jlong>(ctx.get());
319 return nativeCtx;
322 static void ImageWriter_dequeueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image) {
324 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx);
362 static void ImageWriter_close(JNIEnv* env, jobject thiz, jlong nativeCtx) {
364 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx);
397 static void ImageWriter_cancelImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image) {
399 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx);
423 static void ImageWriter_queueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image,
426 JNIImageWriterContext* const ctx = reinterpret_cast<JNIImageWriterContext *>(nativeCtx);
    [all...]
  /frameworks/base/media/java/android/media/
ImageWriter.java     [all...]

Completed in 95 milliseconds