Home
last modified time | relevance | path

Searched refs:px (Results 1 – 4 of 4) sorted by relevance

/system/media/audio_utils/tests/
Dvariadic_tests.cpp128 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/tools/hidl/c2hal/test/
Dsimple.h60 int px; member
/system/media/audio_utils/include/audio_utils/
DLogPlot.h97 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/media/camera/docs/
Dhtml.mako42 td,th { border: 1px solid; border-color: #aaaaaa; padding-left: 0.5em; padding-right: 0.5em }