HomeSort by relevance Sort by last modified time
    Searched refs:TAG_BITSPERSAMPLE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 886 BAIL_IF_INVALID(writer->addEntry(TAG_BITSPERSAMPLE, 1, &bits, TIFF_IFD_0), env,
887 TAG_BITSPERSAMPLE, writer);
    [all...]
  /frameworks/av/media/img_utils/include/img_utils/
TagDefinitions.h 173 TAG_BITSPERSAMPLE = 0x0102u,
  /frameworks/av/media/img_utils/src/
TiffIfd.cpp 190 sp<TiffEntry> bitsEntry = getEntry(TAG_BITSPERSAMPLE);

Completed in 579 milliseconds