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

  /external/libpng/contrib/tools/
pngfix.c 607 /* Information about a sequence of IDAT chunks, the chunks have been re-synced
666 /* Insert a new, malloc'ed, block of IDAT information buffers, this
718 /* PUBLIC GLOBAL VARIABLES: USED INTERNALLY BY IDAT READ CODE */
719 struct IDAT_list idat_cache; /* Cache of file IDAT information buffers */
721 * structure to avoid reallocation between IDAT streams.
748 global->idat_max = 0; /* no re-chunking of IDAT */
832 struct IDAT;
887 # define STATE_CHUNKS 1 /* Non-IDAT chunks are being written */
888 # define STATE_IDAT 2 /* An IDAT stream is being written */
894 struct IDAT * idat member in struct:file
1774 struct IDAT *idat = *idat_var; local
1970 struct IDAT *idat; local
2014 struct IDAT * idat; \/* NOTE: May be NULL *\/ member in struct:zlib
3363 struct IDAT *idat = file->idat; local
3527 struct IDAT idat; member in struct:control
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.cpp 89 else if(name == "IDAT")
112 size_t l0 = 0; //location 0: IHDR-l0-PLTE (or IHDR-l0-l1-IDAT)
113 size_t l1 = 0; //location 1: PLTE-l1-IDAT (or IHDR-l0-l1-IDAT)
114 size_t l2 = 0; //location 2: IDAT-l2-IEND
129 else if(name == "IDAT")
166 //Read literal data from all IDAT chunks
179 if(std::string(type) == "IDAT")
193 //Decompress all IDAT data
578 std::vector<unsigned char> idat; //the data from idat chunk local
    [all...]
lodepng.cpp 4569 ucvector idat; \/*the data from idat chunks*\/ local
    [all...]
  /prebuilts/go/darwin-x86/src/image/png/
reader_test.go 481 // but the zlib-compressed IDAT payload contains two bytes "\x02\x00",
485 idat = "\x00\x00\x00\x0eIDAT\x78\x9c\x62\x62\x00\x04\x00\x00\xff\xff\x00\x06\x00\x03\xfa\xd0\x59\xae"
488 _, err := Decode(strings.NewReader(pngHeader + ihdr + idat + iend))
496 // a trailing zero-length IDAT chunk (see PNG specification section 12.9):
508 // Non-zero-length trailing IDAT chunks should be ignored (recoverable error).
514 t.Fatalf("trailing IDAT not ignored: %v", err)
517 t.Fatal("decoded image from trailing IDAT chunk")
538 idat = "\x00\x00\x00\x0eIDAT\x78\x9c\x62\x62\x00\x04\x00\x00\xff\xff\x00\x06\x00\x03\xfa\xd0\x59\xae"
549 b = append(b, idat...)
  /prebuilts/go/linux-x86/src/image/png/
reader_test.go 481 // but the zlib-compressed IDAT payload contains two bytes "\x02\x00",
485 idat = "\x00\x00\x00\x0eIDAT\x78\x9c\x62\x62\x00\x04\x00\x00\xff\xff\x00\x06\x00\x03\xfa\xd0\x59\xae"
488 _, err := Decode(strings.NewReader(pngHeader + ihdr + idat + iend))
496 // a trailing zero-length IDAT chunk (see PNG specification section 12.9):
508 // Non-zero-length trailing IDAT chunks should be ignored (recoverable error).
514 t.Fatalf("trailing IDAT not ignored: %v", err)
517 t.Fatal("decoded image from trailing IDAT chunk")
538 idat = "\x00\x00\x00\x0eIDAT\x78\x9c\x62\x62\x00\x04\x00\x00\xff\xff\x00\x06\x00\x03\xfa\xd0\x59\xae"
549 b = append(b, idat...)
  /external/skia/src/codec/
SkPngCodec.cpp 177 if (is_chunk(chunk, "IDAT")) {
231 png_byte idat[] = {0, 0, 0, 0, 'I', 'D', 'A', 'T'}; local
232 png_save_uint_32(idat, length);
233 png_process_data(fPng_ptr, fInfo_ptr, idat, 8);
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/png/
png.py 365 Write multiple ``IDAT`` chunks to save memory.
452 memory, multiple ``IDAT`` chunks may be created.
723 # http://www.w3.org/TR/PNG/#11IDAT
804 write_chunk(outfile, 'IDAT', compressed)
817 write_chunk(outfile, 'IDAT', compressed + flushed)
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 751 milliseconds