Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DTextureBufferImpl.java39 private final Handler toI420Handler; field in TextureBufferImpl
45 Handler toI420Handler, YuvConverter yuvConverter, @Nullable Runnable releaseCallback) { in TextureBufferImpl() argument
46 this(width, height, width, height, type, id, transformMatrix, toI420Handler, yuvConverter, in TextureBufferImpl()
64 Handler toI420Handler, YuvConverter yuvConverter, RefCountMonitor refCountMonitor) { in TextureBufferImpl() argument
65 this(width, height, width, height, type, id, transformMatrix, toI420Handler, yuvConverter, in TextureBufferImpl()
70 int id, Matrix transformMatrix, Handler toI420Handler, YuvConverter yuvConverter, in TextureBufferImpl() argument
79 this.toI420Handler = toI420Handler; in TextureBufferImpl()
113 toI420Handler, () -> yuvConverter.convert(this)); in toI420()
160 return toI420Handler; in getToI420Handler()
185 newMatrix, toI420Handler, yuvConverter, new RefCountMonitor() { in applyTransformMatrix()