mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix typos
PiperOrigin-RevId: 430220416
This commit is contained in:
parent
805959df8b
commit
5867a3a29c
@ -165,11 +165,11 @@ import java.util.concurrent.atomic.AtomicInteger;
|
|||||||
private final EGLDisplay eglDisplay;
|
private final EGLDisplay eglDisplay;
|
||||||
private final EGLContext eglContext;
|
private final EGLContext eglContext;
|
||||||
private final EGLSurface eglSurface;
|
private final EGLSurface eglSurface;
|
||||||
/** Indentifier of the external texture the {@code FrameEditor} reads its input from. */
|
/** Identifier of the external texture the {@code FrameEditor} reads its input from. */
|
||||||
private final int inputExternalTexId;
|
private final int inputExternalTexId;
|
||||||
/**
|
/**
|
||||||
* Indentifier of the texture where the output of the {@link ExternalCopyFrameProcessor} is
|
* Identifier of the texture where the output of the {@link ExternalCopyFrameProcessor} is written
|
||||||
* written to and the {@link TransformationFrameProcessor} reads its input from.
|
* to and the {@link TransformationFrameProcessor} reads its input from.
|
||||||
*/
|
*/
|
||||||
private final int intermediateTexId;
|
private final int intermediateTexId;
|
||||||
/** Identifier of a framebuffer object associated with the intermediate texture. */
|
/** Identifier of a framebuffer object associated with the intermediate texture. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user