Searched refs:mGLThreadManager (Results 1 – 1 of 1) sorted by relevance
91 private GLThreadManager mGLThreadManager; field in RequestThreadManager271 mGLThreadManager.queueNewFrame();377 if (mGLThreadManager != null) { in configureOutputs()378 mGLThreadManager.waitUntilStarted(); in configureOutputs()379 mGLThreadManager.ignoreNewFrames(); in configureOutputs()380 mGLThreadManager.waitUntilIdle(); in configureOutputs()505 if (mGLThreadManager == null) { in configureOutputs()506 mGLThreadManager = new GLThreadManager(mCameraId, facing, mDeviceState); in configureOutputs()507 mGLThreadManager.start(); in configureOutputs()509 mGLThreadManager.waitUntilStarted(); in configureOutputs()[all …]