Searched refs:widthEntry (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp172 sp<TiffEntry> widthEntry = getEntry(TAG_IMAGEWIDTH); local
173 if (widthEntry == NULL) {
196 uint32_t width = *(widthEntry->getData<uint32_t>());

Completed in 174 milliseconds