Home
last modified time | relevance | path

Searched refs:png_debug2 (Results 1 – 17 of 17) sorted by relevance

/external/libpng/
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
Dpngtest.c1233 png_debug2(0, "Allocating row buffer (pass %d, y = %ld)...", pass, y); in test_one_file()
1236 png_debug2(0, "0x%08lx (%ld bytes)", (unsigned long)row_buf, in test_one_file()
1256 png_debug2(0, "Freeing row buffer (pass %d, y = %ld)", pass, y); in test_one_file()
Dpngwrite.c233 png_debug2(2, "Writing header text chunk %d, type %d", i, in png_write_info()
340 png_debug2(2, "Writing trailer text chunk %d, type %d", i, in png_write_end()
796 png_debug2(1, "in png_write_row (row %ld, pass %d)", in png_write_row()
Dpngset.c343 png_debug2(3, "allocating parameter %d for info (%lu bytes)", i, in png_set_pCAL()
764 png_debug2(2, "Allocated %lu bytes at %x in png_set_text", in png_set_text_2()
Dpngwutil.c104 png_debug2(0, "Writing %s chunk, length = %lu", chunk_name, in png_write_chunk_start()
1199 png_debug2(3, "num_hist = %d, num_palette = %d", num_hist, in png_write_hIST()
1595 png_debug2(3, "pCAL parameter %d length = %lu", i, in png_write_pCAL()
Dpngrutil.c124 png_debug2(0, "Reading %s chunk, length = %lu", in png_read_chunk_header()
2955 png_debug2(2, "row = %lu, filter = %d", png_ptr->row_number, filter); in png_read_filter_row()
Dpngread.c619 png_debug2(1, "in png_read_row (row %lu, pass %d)", in png_read_row()
Dlibpng-1.2.44.txt2845 png_debug2(level, message, p1, p2)
Dlibpng-1.2.46.txt2845 png_debug2(level, message, p1, p2)
/external/qemu/distrib/libpng-1.2.19/
Dpngwrite.c216 png_debug2(2, "Writing header text chunk %d, type %d\n", i, in png_write_info()
319 png_debug2(2, "Writing trailer text chunk %d, type %d\n", i, in png_write_end()
762 png_debug2(1, "in png_write_row (row %ld, pass %d)\n", in png_write_row()
Dpngread.c418 png_debug2(0, "Reading %s chunk, length=%lu.\n", png_ptr->chunk_name, in png_read_info()
581 png_debug2(1, "in png_read_row (row %lu, pass %d)\n", in png_read_row()
Dpngset.c435 png_debug2(3, "allocating parameter %d for info (%lu bytes)\n", i, length); in png_set_pCAL()
836 png_debug2(2, "Allocated %lu bytes at %x in png_set_text\n", in png_set_text_2()
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
Dpngwutil.c80 png_debug2(0, "Writing %s chunk (%lu bytes)\n", chunk_name, length); in png_write_chunk_start()
1177 png_debug2(3, "num_hist = %d, num_palette = %d\n", num_hist, in png_write_hIST()
1568 png_debug2(3, "pCAL parameter %d length = %lu\n", i, params_len[i]); in png_write_pCAL()
Dpnggccrd.c5852 png_debug2(2, "row_number=%ld, %s, ", png_ptr->row_number, filtname); in png_read_filter_row()
5856 png_debug2(0, "pixdepth=%d, bytes=%d, ", (int)row_info->pixel_depth, in png_read_filter_row()
Dpngrutil.c3183 png_debug2(0, "row_number=%5ld, %10s, ", png_ptr->row_number, filnm); in png_read_filter_row()
3185 png_debug2(0, "pixdepth=%2d, bytes=%d, ", (int)row_info->pixel_depth, in png_read_filter_row()
3752 png_debug2(2,"row = %lu, filter = %d\n", png_ptr->row_number, filter); in png_read_filter_row()
Dpngvcrd.c3742 png_debug2(0,"row=%5d, %s, ", png_ptr->row_number, filnm); in png_read_filter_row()
3743 png_debug2(0, "pd=%2d, b=%d, ", (int)row_info->pixel_depth, in png_read_filter_row()