Searched refs:single (Results 1 - 25 of 33) sorted by relevance

12

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DImageGoodnessFilterTest.java41 FrameValue sharpnessFrame = createFrame(FrameType.single(), new int[] { 1 }).
44 FrameValue oEFrame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
46 FrameValue uEFrame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
48 FrameValue colorFrame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
50 FrameValue contrastFrame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
69 FrameValue sharpnessFrame = createFrame(FrameType.single(), new int[] { 1 }).
72 FrameValue oEFrame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
74 FrameValue uEFrame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
76 FrameValue colorFrame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
78 FrameValue contrastFrame = createFrame(FrameType.single(), ne
[all...]
H A DAverageFilterTest.java33 FrameValue frame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
44 FrameValue frame = createFrame(FrameType.single(), new int[] { 1 }).asFrameValue();
H A DIfElseFilterTest.java68 FrameValue conditionFrame = createFrame(FrameType.single(boolean.class), new int[] {1}).
100 FrameValue conditionFrame = createFrame(FrameType.single(boolean.class), new int[] {1}).
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DResizeFilter.java35 .addInputPort("outputWidth", Signature.PORT_OPTIONAL, FrameType.single(int.class))
36 .addInputPort("outputHeight", Signature.PORT_OPTIONAL, FrameType.single(int.class))
37 .addInputPort("useMipmaps", Signature.PORT_OPTIONAL, FrameType.single(boolean.class))
H A DToStringFilter.java35 .addInputPort("object", Signature.PORT_REQUIRED, FrameType.single())
36 .addOutputPort("string", Signature.PORT_REQUIRED, FrameType.single(String.class))
H A DNewChromaHistogramFilter.java60 .addInputPort("huebins", Signature.PORT_OPTIONAL, FrameType.single(int.class))
61 .addInputPort("saturationbins", Signature.PORT_OPTIONAL, FrameType.single(int.class))
63 FrameType.single(int.class))
64 .addInputPort("valuethreshold", Signature.PORT_OPTIONAL, FrameType.single(int.class))
H A DScaleFilter.java39 .addInputPort("scale", Signature.PORT_OPTIONAL, FrameType.single(float.class))
40 .addInputPort("useMipmaps", Signature.PORT_OPTIONAL, FrameType.single(boolean.class))
H A DThroughputFilter.java39 FrameType throughputType = FrameType.single(Throughput.class);
44 .addInputPort("period", Signature.PORT_OPTIONAL, FrameType.single(int.class))
H A DVariableSource.java43 .addOutputPort("value", Signature.PORT_REQUIRED, FrameType.single())
H A DRotateFilter.java45 .addInputPort("rotateAngle", Signature.PORT_REQUIRED, FrameType.single(float.class))
46 .addInputPort("sourceRect", Signature.PORT_OPTIONAL, FrameType.single(Quad.class))
H A DStatsFilter.java64 FrameType floatT = FrameType.single(float.class);
67 .addInputPort("cropRect", Signature.PORT_OPTIONAL, FrameType.single(Quad.class))
H A DBranchFilter.java44 .addInputPort("synchronized", Signature.PORT_OPTIONAL,FrameType.single(boolean.class))
H A DCropFilter.java54 .addInputPort("cropRect", Signature.PORT_REQUIRED, FrameType.single(Quad.class))
55 .addInputPort("outputWidth", Signature.PORT_OPTIONAL, FrameType.single(int.class))
56 .addInputPort("outputHeight", Signature.PORT_OPTIONAL, FrameType.single(int.class))
57 .addInputPort("useMipmaps", Signature.PORT_OPTIONAL, FrameType.single(boolean.class))
H A DNormFilter.java41 FrameType floatT = FrameType.single(float.class);
H A DTextViewTarget.java48 .addInputPort("text", Signature.PORT_REQUIRED, FrameType.single(String.class))
H A DValueTarget.java55 .addInputPort("value", Signature.PORT_REQUIRED, FrameType.single())
H A DViewFilter.java69 .addInputPort("scaleMode", Signature.PORT_OPTIONAL, FrameType.single(String.class))
70 .addInputPort("flip", Signature.PORT_OPTIONAL, FrameType.single(boolean.class));
H A DBrightnessFilter.java59 .addInputPort("brightness", Signature.PORT_OPTIONAL, FrameType.single(float.class))
H A DColorfulnessFilter.java50 .addOutputPort("score", Signature.PORT_REQUIRED, FrameType.single(float.class))
/frameworks/base/packages/WAPPushManager/
H A DAndroid.mk20 # This finds and builds the test apk as well, so a single make does both.
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DAverageFilter.java47 FrameType floatT = FrameType.single(float.class);
H A DFloatArrayToSizeFilter.java44 FrameType intT = FrameType.single(int.class);
H A DFloatArrayToStrFilter.java50 .addOutputPort("string", Signature.PORT_REQUIRED, FrameType.single(String.class))
H A DWaveTriggerFilter.java42 .addOutputPort("value", Signature.PORT_REQUIRED, FrameType.single())
H A DCSVWriterFilter.java50 FrameType floatT = FrameType.single(float.class);
51 FrameType stringT = FrameType.single(String.class);

Completed in 160 milliseconds

12