Searched refs:px (Results 1 – 8 of 8) sorted by relevance
/system/media/audio_utils/tests/ |
D | variadic_tests.cpp | 128 pair_t px{1, 2}; in TEST() local 131 std::cout << "px=" << px << " py=" << py << " px+py=" << (px + py) << "\n"; in TEST() 132 std::cout << "px=" << px << " py=" << py << " px*py=" << (px * py) << "\n"; in TEST() 133 std::cout << "px=" << px << " z=" << z << " px+z=" << (px + z) << "\n"; in TEST() 134 std::cout << "px=" << px << " z=" << z << " px*z=" << (px * z) << "\n"; in TEST() 135 std::cout << "px=" << px << " py=" << py << " innerProduct(px, py)=" in TEST() 136 << innerProduct(px, py) << "\n"; in TEST() 137 std::cout << "px=" << px << " py=" << py << " outerProduct(px, py)=" in TEST() 138 << outerProduct(px, py) << "\n"; in TEST() 148 std::cout << "ax=" << px << " ay=" << ay << " innerProduct(ax, ay)=" in TEST() [all …]
|
/system/teeui/libteeui/include/teeui/ |
D | utils.h | 176 using px = UnitT<Unit::PX>; 182 template <> static constexpr const char* str<px> = "px"; 238 constexpr static Coordinate<px, Numeric> eval(const Coordinate<px, Numeric>& v1, 239 const Coordinate<px, Numeric>& v2) { 244 constexpr static Coordinate<px, Numeric> eval(const Coordinate<px, Numeric>& v1, 245 const Coordinate<px, Numeric>& v2) { 250 constexpr static Coordinate<px, Numeric> eval(const Coordinate<px, Numeric>& v1, 251 const Coordinate<px, Numeric>& v2) { 256 constexpr static Coordinate<px, Numeric> eval(const Coordinate<px, Numeric>& v1, 257 const Coordinate<px, Numeric>& v2) { [all …]
|
/system/tools/hidl/c2hal/test/ |
D | simple.h | 60 int px; member
|
/system/media/audio_utils/include/audio_utils/ |
D | LogPlot.h | 97 int px = (int)round((power - graphMin) / increment); in audio_utils_log_plot() local 100 if ((start || px == height) && it != last - 1) { in audio_utils_log_plot()
|
/system/teeui/libteeui/src/ |
D | label.cpp | 40 using intpxs = Coordinate<px, int64_t>; in draw() 140 using intpxs = Coordinate<px, int64_t>; in hit()
|
D | button.cpp | 30 using intpxs = Coordinate<px, int64_t>; in draw()
|
/system/teeui/test/example_config/ |
D | README | 59 …"native-test-flag": "--dp2px=<pixel per density independent pixel (px/dp) ratio of the device. Typ… 62 "native-test-flag": "--mm2px=<pixel per millimeter (px/mm) ratio>"
|
/system/media/camera/docs/ |
D | html.mako | 42 td,th { border: 1px solid; border-color: #aaaaaa; padding-left: 0.5em; padding-right: 0.5em }
|