Searched refs:refCountMonitor (Results 1 – 1 of 1) sorted by relevance
42 private final RefCountMonitor refCountMonitor; field in TextureBufferImpl64 Handler toI420Handler, YuvConverter yuvConverter, RefCountMonitor refCountMonitor) { in TextureBufferImpl() argument66 refCountMonitor); in TextureBufferImpl()71 RefCountMonitor refCountMonitor) { in TextureBufferImpl() argument81 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()