Interface VideoFrameProcessorTestRunner.BitmapReader
-
- All Known Implementing Classes:
VideoFrameProcessorTestRunner.SurfaceBitmapReader
- Enclosing class:
- VideoFrameProcessorTestRunner
public static interface VideoFrameProcessorTestRunner.BitmapReader
Reads aBitmap
fromVideoFrameProcessor
output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bitmap
getBitmap()
Returns the outputBitmap
.Surface
getSurface(int width, int height, boolean useHighPrecisionColorComponents)
Returns theVideoFrameProcessor
outputSurface
, if one is needed.
-
-
-
Method Detail
-
getSurface
@Nullable Surface getSurface(int width, int height, boolean useHighPrecisionColorComponents)
Returns theVideoFrameProcessor
outputSurface
, if one is needed.
-
-