HomeSort by relevance Sort by last modified time
    Searched full:end_info (Results 1 - 10 of 10) sorted by null

  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 119 png_infop end_info = (png_infop)m_end_info; local
120 png_destroy_read_struct( &png_ptr, &info_ptr, &end_info );
138 png_infop end_info = png_create_info_struct( png_ptr ); local
142 m_end_info = end_info;
144 if( info_ptr && end_info )
193 png_infop end_info = (png_infop)m_end_info; local
235 png_read_end( png_ptr, end_info );
  /external/opencv3/modules/imgcodecs/src/
grfmt_png.cpp 119 png_infop end_info = (png_infop)m_end_info; local
120 png_destroy_read_struct( &png_ptr, &info_ptr, &end_info );
151 png_infop end_info = png_create_info_struct( png_ptr ); local
155 m_end_info = end_info;
158 if( info_ptr && end_info )
238 png_infop end_info = (png_infop)m_end_info; local
287 png_read_end( png_ptr, end_info );
  /art/runtime/gc/space/
large_object_space.cc 387 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); local
388 while (cur_info < end_info) {
398 CHECK_EQ(cur_info, end_info);
544 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); local
545 while (cur_info < end_info) {
573 *end_info = GetAllocationInfoForAddress(free_end_start); cur_info < end_info;
  /development/tools/etc1tool/
etc1tool.cpp 141 png_infop end_info = NULL; local
178 if (!(end_info = png_create_info_struct(png_ptr))) {
179 fprintf(stderr, "Could not create end_info struct.\n");
222 png_destroy_read_struct(&png_ptr, &info_ptr, &end_info);
  /external/libpng/contrib/gregbook/
readpng.c 115 /* we could create a second info struct here (end_info), but it's only
readpng2.c 124 /* we could create a second info struct here (end_info), but it's only
  /external/libpng/
pngtest.c 927 pngtest_debug("Allocating read_info, write_info and end_info structures");
    [all...]
libpng-manual.txt 144 IDAT chunks and another (called "end_info" below) for things after them.
422 &end_info);
427 Pass (png_infopp)NULL instead of &end_info if you didn't create
428 an end_info structure.
    [all...]
libpng.3     [all...]
  /external/ImageMagick/coders/
png.c 1970 *end_info, local
    [all...]

Completed in 345 milliseconds