HomeSort by relevance Sort by last modified time
    Searched defs:anw (Results 1 - 7 of 7) sorted by null

  /frameworks/av/libvideoeditor/lvpp/
PreviewRenderer.cpp 52 ANativeWindow* anw = mSurface.get(); local
54 err = native_window_api_connect(anw, NATIVE_WINDOW_API_CPU);
58 anw, GRALLOC_USAGE_SW_READ_NEVER | GRALLOC_USAGE_SW_WRITE_OFTEN);
61 err = native_window_set_buffer_count(anw, 3);
65 anw, NATIVE_WINDOW_SCALING_MODE_SCALE_TO_WINDOW);
69 anw, mWidth, mHeight, HAL_PIXEL_FORMAT_YV12);
72 err = native_window_set_buffers_transform(anw, 0);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasTexture.cpp 130 SurfaceTextureClient* anw = nativeWindow(); local
131 if (!anw)
140 if (!GLUtils::updateSharedSurfaceTextureWithBitmap(anw, bitmap))
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.cpp 133 ANativeWindow* anw = tileQueue->m_ANW.get(); local
135 int result = ANativeWindow_setBuffersGeometry(anw, (int)tileWidth,
140 tileQueue->m_eglSurface = eglCreateWindowSurface(display, m_surfaceConfig, anw, NULL);
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h 564 #define anw(n) __to_anw(((struct camera_preview_window *)n)->user) macro
570 ANativeWindow *a = anw(w);
589 ANativeWindow *a = anw(w);
596 ANativeWindow *a = anw(w);
604 ANativeWindow *a = anw(w);
611 ANativeWindow *a = anw(w);
618 ANativeWindow *a = anw(w);
626 ANativeWindow *a = anw(w);
637 ANativeWindow *a = anw(w);
643 ANativeWindow *a = anw(w)
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 317 ANativeWindow* anw = reinterpret_cast<ANativeWindow*>(window); local
318 anw->setSwapInterval(anw, 1);
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 729 sp<ANativeWindow> anw; local
731 anw = new SurfaceTextureClient(surfaceTexture);
732 status_t err = native_window_api_connect(anw.get(),
737 // Note that we must do the reset before disconnecting from the ANW.
739 // ANW, which may result in errors.
750 // on the disconnected ANW, which may result in errors.
755 mConnectedWindow = anw;
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 356 ANativeWindow* anw = static_cast<ANativeWindow*>(surface.get()); local
357 anw->query(anw, NATIVE_WINDOW_CONSUMER_RUNNING_BEHIND, &value);

Completed in 104 milliseconds