Home
last modified time | relevance | path

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

/frameworks/av/media/img_utils/include/img_utils/
DTagDefinitions.h146 TAG_SAMPLESPERPIXEL = 0x0115u, enumerator
/frameworks/av/media/img_utils/src/
DTiffIfd.cpp184 sp<TiffEntry> samplesEntry = getEntry(TAG_SAMPLESPERPIXEL); in validateAndSetStripTags()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1446 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_SAMPLESPERPIXEL, 1, &samples, TIFF_IFD_0), in DngCreator_setup()
1447 env, TAG_SAMPLESPERPIXEL, writer); in DngCreator_setup()
2261 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_SAMPLESPERPIXEL, 1, &samples, in DngCreator_setup()
2262 TIFF_IFD_SUB1), env, TAG_SAMPLESPERPIXEL, writer); in DngCreator_setup()