media/libraries/effect/src/main/java/androidx/media3/effect
huangdarwin b359502a13 Effect: Clarify OpenGL configuration.
This information may be needed for applications to create their own OpenGL contexts
and textures passed into or interacting with Effects.

PiperOrigin-RevId: 504342258
2023-01-25 18:43:44 +00:00
..
BitmapOverlay.java Move BitmapLoader to common. 2023-01-17 01:50:18 +00:00
BitmapUtil.java Effect: Move BitmapTestUtil to common test util class. 2023-01-17 02:01:34 +00:00
ChainingGlTextureProcessorListener.java Fix ChainingGlTextureProcessorListener field name. 2022-09-30 16:31:26 +00:00
ColorLut.java Fix Dackka/Metalava errors in the effects module 2022-11-08 11:21:11 +00:00
ColorLutProcessor.java Replace Pair with Size in effects. 2022-12-21 15:02:20 +00:00
Contrast.java Move effects functionality out of transformer to effects module. 2022-08-03 13:19:15 +00:00
ContrastProcessor.java Replace Pair with Size in effects. 2022-12-21 15:02:20 +00:00
Crop.java Replace Pair with Size in effects. 2022-12-21 15:02:20 +00:00
DrawableOverlay.java Fix some minor issues/typos 2023-01-10 18:30:50 +00:00
ExternalTextureManager.java Add the possility to shift frame timestamps in SampleConsumer 2023-01-17 02:12:48 +00:00
ExternalTextureProcessor.java Avoid spinning while queueing input to ExternalTextureProcessor. 2022-09-30 16:34:28 +00:00
FinalMatrixTextureProcessorWrapper.java Support previewing HDR on API33+ 2022-12-21 15:10:20 +00:00
FrameCache.java Add a frame cache 2023-01-17 02:04:06 +00:00
FrameCacheTextureProcessor.java Add a frame cache 2023-01-17 02:04:06 +00:00
FrameProcessingTask.java Move effects functionality out of transformer to effects module. 2022-08-03 13:19:15 +00:00
FrameProcessingTaskExecutor.java Simplify concurrency in FrameProcessingTaskExecutor 2022-12-21 15:32:00 +00:00
GlEffect.java Effect: Clarify GlEffect javadoc exception cause. 2023-01-25 18:40:54 +00:00
GlEffectsFrameProcessor.java Effect: Clarify OpenGL configuration. 2023-01-25 18:43:44 +00:00
GlMatrixTransformation.java Replace Pair with Size in effects. 2022-12-21 15:02:20 +00:00
GlTextureProcessor.java Allow specifying an Executor in FrameProcessor.Factory.create() 2022-12-12 11:13:30 +00:00
HslAdjustment.java Fix Dackka/Metalava errors in the effects module 2022-11-08 11:21:11 +00:00
HslProcessor.java Replace Pair with Size in effects. 2022-12-21 15:02:20 +00:00
MatrixTextureProcessor.java HDR: Implement PQ to SDR tone-mapping. 2023-01-17 01:59:21 +00:00
MatrixTransformation.java Move effects functionality out of transformer to effects module. 2022-08-03 13:19:15 +00:00
MatrixUtils.java Replace Pair with Size in effects. 2022-12-21 15:02:20 +00:00
OverlayEffect.java Add the processor, GLEffect, texture and bitmap overlays 2022-12-12 10:38:59 +00:00
OverlaySettings.java Add support for customizing overlay anchor point. 2023-01-04 21:32:10 +00:00
OverlayTextureProcessor.java Add TextureOverlay.configure() to configure overlay before frame processing 2023-01-04 21:43:33 +00:00
package-info.java Create effect module. 2022-08-02 12:36:47 +00:00
Presentation.java Replace Pair with Size in effects. 2022-12-21 15:02:20 +00:00
RgbAdjustment.java Add GL utility methods to get 4x4 identity and set identity 2022-10-31 11:33:30 +00:00
RgbFilter.java Fix Dackka/Metalava errors in the effects module 2022-11-08 11:21:11 +00:00
RgbMatrix.java Fix Dackka/Metalava errors in the effects module 2022-11-08 11:21:11 +00:00
ScaleToFitTransformation.java Avoid re-encoding if video effects are no-op 2023-01-23 12:23:42 +00:00
SimpleBitmapLoader.java Move BitmapLoader to common. 2023-01-17 01:50:18 +00:00
SingleColorLut.java Fix Dackka/Metalava errors in the effects module 2022-11-08 11:21:11 +00:00
SingleFrameGlTextureProcessor.java Replace Pair with Size in effects. 2022-12-21 15:02:20 +00:00
TextOverlay.java Fix some minor issues/typos 2023-01-10 18:30:50 +00:00
TextureInfo.java Avoid spinning in between intermediate texture processors. 2022-09-30 16:28:27 +00:00
TextureOverlay.java Add TextureOverlay.configure() to configure overlay before frame processing 2023-01-04 21:43:33 +00:00