Package com.gdflab.gdfsr
Class YUVConverter
- java.lang.Object
-
- com.gdflab.gdfsr.YUVConverter
-
public class YUVConverter extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
YUVConverter.Executor
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
WORK_GROUP_SIZE
-
Constructor Summary
Constructors Constructor Description YUVConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static YUVConverter.Executor
createExecutor()
-
-
-
Field Detail
-
WORK_GROUP_SIZE
static final int WORK_GROUP_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
createExecutor
public static YUVConverter.Executor createExecutor()
-
-