Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dserialization_tests.cpp39 const auto kOneFloatBytes = reinterpret_cast<const std::uint8_t*>(&kOneFloat); variable
648 expected = {ENCODING_TYPE_FLOAT32, kOneFloatBytes[0], kOneFloatBytes[1], in TEST()
649 kOneFloatBytes[2], kOneFloatBytes[3]}; in TEST()
1276 kOneFloatBytes[0], in TEST()
1277 kOneFloatBytes[1], in TEST()
1278 kOneFloatBytes[2], in TEST()
1279 kOneFloatBytes[3]}; in TEST()
1839 buffer = {ENCODING_TYPE_FLOAT32, kOneFloatBytes[0], kOneFloatBytes[1], in TEST()
1840 kOneFloatBytes[2], kOneFloatBytes[3]}; in TEST()
1867 buffer = {ENCODING_TYPE_FLOAT32, kOneFloatBytes[0], kOneFloatBytes[1], in TEST()
[all …]