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

  /external/webkit/Source/WebCore/platform/graphics/android/
MediaListener.h 55 , m_surfaceTexture(surfaceTexture)
86 m_framerateCallback(m_nativeWindow.get(), m_surfaceTexture->getTimestamp());
96 sp<android::SurfaceTexture> m_surfaceTexture;
SharedTexture.cpp 63 m_sourceTexture->m_surfaceTexture =
66 new android::SurfaceTextureClient(m_sourceTexture->m_surfaceTexture);
80 m_sourceTexture->m_surfaceTexture.clear();
204 m_sourceTexture->m_surfaceTexture->updateTexImage();
TextureInfo.h 73 sp<android::SurfaceTexture> m_surfaceTexture;
VideoLayerAndroid.h 71 sp<android::SurfaceTexture> m_surfaceTexture;
VideoLayerAndroid.cpp 76 // m_surfaceTexture is only useful on UI thread, no need to copy.
85 m_surfaceTexture = texture;
195 } else if (m_playerState == PLAYING && m_surfaceTexture.get()) {
197 m_surfaceTexture->updateTexImage();
198 m_surfaceTexture->getTransformMatrix(surfaceMatrix);
MediaTexture.cpp 286 XLOG("Release ANW %p (%p):(%p)", this, m_surfaceTexture.get(), m_surfaceTextureClient.get());
GLUtils.cpp 427 sp<android::SurfaceTexture> surfaceTexture = texture->m_surfaceTexture;
444 sp<android::SurfaceTexture> surfaceTexture = texture->m_surfaceTexture;

Completed in 816 milliseconds