Searched refs:mGLThreadManager (Results 1 – 1 of 1) sorted by relevance
91 private GLThreadManager mGLThreadManager; field in RequestThreadManager266 mGLThreadManager.queueNewFrame();362 if (mGLThreadManager != null) { in configureOutputs()363 mGLThreadManager.waitUntilStarted(); in configureOutputs()364 mGLThreadManager.ignoreNewFrames(); in configureOutputs()365 mGLThreadManager.waitUntilIdle(); in configureOutputs()496 if (mGLThreadManager == null) { in configureOutputs()497 mGLThreadManager = new GLThreadManager(mCameraId, facing, mDeviceState); in configureOutputs()498 mGLThreadManager.start(); in configureOutputs()500 mGLThreadManager.waitUntilStarted(); in configureOutputs()[all …]