/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | RobustnessTest.java | 49 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 …]
|
D | CameraDeviceSetupTest.java | 23 import static android.hardware.camera2.cts.CameraTestUtils.MaxStreamSizes.YUV; 748 case YUV: { in setupConfigurations() 752 targetSize = maxSizes.getOutputSizeForFormat(YUV, sizeLimit); in setupConfigurations()
|
D | FeatureCombinationTest.java | 26 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/ |
D | RSYuvTest.java | 115 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/ |
D | YuvTest.java | 140 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/ |
D | rs_jni.cpp | 468 Type::Builder tb(mRS, Element::YUV(mRS)); in Java_android_cts_rscpp_RSYuvTest_yuvTest()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 4671 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/ |
D | requirements.txtpb | 878 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/ |
D | current.txt | 38429 …method @Deprecated public static android.renderscript.Element YUV(android.renderscript.RenderScrip…
|