DescriptionAndroid GlUtil: Add helper functions generateTexture/deleteTexture
The purpose with this CL is to remove some code bloat. A subtle change is that GL_TEXTURE_MIN_FILTER in MediaCodecVideoDecoder is changed from GL_NEAREST to GL_LINEAR. This may lead to slightly worse performance when the decoded video is rendered minified, but with better visual quality. After reading https://crbug.com/351458 and the fix https://codereview.chromium.org/713603002 I think this is the right choice.
BUG=webrtc:4742
R=hbos@webrtc.org, tommi@webrtc.org
Committed: https://chromium.googlesource.com/external/webrtc/+/1a591ddc7e6529e57a27f4a8f133ddd14a7ead16
Patch Set 1 : #
Total comments: 8
Patch Set 2 : addressing hbos@ comments #
Total comments: 4
Messages
Total messages: 12 (4 generated)
|