HomeSort by relevance Sort by last modified time
    Searched defs:TiffWriter (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/img_utils/include/img_utils/
TiffWriter.h 51 class ANDROID_API TiffWriter : public LightRefBase<TiffWriter> {
59 * Constructs a TiffWriter with the default tag mappings. This enables
64 TiffWriter();
67 * Constructs a TiffWriter with the given tag mappings. The mapping
75 * stay alive for the lifespan of the constructed TiffWriter object.
77 TiffWriter(KeyedVector<uint16_t, const TagDefinition_t*>* enabledDefinitions,
80 virtual ~TiffWriter();
111 * IFDs, tags, and values set for this TiffWriter.
272 status_t TiffWriter::buildEntry(uint16_t tag, uint32_t count, const T* data
    [all...]
  /frameworks/av/media/img_utils/src/
TiffWriter.cpp 17 #define LOG_TAG "TiffWriter"
20 #include <img_utils/TiffWriter.h>
28 KeyedVector<uint16_t, const TagDefinition_t*> TiffWriter::buildTagMap(
45 KeyedVector<uint16_t, const TagDefinition_t*> TiffWriter::sTagMaps[] = {
52 TiffWriter::TiffWriter() : mTagMaps(sTagMaps), mNumTagMaps(DEFAULT_NUM_TAG_MAPS) {}
54 TiffWriter::TiffWriter(KeyedVector<uint16_t, const TagDefinition_t*>* enabledDefinitions,
57 TiffWriter::~TiffWriter() {}
    [all...]

Completed in 271 milliseconds