Searched refs:png_debug2 (Results 1 - 15 of 15) sorted by relevance

/external/libpng/
H A Dpngtest.c1233 png_debug2(0, "Allocating row buffer (pass %d, y = %ld)...", pass, y);
1236 png_debug2(0, "0x%08lx (%ld bytes)", (unsigned long)row_buf,
1256 png_debug2(0, "Freeing row buffer (pass %d, y = %ld)", pass, y);
H A Dpngwrite.c233 png_debug2(2, "Writing header text chunk %d, type %d", i,
340 png_debug2(2, "Writing trailer text chunk %d, type %d", i,
796 png_debug2(1, "in png_write_row (row %ld, pass %d)",
H A Dpng.h2696 #ifndef png_debug2
2697 #define png_debug2(l,m,p1,p2) _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2) macro
2726 # ifndef png_debug2
2727 # define png_debug2(l,m,p1,p2) \ macro
2757 # ifndef png_debug2
2758 # define png_debug2(l,m,p1,p2) \ macro
2780 #ifndef png_debug2
2781 #define png_debug2(l, m, p1, p2) macro
H A Dpngset.c343 png_debug2(3, "allocating parameter %d for info (%lu bytes)", i,
764 png_debug2(2, "Allocated %lu bytes at %x in png_set_text",
H A Dpngwutil.c104 png_debug2(0, "Writing %s chunk, length = %lu", chunk_name,
1199 png_debug2(3, "num_hist = %d, num_palette = %d", num_hist,
1595 png_debug2(3, "pCAL parameter %d length = %lu", i,
H A Dpngrutil.c124 png_debug2(0, "Reading %s chunk, length = %lu",
2955 png_debug2(2, "row = %lu, filter = %d", png_ptr->row_number, filter);
H A Dpngread.c619 png_debug2(1, "in png_read_row (row %lu, pass %d)",
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwrite.c216 png_debug2(2, "Writing header text chunk %d, type %d\n", i,
319 png_debug2(2, "Writing trailer text chunk %d, type %d\n", i,
762 png_debug2(1, "in png_write_row (row %ld, pass %d)\n",
H A Dpng.h2463 #define png_debug2(l,m,p1,p2) _RPT2(_CRT_WARN,m,p1,p2) macro
2482 #define png_debug2(l,m,p1,p2) \ macro
2498 #ifndef png_debug2
2499 #define png_debug2(l, m, p1, p2) macro
H A Dpngread.c418 png_debug2(0, "Reading %s chunk, length=%lu.\n", png_ptr->chunk_name,
581 png_debug2(1, "in png_read_row (row %lu, pass %d)\n",
H A Dpngset.c435 png_debug2(3, "allocating parameter %d for info (%lu bytes)\n", i, length);
836 png_debug2(2, "Allocated %lu bytes at %x in png_set_text\n",
H A Dpngwutil.c80 png_debug2(0, "Writing %s chunk (%lu bytes)\n", chunk_name, length);
1177 png_debug2(3, "num_hist = %d, num_palette = %d\n", num_hist,
1568 png_debug2(3, "pCAL parameter %d length = %lu\n", i, params_len[i]);
H A Dpnggccrd.c5852 png_debug2(2, "row_number=%ld, %s, ", png_ptr->row_number, filtname);
5856 png_debug2(0, "pixdepth=%d, bytes=%d, ", (int)row_info->pixel_depth,
H A Dpngrutil.c3183 png_debug2(0, "row_number=%5ld, %10s, ", png_ptr->row_number, filnm);
3185 png_debug2(0, "pixdepth=%2d, bytes=%d, ", (int)row_info->pixel_depth,
3752 png_debug2(2,"row = %lu, filter = %d\n", png_ptr->row_number, filter);
H A Dpngvcrd.c3742 png_debug2(0,"row=%5d, %s, ", png_ptr->row_number, filnm);
3743 png_debug2(0, "pd=%2d, b=%d, ", (int)row_info->pixel_depth,

Completed in 204 milliseconds