Searched defs:widthEntry (Results 1 - 1 of 1) sorted by relevance
/frameworks/av/media/img_utils/src/ | ||
H A D | TiffIfd.cpp | 172 sp<TiffEntry> widthEntry = getEntry(TAG_IMAGEWIDTH); local 173 if (widthEntry == NULL) { 196 uint32_t width = *(widthEntry->getData<uint32_t>()); |
Completed in 14 milliseconds