Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java133 static int tagInt(int g, int e) { in tagInt() method in LoaderDicom
273 tagInt(0x20, 0x32), in buildVolume()
274 tagInt(0x20, 0x37), in buildVolume()
275 tagInt(0x28, 0x10), in buildVolume()
276 tagInt(0x28, 0x11), in buildVolume()
277 tagInt(0x7fe0, 0x10) in buildVolume()
338 tagInt(0x20, 0x32), in buildRSVolume()
339 tagInt(0x20, 0x37), in buildRSVolume()
340 tagInt(0x28, 0x10), in buildRSVolume()
341 tagInt(0x28, 0x11), in buildRSVolume()
[all …]
/aosp12/hardware/interfaces/identity/support/src/
H A Dcppbor_parse.cpp194 uint8_t tagInt = *pos & 0x1F; in parseRecursively() local
199 if (tagInt < ONE_BYTE_LENGTH || tagInt > EIGHT_BYTE_LENGTH) { in parseRecursively()
200 addlData = tagInt; in parseRecursively()
202 switch (tagInt) { in parseRecursively()