Searched defs:samplesEntry (Results 1 - 1 of 1) sorted by relevance

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

Completed in 40 milliseconds