mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove TODOs for merging RGB and MatrixTransformation processors.
PiperOrigin-RevId: 476362571
This commit is contained in:
parent
ed79f4696f
commit
7eb0ce623b
2 changed files with 0 additions and 2 deletions
|
|
@ -388,7 +388,6 @@ public final class GlEffectsFrameProcessorPixelTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
// TODO(b/239757183): Consider moving RgbMatrix composition tests to a new file.
|
|
||||||
public void drawFrame_grayscaleAndIncreaseRedChannel_producesGrayscaleAndRedImage()
|
public void drawFrame_grayscaleAndIncreaseRedChannel_producesGrayscaleAndRedImage()
|
||||||
throws Exception {
|
throws Exception {
|
||||||
String testId = "drawFrame_grayscaleAndIncreaseRedChannel";
|
String testId = "drawFrame_grayscaleAndIncreaseRedChannel";
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,6 @@ public final class GlEffectsFrameProcessor implements FrameProcessor {
|
||||||
* The first is an {@link ExternalTextureProcessor} and the last is a {@link
|
* The first is an {@link ExternalTextureProcessor} and the last is a {@link
|
||||||
* FinalMatrixTextureProcessorWrapper}.
|
* FinalMatrixTextureProcessorWrapper}.
|
||||||
*/
|
*/
|
||||||
// TODO(b/239757183): Squash GlMatrixTransformation and RgbMatrix together.
|
|
||||||
private static ImmutableList<GlTextureProcessor> getGlTextureProcessorsForGlEffects(
|
private static ImmutableList<GlTextureProcessor> getGlTextureProcessorsForGlEffects(
|
||||||
Context context,
|
Context context,
|
||||||
List<Effect> effects,
|
List<Effect> effects,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue