Interface VideoFrameProcessorTestRunner.BitmapReader
-
- All Known Implementing Classes:
VideoFrameProcessorTestRunner.SurfaceBitmapReader
- Enclosing class:
- VideoFrameProcessorTestRunner
public static interface VideoFrameProcessorTestRunner.BitmapReaderReads aBitmapfromVideoFrameProcessoroutput.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BitmapgetBitmap()Returns the outputBitmap.SurfacegetSurface(int width, int height, boolean useHighPrecisionColorComponents)Returns theVideoFrameProcessoroutputSurface, if one is needed.
-
-
-
Method Detail
-
getSurface
@Nullable Surface getSurface(int width, int height, boolean useHighPrecisionColorComponents)
Returns theVideoFrameProcessoroutputSurface, if one is needed.
-
-