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

  /frameworks/media/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/
GaneshContext.cpp 163 ANativeWindow* anw = tileQueue->m_ANW.get(); local
165 int result = ANativeWindow_setBuffersGeometry(anw, (int)tileWidth,
170 tileQueue->m_eglSurface = eglCreateWindowSurface(display, m_surfaceConfig, anw, NULL);
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareInterface.h 566 #define anw(n) __to_anw(((struct camera_preview_window *)n)->user) macro
572 ANativeWindow *a = anw(w);
591 ANativeWindow *a = anw(w);
599 ANativeWindow *a = anw(w);
607 ANativeWindow *a = anw(w);
614 ANativeWindow *a = anw(w);
621 ANativeWindow *a = anw(w);
629 ANativeWindow *a = anw(w);
640 ANativeWindow *a = anw(w);
646 ANativeWindow *a = anw(w)
    [all...]
  /frameworks/base/opengl/libs/EGL/
eglApi.cpp 377 ANativeWindow* anw = reinterpret_cast<ANativeWindow*>(window); local
378 anw->setSwapInterval(anw, 1);
    [all...]
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp 817 sp<ANativeWindow> anw; local
819 anw = new SurfaceTextureClient(surfaceTexture);
820 status_t err = native_window_api_connect(anw.get(),
825 // Note that we must do the reset before disconnecting from the ANW.
827 // ANW, which may result in errors.
838 // on the disconnected ANW, which may result in errors.
843 mConnectedWindow = anw;
    [all...]

Completed in 69 milliseconds