Searched refs:interlace_method (Results 1 - 13 of 13) sorted by relevance

/external/libpng/contrib/examples/
H A Dpngpixel.c183 int bit_depth, color_type, interlace_method, local
218 &bit_depth, &color_type, &interlace_method,
228 switch (interlace_method)
250 if (interlace_method == PNG_INTERLACE_ADAM7)
/external/libpng/contrib/libtests/
H A Dpngimage.c554 int interlace_method; member in struct:display
940 &dp->interlace_method, &dp->compression_method, &dp->filter_method))
989 int interlace_method, compression_method, filter_method; local
993 &color_type, &interlace_method, &compression_method, &filter_method);
1004 C(interlace_method);
1340 dp->interlace_method, dp->compression_method, dp->filter_method);
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.h406 unsigned interlace_method; /*interlace method of the original file*/ member in struct:LodePNGInfo
H A Dlodepng.cpp2842 info->interlace_method = 0;
3985 info->interlace_method = in[28];
4002 if(info->interlace_method > 1) CERROR_RETURN_ERROR(state->error, 34);
4217 if(info_png->interlace_method == 0)
4227 else /*interlace_method is 1 (Adam7)*/
4903 LodePNGColorType colortype, unsigned bitdepth, unsigned interlace_method)
4915 ucvector_push_back(&header, interlace_method); /*interlace method*/
5547 if(info_png->interlace_method == 0)
5574 else /*interlace_method is 1 (Adam7)*/
5696 if(state->info_png.interlace_method >
4902 addChunk_IHDR(ucvector* out, unsigned w, unsigned h, LodePNGColorType colortype, unsigned bitdepth, unsigned interlace_method) argument
[all...]
H A Dlodepng_util.cpp199 if(state.info_png.interlace_method == 0)
/external/libpng/contrib/tools/
H A Dpngfix.c855 png_byte interlace_method; member in struct:file
1473 else switch (file->interlace_method)
2900 file->interlace_method = reread_byte(file);
/external/libpng/
H A Dpng.h2042 int *bit_depth, int *color_type, int *interlace_method,
2047 int color_type, int interlace_method, int compression_method,
H A Dpngpriv.h1040 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
/external/opencv3/3rdparty/libpng/
H A Dpng.h2167 int *interlace_method, int *compression_method, int *filter_method));
2172 int interlace_method, int compression_method, int filter_method));
H A Dpngpriv.h812 int interlace_method));
/external/pdfium/third_party/lpng_v163/
H A Dpng.h2462 int *bit_depth, int *color_type, int *interlace_method,
2467 int color_type, int interlace_method, int compression_method,
H A Dpngpriv.h970 int compression_method, int filter_method, int interlace_method),PNG_EMPTY);
/external/ImageMagick/coders/
H A Dpng.c626 interlace_method,
2400 " PNG interlace_method: %d, filter_method: %d",
3101 (void) SetImageProperty(image,"png:IHDR.interlace_method",msg,exception);
3758 mng_info->ob[object_id]->interlace_method=ping_interlace_method;
4397 data[16]=0; /* interlace_method 0 */
624 interlace_method, member in struct:_MngBuffer

Completed in 405 milliseconds