Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1121 BAIL_IF_INVALID_RET_NULL_SP(writer->addEntry(TAG_BITSPERSAMPLE, 1, &bits, TIFF_IFD_0), env, in DngCreator_setup()
1122 TAG_BITSPERSAMPLE, writer); in DngCreator_setup()
1880 tagsToMove.add(TAG_BITSPERSAMPLE); in DngCreator_setup()
1936 writer->addEntry(TAG_BITSPERSAMPLE, SAMPLES_PER_RGB_PIXEL, bits, TIFF_IFD_0), in DngCreator_setup()
1937 env, TAG_BITSPERSAMPLE, writer); in DngCreator_setup()
/frameworks/av/media/img_utils/include/img_utils/
DTagDefinitions.h173 TAG_BITSPERSAMPLE = 0x0102u, enumerator
/frameworks/av/media/img_utils/src/
DTiffIfd.cpp190 sp<TiffEntry> bitsEntry = getEntry(TAG_BITSPERSAMPLE); in validateAndSetStripTags()