HomeSort by relevance Sort by last modified time
    Searched refs:ANativeWindow (Results 401 - 425 of 586) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/EGL/
eglplatform.h 87 typedef struct ANativeWindow* EGLNativeWindowType;
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/EGL/
eglplatform.h 87 typedef struct ANativeWindow* EGLNativeWindowType;
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/EGL/
eglplatform.h 87 typedef struct ANativeWindow* EGLNativeWindowType;
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/EGL/
eglplatform.h 87 typedef struct ANativeWindow* EGLNativeWindowType;
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/EGL/
eglplatform.h 87 typedef struct ANativeWindow* EGLNativeWindowType;
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/EGL/
eglplatform.h 87 typedef struct ANativeWindow* EGLNativeWindowType;
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/EGL/
eglplatform.h 87 typedef struct ANativeWindow* EGLNativeWindowType;
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/EGL/
eglplatform.h 87 typedef struct ANativeWindow* EGLNativeWindowType;
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 87 typedef struct ANativeWindow* EGLNativeWindowType;
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/EGL/
eglplatform.h 87 typedef struct ANativeWindow* EGLNativeWindowType;
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 87 typedef struct ANativeWindow* EGLNativeWindowType;
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 32 struct ANativeWindow;
241 sp<ANativeWindow> window_;
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.h 44 ANativeWindow *nativeWindow);
  /frameworks/native/opengl/libs/EGL/
egl_object.h 138 ANativeWindow* getNativeWindow() { return win; }
139 ANativeWindow* getNativeWindow() const { return win; }
146 ANativeWindow* win;
  /development/ndk/platforms/android-24/include/media/
NdkMediaCodec.h 90 ANativeWindow* surface,
166 media_status_t AMediaCodec_setOutputSurface(AMediaCodec*, ANativeWindow* surface);
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 115 err = static_cast<ANativeWindow*>(surface.get())->query(surface.get(),
148 static status_t produceFrame(const sp<ANativeWindow>& anw,
353 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) {
354 sp<ANativeWindow> anw;
371 static sp<ANativeWindow> getNativeWindowFromTexture(JNIEnv* env, jobject surfaceTexture) {
372 sp<ANativeWindow> anw;
413 sp<ANativeWindow> anw;
430 sp<ANativeWindow> anw;
459 sp<ANativeWindow> anw;
485 sp<ANativeWindow> anw
    [all...]
  /frameworks/rs/driver/
rsdGL.h 66 ANativeWindow *wndSurface;
67 ANativeWindow *currentWndSurface;
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.cpp 220 ANativeWindow *a = mPreviewWindow.get();
245 ANativeWindow *a = mPreviewWindow.get();
263 ANativeWindow *a = mPreviewWindow.get();
281 ANativeWindow *a = mPreviewWindow.get();
329 ANativeWindow *a = mPreviewWindow.get();
351 ANativeWindow *a = mPreviewWindow.get();
370 ANativeWindow *a = mPreviewWindow.get();
387 ANativeWindow *a = mPreviewWindow.get();
402 ANativeWindow *a = mPreviewWindow.get();
420 ANativeWindow *a = mPreviewWindow.get()
    [all...]
  /cts/tests/openglperf2/jni/reference/
GLReference.cpp 35 ANativeWindow* nativeWindow = ANativeWindow_fromSurface(env, surface);
  /development/ndk/platforms/android-24/include/camera/
NdkCameraDevice.h 324 * an output {@link ANativeWindow} to ACaptureSessionOutputContainer. Use
328 * @param anw the {@link ANativeWindow} to be associated with the {@link ACaptureSessionOutput}
340 ANativeWindow* anw, /*out*/ACaptureSessionOutput** output);
381 * Create a new camera capture session by providing the target output set of {@link ANativeWindow}
388 * <p>The active capture session determines the set of potential output {@link ANativeWindow}s for
394 * <p>Often the {@link ANativeWindow} used with this method can be obtained from a <a href=
396 * {@link ANativeWindow_fromSurface} NDK method. Surfaces or ANativeWindow suitable for inclusion as a camera
459 * ANativeWindow from it with {@link AImageReader_getWindow}.
466 * <p>The camera device will query each ANativeWindow's size and formats upon this
    [all...]
NdkCaptureRequest.h 58 * contains the list of target {@link ANativeWindow}s to send image data to for this
66 * <p>Each request can specify a different subset of target {@link ANativeWindow}s for the
67 * camera to send the captured data to. All the {@link ANativeWindow}s used in a request must
68 * be part of the {@link ANativeWindow} list given to the last call to
73 * {@link ANativeWindow} for the preview SurfaceView or SurfaceTexture, while a
74 * high-resolution still capture would also include a {@link ANativeWindow} from a
87 * {@link ANativeWindow} to ACaptureRequest. Use {@link ACameraOutputTarget_free} to free the object
90 * @param window the {@link ANativeWindow} to be associated with the {@link ACameraOutputTarget}
101 camera_status_t ACameraOutputTarget_create(ANativeWindow* window, ACameraOutputTarget** output);
  /external/deqp/framework/platform/android/
tcuAndroidRenderActivity.cpp 328 void RenderActivity::onNativeWindowCreated (ANativeWindow* window)
334 void RenderActivity::onNativeWindowResized (ANativeWindow* window)
340 void RenderActivity::onNativeWindowRedrawNeeded (ANativeWindow* window)
345 void RenderActivity::onNativeWindowDestroyed (ANativeWindow* window)
  /external/skia/tools/viewer/sk_app/android/
Window_android.cpp 47 void Window_android::initDisplay(ANativeWindow* window) {
  /external/vulkan-validation-layers/include/vulkan/
vk_icd.h 116 ANativeWindow* window;
  /frameworks/av/camera/include/camera/ndk/
NdkCameraDevice.h 325 * an output {@link ANativeWindow} to ACaptureSessionOutputContainer. Use
329 * @param anw the {@link ANativeWindow} to be associated with the {@link ACaptureSessionOutput}
341 ANativeWindow* anw, /*out*/ACaptureSessionOutput** output);
382 * Create a new camera capture session by providing the target output set of {@link ANativeWindow}
389 * <p>The active capture session determines the set of potential output {@link ANativeWindow}s for
395 * <p>Often the {@link ANativeWindow} used with this method can be obtained from a <a href=
397 * {@link ANativeWindow_fromSurface} NDK method. Surfaces or ANativeWindow suitable for inclusion as a camera
460 * ANativeWindow from it with {@link AImageReader_getWindow}.
467 * <p>The camera device will query each ANativeWindow's size and formats upon this
    [all...]

Completed in 1831 milliseconds

<<11121314151617181920>>