Home | History | Annotate | Download | only in videosrc

Lines Matching defs:mSurfaceId

86     private int mSurfaceId;
159 mSurfaceId = context.getGLEnvironment().registerSurfaceTexture(
161 if (mSurfaceId <= 0) {
176 if (mSurfaceId > 0) {
177 context.getGLEnvironment().unregisterSurfaceId(mSurfaceId);
178 mSurfaceId = -1;
197 if (mSurfaceId > 0) {
198 context.getGLEnvironment().unregisterSurfaceId(mSurfaceId);
199 mSurfaceId = -1;
206 if (mSurfaceId <= 0) {
238 glEnv.activateSurfaceWithId(mSurfaceId);