HomeSort by relevance Sort by last modified time
    Searched refs:surfaceTexture (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /packages/apps/Camera2/src/com/android/camera/captureintent/event/
EventOnSurfaceTextureAvailable.java 21 import android.graphics.SurfaceTexture;
24 private final SurfaceTexture mSurfaceTexture;
26 public EventOnSurfaceTextureAvailable(SurfaceTexture surfaceTexture) {
27 mSurfaceTexture = surfaceTexture;
30 public SurfaceTexture getSurfaceTexture() {
  /packages/apps/Camera2/src/com/android/camera/burst/
SurfaceTextureContainer.java 19 import android.graphics.SurfaceTexture;
25 * A container that stores the {@link SurfaceTexture} and the stored
29 private final SurfaceTexture mSurfaceTexture;
32 public SurfaceTextureContainer(SurfaceTexture surfaceTexture) {
33 mSurfaceTexture = surfaceTexture;
37 public SurfaceTexture getSurfaceTexture() {
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 17 #define LOG_TAG "SurfaceTexture"
49 const char* const kSurfaceTextureClassPathName = "android/graphics/SurfaceTexture";
52 jfieldID surfaceTexture;
83 const sp<GLConsumer>& surfaceTexture)
86 (GLConsumer*)env->GetLongField(thiz, fields.surfaceTexture);
87 if (surfaceTexture.get()) {
88 surfaceTexture->incStrong((void*)SurfaceTexture_setSurfaceTexture);
93 env->SetLongField(thiz, fields.surfaceTexture, (jlong)surfaceTexture.get());
126 return (GLConsumer*)env->GetLongField(thiz, fields.surfaceTexture);
    [all...]
  /development/ndk/platforms/android-13/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /frameworks/native/include/android/
native_window_jni.h 49 * Return the ANativeWindow associated with a Java SurfaceTexture object,
54 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /packages/apps/Camera2/src/com/android/camera/captureintent/resource/
ResourceSurfaceTextureNexus4Impl.java 24 import android.graphics.SurfaceTexture;
34 * SurfaceTexture default buffer. Noted that though the surface is 4:3, the
51 SurfaceTexture surfaceTexture) {
54 surfaceTexture,
61 SurfaceTexture surfaceTexture,
63 super(resourceConstructed, surfaceTexture, previewTransformCalculator);
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r11/platforms/android-13/arch-arm/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r11/platforms/android-13/arch-x86/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r11/platforms/android-14/arch-arm/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r11/platforms/android-14/arch-x86/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r11/platforms/android-15/arch-arm/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /prebuilts/ndk/r11/platforms/android-15/arch-x86/usr/include/android/
native_window_jni.h 37 * Return the ANativeWindow associated with a Java SurfaceTexture object,
42 ANativeWindow* ANativeWindow_fromSurfaceTexture(JNIEnv* env, jobject surfaceTexture);
  /cts/tests/tests/media/src/android/media/cts/
CompositionTextureView.java 23 import android.graphics.SurfaceTexture;
67 public void onSurfaceTextureAvailable(SurfaceTexture arg0, int arg1, int arg2) {
76 public boolean onSurfaceTextureDestroyed(SurfaceTexture arg0) {
84 public void onSurfaceTextureSizeChanged(SurfaceTexture arg0, int arg1, int arg2) {
93 public void onSurfaceTextureUpdated(SurfaceTexture arg0) {
111 SurfaceTexture surfaceTexture = getSurfaceTexture();
112 if (mSurface == null && surfaceTexture != null) {
113 recreateSurface(surfaceTexture);
118 private synchronized void recreateSurface(SurfaceTexture surfaceTexture)
    [all...]

Completed in 1702 milliseconds

1 2 3 4 5