Home | History | Annotate | Download | only in android

Lines Matching refs:surfaceTexture

25 #include <gui/SurfaceTexture.h>
160 if (!video->surfaceTexture.get() || video->dimensions.isEmpty()
164 video->surfaceTexture->updateTexImage();
167 video->surfaceTexture->getTransformMatrix(surfaceMatrix);
185 m_contentTexture->surfaceTexture->updateTexImage();
187 sp<GraphicBuffer> buf = m_contentTexture->surfaceTexture->getCurrentBuffer();
302 wrapper->surfaceTexture = new android::SurfaceTexture(wrapper->textureId);
303 wrapper->nativeWindow = new android::SurfaceTextureClient(wrapper->surfaceTexture);
308 wrapper->surfaceTexture,
310 wrapper->surfaceTexture->setFrameAvailableListener(wrapper->mediaListener);
317 if (texture->surfaceTexture.get())
318 texture->surfaceTexture->setFrameAvailableListener(0);
328 texture->surfaceTexture.clear();