Home
last modified time | relevance | path

Searched refs:YUV (Results 1 – 9 of 9) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java49 import static android.hardware.camera2.cts.CameraTestUtils.MaxStreamSizes.YUV;
2316 {YUV, MAXIMUM}, in testVerifyMandatoryOutputCombinationTables()
2320 {YUV, PREVIEW, JPEG, MAXIMUM}, in testVerifyMandatoryOutputCombinationTables()
2324 {PRIV, PREVIEW, YUV, PREVIEW}, in testVerifyMandatoryOutputCombinationTables()
2326 {PRIV, PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM} in testVerifyMandatoryOutputCombinationTables()
2333 {PRIV, PREVIEW, YUV , RECORD }, in testVerifyMandatoryOutputCombinationTables()
2335 {YUV , PREVIEW, YUV , RECORD }, in testVerifyMandatoryOutputCombinationTables()
2339 {PRIV, PREVIEW, YUV, RECORD, JPEG, RECORD }, in testVerifyMandatoryOutputCombinationTables()
2341 {YUV , PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM } in testVerifyMandatoryOutputCombinationTables()
2348 {PRIV, PREVIEW, YUV, MAXIMUM }, in testVerifyMandatoryOutputCombinationTables()
[all …]
DCameraDeviceSetupTest.java23 import static android.hardware.camera2.cts.CameraTestUtils.MaxStreamSizes.YUV;
748 case YUV: { in setupConfigurations()
752 targetSize = maxSizes.getOutputSizeForFormat(YUV, sizeLimit); in setupConfigurations()
DFeatureCombinationTest.java26 import static android.hardware.camera2.cts.CameraTestUtils.MaxStreamSizes.YUV;
591 case YUV: { in setupConfigurationTargets()
595 targetSize = maxSizes.getOutputSizeForFormat(YUV, sizeLimit); in setupConfigurationTargets()
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSYuvTest.java115 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS)); in test_YV12()
121 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS)); in test_YV12()
154 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS)); in test_NV21()
160 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS)); in test_NV21()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DYuvTest.java140 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS)); in test_NV21()
147 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS)); in test_NV21()
191 ScriptIntrinsicYuvToRGB syuv = ScriptIntrinsicYuvToRGB.create(mRS, Element.YUV(mRS)); in test_YV12()
198 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS)); in test_YV12()
250 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS)); in test_YV12_Float4()
297 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS)); in test_NV21_Float4()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni.cpp468 Type::Builder tb(mRS, Element::YUV(mRS)); in Java_android_cts_rscpp_RSYuvTest_yuvTest()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java4671 static final int YUV = ImageFormat.YUV_420_888; field in CameraTestUtils.MaxStreamSizes
5133 case YUV: in getOutputSizeForFormat()
5161 case YUV: in getMaxInputSizeForFormat()
5240 case YUV: in appendFormatSize()
/cts/tests/mediapc/requirements/
Drequirements.txtpb878 description: "- YUV texture sampling"
883 …specification: "MUST advertise support for the EXT_YUV_target extension to sample from YUV texture…
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt38429 …method @Deprecated public static android.renderscript.Element YUV(android.renderscript.RenderScrip…