Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DTextureBufferImpl.java42 private final RefCountMonitor refCountMonitor; field in TextureBufferImpl
64 Handler toI420Handler, YuvConverter yuvConverter, RefCountMonitor refCountMonitor) { in TextureBufferImpl() argument
66 refCountMonitor); in TextureBufferImpl()
71 RefCountMonitor refCountMonitor) { in TextureBufferImpl() argument
81 this.refCountDelegate = new RefCountDelegate(() -> refCountMonitor.onDestroy(this)); in TextureBufferImpl()
82 this.refCountMonitor = refCountMonitor; in TextureBufferImpl()
118 refCountMonitor.onRetain(this); in retain()
124 refCountMonitor.onRelease(this); in release()
188 refCountMonitor.onRetain(TextureBufferImpl.this); in applyTransformMatrix()
193 refCountMonitor.onRelease(TextureBufferImpl.this); in applyTransformMatrix()