Searched refs:tagInt (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/ |
D | LoaderDicom.java | 125 return get(tagInt(group, element)); in get() 129 put(tagInt(e.mGroup, e.mElement), e); in put() 133 static int tagInt(int g, int e) { in tagInt() method in LoaderDicom 173 if (toAdd.contains(tagInt(e.mGroup, e.mElement))) { in read() 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() [all …]
|