Home | History | Annotate | Download | only in CameraHal

Lines Matching refs:mSurfaceTexture

133         mSurfaceTexture = mSurfaceTextureBase->getST();
134 mSurfaceTexture->setSynchronousMode(true);
136 mSurfaceTexture->setFrameAvailableListener(mFW);
138 mCamera->setBufferSource(NULL, mSurfaceTexture);
143 mCamera->releaseBufferSource(NULL, mSurfaceTexture);
155 mSurfaceTexture->updateTexImage();
158 showMetadata(mSurfaceTexture->getMetadata());
161 graphic_buffer = mSurfaceTexture->getCurrentBuffer();
162 mSurfaceTexture->getTransformMatrix(mtx);
195 sp<GLConsumer> mSurfaceTexture;
203 mSurfaceTexture = new SurfaceTextureBase();
205 mSurfaceTexture->initialize(mTexId);
206 surface_texture = mSurfaceTexture->getST();
211 mCamera->setBufferSource(mSurfaceTexture->getST(), NULL);
213 mCamera->setBufferSource(mSurfaceTexture->getST()->getBufferQueue(), NULL);
218 mCamera->releaseBufferSource(mSurfaceTexture->getST(), NULL);
220 mCamera->releaseBufferSource(mSurfaceTexture->getST()->getBufferQueue(), NULL);
222 delete mSurfaceTexture;
227 mSurfaceTexture->getST()->setDefaultBufferSize(bufinfo.width, bufinfo.height);
233 SurfaceTextureBase *mSurfaceTexture;