Searched refs:ElementInfo (Results 1 – 5 of 5) sorted by relevance
25 import android.hardware.camera2.cts.rs.AllocationInfo.ElementInfo;54 if (!inputInfo.isElementEqualTo(ElementInfo.YUV) && in ScriptYuvMeans2dTo1d()55 !inputInfo.isElementEqualTo(ElementInfo.U8_3)) { in ScriptYuvMeans2dTo1d()64 if (mInputInfo.isElementEqualTo(ElementInfo.YUV)) { in executeUnchecked()68 } else if (mInputInfo.isElementEqualTo(ElementInfo.U8_3)) { in executeUnchecked()
23 import android.hardware.camera2.cts.rs.AllocationInfo.ElementInfo;50 if (!inputInfo.isElementEqualTo(ElementInfo.U8_3)) { in ScriptYuvMeans1d()
22 import android.hardware.camera2.cts.rs.AllocationInfo.ElementInfo;47 if (!inputInfo.isElementEqualTo(ElementInfo.YUV)) { in ScriptYuvToRgb()
287 public enum ElementInfo { enum in AllocationInfo302 public static ElementInfo fromElement(Element element) { in fromElement()328 public boolean isElementEqualTo(ElementInfo element) { in isElementEqualTo()359 ElementInfo.fromElement(mElement), mUsage); in toString()
25 import android.hardware.camera2.cts.rs.AllocationInfo.ElementInfo;84 if (!inputInfo.isElementEqualTo(ElementInfo.YUV)) { in ScriptYuvCrop()