Searched defs:_y (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/include/ui/ |
D | Point.h | 37 inline Point(int _x, int _y) : x(_x), y(_y) { in Point()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | Point.h | 37 inline Point(int _x, int _y) : x(_x), y(_y) { in Point()
|
/frameworks/native/libs/ui/include/ui/ |
D | Point.h | 37 inline Point(int _x, int _y) : x(_x), y(_y) { in Point()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 115 int32_t _y; member 490 signed _y = matrix->_y; in convertCbYCrY() local 793 signed _y = matrix->_y; in convertYUV420Planar() local 878 signed _y = matrix->_y; in convertYUVP010ToRGBA1010102() local 1166 signed _y = matrix->_y; in convertYUV420SemiPlanarBase() local
|
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 193 int32_t _y, _b_u, _g_u, _g_v, _r_v, _c16; member 249 int32_t _y = coeffs._y; in convertYUV420Planar16ToRGBA1010102() local
|