HomeSort by relevance Sort by last modified time
    Searched full:interlace (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/chromium_org/ash/display/
display_util_x11_unittest.cc 47 // interlace vs non interlace
51 // interlace only
  /external/chromium_org/media/video/capture/
video_capture_types.h 82 bool interlaced; // Need interlace format.
  /external/freetype/src/sfnt/
pngshim.c 194 int bitdepth, color_type, interlace; local
238 &bitdepth, &color_type, &interlace,
275 if ( interlace != PNG_INTERLACE_NONE )
284 &bitdepth, &color_type, &interlace,
  /external/libvpx/libvpx/
y4minput.h 37 char interlace; member in struct:y4m_input
  /external/libpng/contrib/pngminus/
pnm2png.c 52 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha);
66 BOOL interlace = FALSE; local
77 interlace = TRUE;
143 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE)
186 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha)
405 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7,
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp 39 /* Implement the GIF interlace algorithm in an iterator.
285 if (gif->Image.Interlace)
292 return error_return(gif, *bm, "interlace DGifGetLine");
299 // easy, non-interlace case
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 39 /* Implement the GIF interlace algorithm in an iterator.
285 if (gif->Image.Interlace)
292 return error_return(gif, *bm, "interlace DGifGetLine");
299 // easy, non-interlace case
  /hardware/qcom/display/msm8960/liboverlay/
overlayCtrl.cpp 20 #include "gralloc_priv.h" //for interlace
  /hardware/qcom/display/msm8974/liboverlay/
overlayCtrl.cpp 20 #include "gralloc_priv.h" //for interlace
  /hardware/qcom/display/msm8x26/liboverlay/
overlayCtrl.cpp 20 #include "gralloc_priv.h" //for interlace
  /external/libpng/
png.c 64 /* Start of interlace block */
67 /* Offset to next interlace block */
70 /* Start of interlace block in the y direction */
73 /* Offset to next interlace block in the y direction */
76 /* Height of interlace block. This is not currently used - if you need
1016 png_warning(png_ptr, "Unknown interlace method in IHDR");
example.c 331 /* Turn on interlace handling. REQUIRED if you are not using
497 * image is interlaced, and you turned on the interlace handler,
505 * no new data to be replaced (in cases of interlace loading).
637 * or PNG_COLOR_TYPE_RGB_ALPHA. interlace is either PNG_INTERLACE_NONE or
748 /* Turn on interlace handling if you are not using png_write_image() */
pngrutil.c     [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.c 58 /* start of interlace block */
61 /* offset to next interlace block */
64 /* start of interlace block in the y direction */
67 /* offset to next interlace block in the y direction */
70 /* width of interlace block (used in assembler routines only) */
75 /* Height of interlace block. This is not currently used - if you need
pngpread.c 992 /* start of interlace block */
995 /* offset to next interlace block */
998 /* start of interlace block in the y direction */
1001 /* offset to next interlace block in the y direction */
1004 /* Width of interlace block. This is not currently used - if you need
1009 /* Height of interlace block. This is not currently used - if you need
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 331 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/chromium_org/chromeos/display/
output_util_unittest.cc 264 // interlace vs non interlace
268 // interlace only
  /external/chromium_org/third_party/libpng/
png.c 63 /* Start of interlace block */
66 /* Offset to next interlace block */
69 /* Start of interlace block in the y direction */
72 /* Offset to next interlace block in the y direction */
75 /* Height of interlace block. This is not currently used - if you need
1046 png_warning(png_ptr, "Unknown interlace method in IHDR");
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
GIFImageReader.h 119 int ipass; // Interlace pass; Ranges 1-4 if interlaced.
265 bool m_progressiveDisplay; // If true, do Haeberli interlace hack.
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 106 png_uint_32 row_number; /* current row in interlace pass */
134 png_byte pass; /* current interlace pass (0 - 6) */
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_video_state.h 217 uint8_t interlace; member in struct:pipe_vc1_picture_desc
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 217 uint8_t interlace; member in struct:pipe_vc1_picture_desc
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
decode.c 295 picture->interlace = picture_info->interlace;
  /external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c 222 * unsigned int interlaced : Interlace flag.
466 * unsigned int interlaced : Interlace flag.
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 295 picture->interlace = picture_info->interlace;

Completed in 421 milliseconds

1 2 3 4 5