Searched refs:renderEGLContext (Results 1 – 2 of 2) sorted by relevance
174 public void setVideoHwAccelerationOptions(Object renderEGLContext) { in setVideoHwAccelerationOptions() argument175 nativeSetVideoHwAccelerationOptions(nativeFactory, renderEGLContext, renderEGLContext); in setVideoHwAccelerationOptions()
261 final EglBase.Context renderEGLContext, in createPeerConnection() argument276 createPeerConnectionInternal(renderEGLContext); in createPeerConnection()433 private void createPeerConnectionInternal(EglBase.Context renderEGLContext) { in createPeerConnectionInternal() argument447 Log.d(TAG, "EGLContext: " + renderEGLContext); in createPeerConnectionInternal()448 factory.setVideoHwAccelerationOptions(renderEGLContext, renderEGLContext); in createPeerConnectionInternal()482 peerConnectionParameters.captureToTexture ? renderEGLContext : null); in createPeerConnectionInternal()