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

  /external/libpng/
pngpread.c 330 png_ptr->idat_size = png_ptr->push_length;
767 png_ptr->idat_size = png_ptr->push_length;
769 if (png_ptr->idat_size && png_ptr->save_buffer_size)
773 if (png_ptr->idat_size < (png_uint_32)png_ptr->save_buffer_size)
775 save_size = (png_size_t)png_ptr->idat_size;
778 if ((png_uint_32)save_size != png_ptr->idat_size)
788 png_ptr->idat_size -= save_size;
793 if (png_ptr->idat_size && png_ptr->current_buffer_size)
797 if (png_ptr->idat_size < (png_uint_32)png_ptr->current_buffer_size)
799 save_size = (png_size_t)png_ptr->idat_size;
    [all...]
pngread.c 488 png_ptr->idat_size = length;
746 while (!png_ptr->idat_size)
757 png_ptr->idat_size = png_read_chunk_header(png_ptr);
763 if (png_ptr->zbuf_size > png_ptr->idat_size)
764 png_ptr->zstream.avail_in = (uInt)png_ptr->idat_size;
767 png_ptr->idat_size -= png_ptr->zstream.avail_in;
773 png_ptr->idat_size)
931 png_ptr->idat_size = png_read_chunk_header(png_ptr);
935 png_seek_data(png_ptr, idat_position + IDAT_HEADER_SIZE + png_ptr->idat_size - bytes_left);
936 png_ptr->idat_size = bytes_left
    [all...]
pngrutil.c     [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngpread.c 298 png_ptr->idat_size = png_ptr->push_length;
689 png_ptr->idat_size = png_ptr->push_length;
691 if (png_ptr->idat_size && png_ptr->save_buffer_size)
695 if (png_ptr->idat_size < (png_uint_32)png_ptr->save_buffer_size)
697 save_size = (png_size_t)png_ptr->idat_size;
699 if((png_uint_32)save_size != png_ptr->idat_size)
708 png_ptr->idat_size -= save_size;
713 if (png_ptr->idat_size && png_ptr->current_buffer_size)
717 if (png_ptr->idat_size < (png_uint_32)png_ptr->current_buffer_size)
719 save_size = (png_size_t)png_ptr->idat_size;
    [all...]
pngread.c 461 png_ptr->idat_size = length;
704 while (!png_ptr->idat_size)
711 png_ptr->idat_size = png_get_uint_31(png_ptr,chunk_length);
720 if (png_ptr->zbuf_size > png_ptr->idat_size)
721 png_ptr->zstream.avail_in = (uInt)png_ptr->idat_size;
724 png_ptr->idat_size -= png_ptr->zstream.avail_in;
730 png_ptr->idat_size)
    [all...]
pngrutil.c     [all...]
png.h 1178 png_uint_32 idat_size; \/* current IDAT size for read *\/ member in struct:png_struct_def
    [all...]

Completed in 144 milliseconds