Home
last modified time | relevance | path

Searched refs:interlace (Results 1 – 25 of 27) sorted by relevance

12

/external/libpng/contrib/pngminus/
Dpnm2png.c54 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace,
69 BOOL interlace = FALSE; in main() local
80 interlace = TRUE; in main()
146 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE) in main()
190 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, in pnm2png() argument
470 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7, in pnm2png()
/external/freetype/src/sfnt/
Dpngshim.c197 int bitdepth, color_type, interlace; in Load_SBit_Png() local
250 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
317 if ( interlace != PNG_INTERLACE_NONE ) in Load_SBit_Png()
326 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
/external/pdfium/third_party/freetype/src/sfnt/
Dpngshim.c197 int bitdepth, color_type, interlace; in Load_SBit_Png() local
250 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
317 if ( interlace != PNG_INTERLACE_NONE ) in Load_SBit_Png()
326 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
/external/libpng/tests/
Dpngvalid-progressive-interlace-standard2 exec ./pngvalid --strict --standard --progressive-read --interlace
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
DGifFrame.java9 boolean interlace; field in GifFrame
DGifHeaderParser.java189 header.currentFrame.interlace = (packed & 0x40) != 0; in readBitmap()
DGifDecoder.java458 if (currentFrame.interlace) { in setPixels()
/external/libpng/contrib/conftest/
Dread.dfa43 # To read the full set of PNG images correctly interlace, transparency and
44 # 16-bit support is required. The application can implement interlace itself,
/external/chromium-trace/catapult/telemetry/third_party/png/
Dpng.py331 interlace=False, argument
596 self.interlace = bool(interlace)
640 if self.interlace:
678 0, 0, self.interlace))
828 if self.interlace:
860 if self.interlace:
885 if self.interlace:
1758 self.interlace) = struct.unpack("!2I5B", data)
1780 if self.interlace not in (0,1):
1783 % self.interlace)
[all …]
/external/autotest/tko/
Dvertical_text.py33 im.interlace(1)
/external/libvpx/libvpx/
Dy4minput.h43 char interlace; member
Dy4minput.c89 _y4m->interlace = p[1]; in y4m_parse_tags()
111 if (!got_interlace)_y4m->interlace = '?'; in y4m_parse_tags()
735 if (_y4m->interlace == '?') { in y4m_input_open()
738 } else if (_y4m->interlace != 'p') { in y4m_input_open()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_gif.cpp66 FX_BOOL interlace) { in _gif_get_record_position() argument
72 interlace); in _gif_get_record_position()
Dfx_codec_progress.h141 FX_BOOL interlace);
Dfx_codec_progress.cpp619 FX_BOOL interlace) { in GifInputRecordPositionBufCallback() argument
650 pCodec->m_SrcPassNumber = interlace ? 4 : 1; in GifInputRecordPositionBufCallback()
/external/pdfium/core/src/fxcodec/lgif/
Dfx_gif.h55 uint8_t interlace : 1; member
244 int32_t trans_index, int32_t disposal_method, FX_BOOL interlace);
Dfx_gif.cpp1023 ->interlace); in _gif_load_frame()
1047 ->interlace); in _gif_load_frame()
1121 if (((GifLF*)&gif_image_ptr->image_info_ptr->local_flag)->interlace) { in _gif_load_frame()
1318 if (lf.interlace) { in _gif_write_data()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h217 uint8_t interlace; member
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
DOcvTransform.cpp1195 … UINT32 interlace = MFGetAttributeUINT32(pmt, MF_MT_INTERLACE_MODE, MFVideoInterlace_Progressive); in OnCheckMediaType() local
1196 …if (interlace == MFVideoInterlace_FieldSingleUpper || interlace == MFVideoInterlace_FieldSingleLo… in OnCheckMediaType()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c295 picture->interlace = picture_info->interlace; in vlVdpDecoderRenderVC1()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h348 FX_BOOL interlace);
/external/libpng/
DMakefile.am55 tests/pngvalid-progressive-interlace-standard\
DCMakeLists.txt543 png_add_test(NAME pngvalid-progressive-interlace-standard
544 COMMAND pngvalid OPTIONS --standard --progressive-read --interlace)
Dlibpng-manual.txt2080 interlaced images if you do the interlace yourself - the width of the row is the
2099 The discussion of interlace handling above contains more information on how to
2194 a somewhat complicated 2D interlace scheme, known as Adam7, that
2219 but may change if another interlace type is added. This function can be
2276 If you want to de-interlace the image yourself libpng provides further
2331 interlace handling. In reality normally the only good reason for doing this
2592 This is where you turn on interlace handling,
2614 on the interlace handler, this function will
2624 If you did not turn on interlace handling then
2632 you have switched on libpng interlace handling,
[all …]
/external/opencv3/3rdparty/libpng/
DCHANGES114 Fixed bug in interlace handling (Smarasderagd, I think)
723 Fixed "interlace" typo (should be "interlaced") in contrib/gregbook/read2-x.c
3116 Fixed interlace image handling and add test cases (John Bowler)
3252 Turned on interlace handling in png_read_png().
3595 The various interlace mask arrays have been made into arrays of
3623 of the code, allowing it to be optimized for Adam7 interlace. The masks
3625 some code duplication and localizing the interlace handling somewhat.

12