Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/img_utils/src/
H A DTiffIfd.cpp184 sp<TiffEntry> samplesEntry = getEntry(TAG_SAMPLESPERPIXEL); in validateAndSetStripTags() local
185 if (samplesEntry == NULL) { in validateAndSetStripTags()
199 uint16_t samplesPerPixel = *(samplesEntry->getData<uint16_t>()); in validateAndSetStripTags()