Uses of Class
project.android.imageprocessing.FastImageProcessingPipeline

Packages that use FastImageProcessingPipeline
project.android.imageprocessing   
project.android.imageprocessing.output   
 

Uses of FastImageProcessingPipeline in project.android.imageprocessing
 

Methods in project.android.imageprocessing with parameters of type FastImageProcessingPipeline
 void FastImageProcessingView.setPipeline(FastImageProcessingPipeline pipeline)
          Sets the FastImageProcessingPipeline that will do the rendering for this view.
 

Uses of FastImageProcessingPipeline in project.android.imageprocessing.output
 

Constructors in project.android.imageprocessing.output with parameters of type FastImageProcessingPipeline
ScreenEndpoint(FastImageProcessingPipeline rendererContext)
          Creates a GLTextureToScreenRenderer.