Searched refs:interlace (Results 1 - 19 of 19) sorted by relevance

/external/libpng/tests/
H A Dpngvalid-progressive-interlace-standard2 exec ./pngvalid --standard --progressive-read --interlace
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifFrame.java9 public boolean interlace; field in class:GifFrame
H A DGifHeaderParser.java136 lctFlag = (packed & 0x80) != 0; // 1 - local color table flag interlace
141 header.currentFrame.interlace = (packed & 0x40) != 0;
H A DGifDecoder.java380 if (currentFrame.interlace) {
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dy4minput.h43 char interlace; member in struct:y4m_input
H A Dy4minput.c89 _y4m->interlace = p[1];
111 if (!got_interlace)_y4m->interlace = '?';
735 if (_y4m->interlace == '?') {
738 } else if (_y4m->interlace != 'p') {
/external/libvpx/libvpx/
H A Dy4minput.h43 char interlace; member in struct:y4m_input
H A Dy4minput.c89 _y4m->interlace = p[1];
111 if (!got_interlace)_y4m->interlace = '?';
731 if (_y4m->interlace == '?') {
734 } else if (_y4m->interlace != 'p') {
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dpngshim.c194 int bitdepth, color_type, interlace; local
238 &bitdepth, &color_type, &interlace,
275 if ( interlace != PNG_INTERLACE_NONE )
284 &bitdepth, &color_type, &interlace,
/external/freetype/src/sfnt/
H A Dpngshim.c196 int bitdepth, color_type, interlace; local
249 &bitdepth, &color_type, &interlace,
308 if ( interlace != PNG_INTERLACE_NONE )
317 &bitdepth, &color_type, &interlace,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dpngshim.c194 int bitdepth, color_type, interlace; local
238 &bitdepth, &color_type, &interlace,
275 if ( interlace != PNG_INTERLACE_NONE )
284 &bitdepth, &color_type, &interlace,
/external/libpng/contrib/pngminus/
H A Dpnm2png.c53 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha);
67 BOOL interlace = FALSE; local
78 interlace = TRUE;
144 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE)
187 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha) argument
456 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7,
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_video_state.h217 uint8_t interlace; member in struct:pipe_vc1_picture_desc
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py331 interlace=False,
362 interlace
437 If `interlace` is true then an interlaced image is created
447 Enabling the `interlace` option requires the entire image
583 # colormap, interlace) are converted to bool because Iverson's
596 self.interlace = bool(interlace)
631 If `interlace` is specified (when creating the instance), then
640 if self.interlace:
678 0, 0, self.interlace))
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h217 uint8_t interlace; member in struct:pipe_vc1_picture_desc
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Ddecode.c295 picture->interlace = picture_info->interlace;
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Ddecode.c295 picture->interlace = picture_info->interlace;
/external/chromium_org/third_party/libva/va/
H A Dva.h1328 unsigned int interlace : 1; /* SEQUENCE_LAYER::INTERLACE */ member in struct:_VAPictureParameterBufferVC1::__anon12892::__anon12893
/external/libpng/contrib/libtests/
H A Dpngvalid.c278 * simply records whether pngvalid did the interlace itself or whether it
282 #define FILEID(col, depth, palette, interlace, width, height, do_interlace) \
283 ((png_uint_32)((col) + ((depth)<<3) + ((palette)<<8) + ((interlace)<<13) + \
1921 /* Whether or not to interlace. */
1927 /* Run the odd-sized image and interlace read/write tests? */
2975 * rows become 1 byte and interlace passes disappear.
2985 * and with an ID derived from the colour type, bit depth and interlace type
3165 /* The number of passes is related to the interlace type. There was no libpng
3174 png_error(pp, "invalid interlace type");
3409 * cases with interlace
[all...]

Completed in 589 milliseconds