HomeSort by relevance Sort by last modified time
    Searched defs:Y8 (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/
ImageFormat.java 79 * <p>Android Y8 format.</p>
81 * <p>Y8 is a YUV planar format comprised of a WxH Y plane only, with each pixel
106 public static final int Y8 = 0x20203859;
112 * being represented by 16 bits. It is just like {@link #Y8}, but has 16
376 case Y8:
  /external/llvm/unittests/IR/
DominatorTreeTest.cpp 55 Instruction *Y8 = BBI++;
130 EXPECT_FALSE(DT->dominates(Y8, Y9));
210 " %y8 = phi i32 [0, %bb2], [%y4, %bb1]\n"

Completed in 298 milliseconds