HomeSort by relevance Sort by last modified time
    Searched refs:nativeWindow (Results 26 - 38 of 38) sorted by null

12

  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 128 NativeWindowRenderer::NativeWindowRenderer(sp<ANativeWindow> nativeWindow,
130 : mNativeWindow(nativeWindow)
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.h 191 virtual HWND nativeWindow();
WebView.cpp     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 730 Object nativeWindow);
737 EGLConfig config, Object nativeWindow) {
738 return egl.eglCreateWindowSurface(display, config, nativeWindow, null);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 798 Object nativeWindow);
805 EGLConfig config, Object nativeWindow) {
808 result = egl.eglCreateWindowSurface(display, config, nativeWindow, null);
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 135 const sp<SurfaceTextureClient> &nativeWindow,
143 if (nativeWindow != NULL) {
146 new NativeWindowWrapper(nativeWindow));
    [all...]
AwesomePlayer.cpp 93 const sp<ANativeWindow> &nativeWindow, const sp<MetaData> &meta)
94 : mTarget(new SoftwareRenderer(nativeWindow, meta)) {
121 const sp<ANativeWindow> &nativeWindow,
123 : mNativeWindow(nativeWindow) {
    [all...]
OMXCodec.cpp 283 const sp<ANativeWindow> &nativeWindow) {
358 source, nativeWindow);
    [all...]
ACodec.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 259 HWND nativeWindow() const { return m_nativeWindow; }
WebPage.cpp 163 , m_nativeWindow(parameters.nativeWindow)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 994 return m_webPage->nativeWindow();
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp 804 ::ScreenToClient(m_pageClient->nativeWindow(), &localPoint);
    [all...]

Completed in 506 milliseconds

12