mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix GLES31 javadoc reference to be unambiguous and link correctly
PiperOrigin-RevId: 712848161
This commit is contained in:
parent
b2aa8d6d21
commit
0044d0cebc
1 changed files with 3 additions and 2 deletions
|
|
@ -542,8 +542,9 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
|||
* visibleLength}, rounded up to a near multiple of 2.
|
||||
* <p>Maybe it's rounded up to a multiple of 16 because of H.264 macroblock sizes. Maybe
|
||||
* it's rounded up to 128 because of SIMD instructions.
|
||||
* <p>bufferSize cannot be read reliably via {@link GLES31#glGetTexLevelParameteriv(int,
|
||||
* int, int, int[], int)} across devices.
|
||||
* <p>bufferSize cannot be read reliably via {@link
|
||||
* android.opengl.GLES31#glGetTexLevelParameteriv(int, int, int, int[], int)} across
|
||||
* devices.
|
||||
* <p>bufferSize cannot be read reliably from the decoder's {@link
|
||||
* android.media.MediaFormat} across decoder implementations.
|
||||
* <li>trim = number of pixels trimmed by {@link SurfaceTexture} in addition to the cropped
|
||||
|
|
|
|||
Loading…
Reference in a new issue