Android camera: Replace custom matrix operations with android.opengl.Matrix
Bug: webrtc:9412, webrtc:9487 Change-Id: I68e5a03026b1ab8236a05ece79690d4a8755c093 Reviewed-on: https://webrtc-review.googlesource.com/86947 Commit-Queue: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23851}
This commit is contained in:
committed by
Commit Bot
parent
918f50c5d1
commit
783c6e3a72
@ -287,7 +287,7 @@ public class SurfaceTextureHelper {
|
||||
* The returned TextureBuffer holds a reference to the SurfaceTextureHelper that created it. The
|
||||
* buffer calls returnTextureFrame() when it is released.
|
||||
*/
|
||||
public TextureBuffer createTextureBuffer(int width, int height, Matrix transformMatrix) {
|
||||
public TextureBufferImpl createTextureBuffer(int width, int height, Matrix transformMatrix) {
|
||||
return new TextureBufferImpl(width, height, TextureBuffer.Type.OES, oesTextureId,
|
||||
transformMatrix, handler, yuvConverter, this ::returnTextureFrame);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user