Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java184 {YUV, MAXIMUM}, in testMandatoryOutputCombinations()
188 {YUV, PREVIEW, JPEG, MAXIMUM}, in testMandatoryOutputCombinations()
192 {PRIV, PREVIEW, YUV, PREVIEW}, in testMandatoryOutputCombinations()
194 {PRIV, PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM} in testMandatoryOutputCombinations()
201 {PRIV, PREVIEW, YUV , RECORD }, in testMandatoryOutputCombinations()
203 {YUV , PREVIEW, YUV , RECORD }, in testMandatoryOutputCombinations()
207 {PRIV, PREVIEW, YUV, RECORD, JPEG, RECORD }, in testMandatoryOutputCombinations()
209 {YUV , PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM } in testMandatoryOutputCombinations()
216 {PRIV, PREVIEW, YUV, MAXIMUM }, in testMandatoryOutputCombinations()
218 {YUV, PREVIEW, YUV, MAXIMUM }, in testMandatoryOutputCombinations()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DAllocationInfo.java95 element = Element.YUV(rs); in newInstance()
236 if (element.equals(Element.YUV(mRS))) { in AllocationInfo()
288 YUV, enumConstant
305 if (element.equals(Element.YUV(RenderScriptSingleton.getRS()))) { in fromElement()
306 return YUV; in fromElement()
333 case YUV: in isElementEqualTo()
334 comparison = Element.YUV(mRS); in isElementEqualTo()
DScriptYuvToRgb.java43 ScriptIntrinsicYuvToRGB.create(getRS(), Element.YUV(getRS()))); in ScriptYuvToRgb()
47 if (!inputInfo.isElementEqualTo(ElementInfo.YUV)) { in ScriptYuvToRgb()
DScriptYuvMeans2dTo1d.java54 if (!inputInfo.isElementEqualTo(ElementInfo.YUV) && in ScriptYuvMeans2dTo1d()
64 if (mInputInfo.isElementEqualTo(ElementInfo.YUV)) { in executeUnchecked()
DScriptYuvCrop.java84 if (!inputInfo.isElementEqualTo(ElementInfo.YUV)) { in ScriptYuvCrop()
/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()