HomeSort by relevance Sort by last modified time
    Searched refs:U8_3 (Results 1 - 25 of 30) sorted by null

1 2

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
ScriptYuvMeans1d.java 27 * Average a {@code Hx1} {@link ElementInfo#U8_3 U8_3} {@link Allocation allocation} into a 1x1
41 return AllocationInfo.newInstance(Element.U8_3(getRS()), UNIT_SQUARE);
50 if (!inputInfo.isElementEqualTo(ElementInfo.U8_3)) {
ScriptYuvMeans2dTo1d.java 30 * {@link ElementInfo#U8_3 U8_3} {@link Allocation allocations} into a 1D Hx1
31 * {@link ElementInfo#U8_3 U8_3} {@link Allocation allocation}.
53 // YUV_420_888 and U8_3 is the only supported format here
55 !inputInfo.isElementEqualTo(ElementInfo.U8_3)) {
68 } else if (mInputInfo.isElementEqualTo(ElementInfo.U8_3)) {
AllocationInfo.java 290 U8_3,
309 } else if (element.equals(Element.U8_3(RenderScriptSingleton.getRS()))) {
310 return U8_3;
339 case U8_3:
340 comparison = Element.U8_3(mRS);
ScriptYuvCrop.java 31 * a {@link ElementInfo#U8_3 U8_3} {@link Allocation allocation}.
72 * Output U8_3 CropW x CropH
74 return AllocationInfo.newInstance(Element.U8_3(getRS()), outputSize);
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicConvolve5x5.java 33 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4},
54 !e.isCompatible(Element.U8_3(rs)) &&
ScriptIntrinsicResize.java 31 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4}
54 !e.isCompatible(Element.U8_3(mRS)) &&
ScriptIntrinsicConvolve3x3.java 33 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4},
54 !e.isCompatible(Element.U8_3(rs)) &&
ScriptIntrinsicColorMatrix.java 36 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4},
247 !ain.getElement().isCompatible(Element.U8_3(mRS)) &&
259 !aout.getElement().isCompatible(Element.U8_3(mRS)) &&
ScriptIntrinsicHistogram.java 36 * {@link Element#U8_4}, {@link Element#U8_3},
46 (!e.isCompatible(Element.U8_3(rs))) &&
Element.java 572 public static Element U8_3(RenderScript rs) {
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 97 assertTrue(Element.U8_3(mRS) != null);
218 // RGB_888 is in U8_3
229 Element[] U8_3 = { Element.RGB_888(mRS),
245 U16, U32, U64, U8, U8_3, U8_4 };
301 eb.add(Element.U8_3(mRS), "U8_3", arraySize);
367 assertFalse(Element.U8_3(mRS).isComplex());
IntrinsicHistogram.java 32 case 3: e1 = Element.U8_3(mRS); break;
ForEachTest.java 94 t = new Type.Builder(mRS, Element.U8_3(mRS)).setX(x).create();
KernelTest.java 94 t = new Type.Builder(mRS, Element.U8_3(mRS)).setX(x).create();
TestGetSet.java 388 testSetup(Element.U8_3(mRS));
    [all...]
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 260 !(in->getType()->getElement()->isCompatible(Element::U8_3(mRS))) &&
272 !(out->getType()->getElement()->isCompatible(Element::U8_3(mRS))) &&
342 !(e->isCompatible(Element::U8_3(rs))) &&
383 !(e->isCompatible(Element::U8_3(rs))) &&
rsCppStructs.h 176 sp<const Element> U8_3;
849 static sp<const Element> U8_3(sp<RS> rs);
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp 97 createTypedHelper(mRS, Element::U8_3(mRS));
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 175 sp<const Element> U8_3;
841 static sp<const Element> U8_3(sp<RS> rs);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 175 sp<const Element> U8_3;
841 static sp<const Element> U8_3(sp<RS> rs);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 175 sp<const Element> U8_3;
841 static sp<const Element> U8_3(sp<RS> rs);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 527 public static Element U8_3(RenderScript rs) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/tools/darwin/renderscript/lib/
renderscript-v8.jar 
  /external/robolectric/lib/main/
android.jar 

Completed in 224 milliseconds

1 2