Home
last modified time | relevance | path

Searched refs:RefCountMonitor (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DTextureBufferImpl.java22 interface RefCountMonitor { interface in TextureBufferImpl
42 private final RefCountMonitor refCountMonitor;
47 new RefCountMonitor() { in TextureBufferImpl()
64 Handler toI420Handler, YuvConverter yuvConverter, RefCountMonitor refCountMonitor) { in TextureBufferImpl()
71 RefCountMonitor refCountMonitor) { in TextureBufferImpl()
185 newMatrix, toI420Handler, yuvConverter, new RefCountMonitor() { in applyTransformMatrix()
DSurfaceTextureHelper.java23 import org.webrtc.TextureBufferImpl.RefCountMonitor;
118 private final RefCountMonitor textureRefCountMonitor = new RefCountMonitor() {