Searched refs:mGLThreadManager (Results 1 – 1 of 1) sorted by relevance
95 private GLThreadManager mGLThreadManager; field in RequestThreadManager260 mGLThreadManager.queueNewFrame();356 if (mGLThreadManager != null) { in configureOutputs()357 mGLThreadManager.waitUntilStarted(); in configureOutputs()358 mGLThreadManager.ignoreNewFrames(); in configureOutputs()359 mGLThreadManager.waitUntilIdle(); in configureOutputs()472 if (mGLThreadManager == null) { in configureOutputs()473 mGLThreadManager = new GLThreadManager(mCameraId, facing, mDeviceState); in configureOutputs()474 mGLThreadManager.start(); in configureOutputs()476 mGLThreadManager.waitUntilStarted(); in configureOutputs()[all …]