OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Y8
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/
ImageFormat.java
76
* <p>Android
Y8
format.</p>
78
* <p>
Y8
is a YUV planar format comprised of a WxH Y plane only, with each pixel
103
public static final int
Y8
= 0x20203859;
109
* being represented by 16 bits. It is just like {@link #
Y8
}, but has 16
239
case
Y8
:
/external/llvm/unittests/IR/
DominatorTreeTest.cpp
52
Instruction *
Y8
= BBI++;
127
EXPECT_FALSE(DT->dominates(
Y8
, Y9));
183
" %
y8
= phi i32 [0, %bb2], [%y4, %bb1]\n"
Completed in 851 milliseconds