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

1 2 3 4

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.h 53 * Convert image from BGR (interlaced) to YVU (non-interlaced)
67 * Convert image from YVU (non-interlaced) to BGR (interlaced)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h 53 * Convert image from BGR (interlaced) to YVU (non-interlaced)
67 * Convert image from YVU (non-interlaced) to BGR (interlaced)
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.h 93 int ipass; /* Interlace pass; Ranges 1-4 if interlaced. */
110 bool interlaced : 1; /* TRUE, if scanlines arrive interlaced order */ member in struct:GIFFrameReader
137 is_local_colormap_defined = progressive_display = is_transparent = interlaced = false;
GIFImageReader.cpp 117 * Haeberli-inspired hack for interlaced GIFs: Replicate lines while
122 if (gs->progressive_display && gs->interlaced && gs->ipass < 4) {
164 gs->progressive_display && gs->interlaced && gs->ipass > 1))
169 if (!gs->interlaced)
790 frame_reader->interlaced = true;
793 frame_reader->interlaced = false;
800 /* Overlaying interlaced, transparent GIFs over
  /frameworks/av/libvideoeditor/vss/common/inc/
M4VPP_API.h 50 M4VPP_kIYUYV, /**< YUV422 interlaced, luma first */
51 M4VPP_kIUYVY, /**< YUV422 interlaced, chroma first */
M4ENCODER_common.h 90 M4ENCODER_kIYUYV, /**< YUV422 interlaced, luma first */
91 M4ENCODER_kIUYVY, /**< YUV422 interlaced, chroma first */
  /system/bluetooth/data/
audio.conf 42 # scan type changed to interlaced. Such allows faster connection initiated
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h 42 // nChannels Number of input/output channels (interlaced).
48 // nChannels Number of input/output channels (interlaced).
99 // frameCount * nChannels interlaced samples. Processing can be done
AudioShelvingFilter.h 49 // nChannels Number of input/output channels (interlaced).
55 // nChannels Number of input/output channels (interlaced).
93 // frameCount * nChannels interlaced samples. Processing can be done
AudioEqualizer.h 69 // nChannels Number of input/output channels (interlaced).
87 // nChannels Number of input/output channels (interlaced).
180 // frameCount * nChannels interlaced samples. Processing can be done
231 // nChannels Number of input/output channels (interlaced).
  /external/libvpx/vpx_scale/generic/
vpxscale.c 322 * unsigned int interlaced : Interlace flag.
352 unsigned int interlaced
428 if (interlaced)
430 /* if the content is interlaced, point sampling is used */
510 if (interlaced)
591 * unsigned int interlaced : Interlace flag.
613 unsigned int interlaced
623 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
635 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
647 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
    [all...]
  /external/libpng/contrib/gregbook/
wpng.c 6 maxval = 255) to PNG. Non-interlaced PNGs are written progressively;
7 interlaced PNGs are read and written in one memory-intensive blast.
182 wpng_info.interlaced = FALSE;
253 wpng_info.interlaced = TRUE;
418 " -interlace\twrite interlaced PNG image\n"
696 /* read and write the image, either in its entirety (if writing interlaced
697 * PNG) or row by row (if non-interlaced) */
702 if (wpng_info.interlaced) {
731 } else /* not interlaced: write progressively (row by row) */ {
writepng.c 151 interlace_type = mainprog_ptr->interlaced? PNG_INTERLACE_ADAM7 :
295 int writepng_encode_row(mainprog_info *mainprog_ptr) /* NON-interlaced only! */
325 int writepng_encode_finish(mainprog_info *mainprog_ptr) /* NON-interlaced! */
  /external/libpng/
pngread.c 659 /* If interlaced and we do not need a new row, combine row and return */
660 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
823 /* Blow up interlaced rows to full size */
824 if (png_ptr->interlaced &&
857 /* Read one or more rows of image data. If the image is interlaced,
874 * also, but you may. If the image is not interlaced, or if you have
956 if (png_ptr->interlaced)
979 // number of rows in a 8x8 block for each interlaced pass.
997 if (!png_ptr->interlaced)
    [all...]
example.c 497 * image is interlaced, and you turned on the interlace handler,
528 * For the non-NULL rows of interlaced images, you must call
531 * NULL rows (it will just return) and for non-interlaced images
541 * the first pass (and only for interlaced images), you will have
777 /* The number of passes is either 1 for non-interlaced images,
778 * or 7 for interlaced images.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fb.h 203 #define FB_VMODE_NONINTERLACED 0 /* non interlaced */
204 #define FB_VMODE_INTERLACED 1 /* interlaced */
206 #define FB_VMODE_ODD_FLD_FIRST 4 /* interlaced: top line first */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fb.h 203 #define FB_VMODE_NONINTERLACED 0 /* non interlaced */
204 #define FB_VMODE_INTERLACED 1 /* interlaced */
206 #define FB_VMODE_ODD_FLD_FIRST 4 /* interlaced: top line first */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fb.h 203 #define FB_VMODE_NONINTERLACED 0 /* non interlaced */
204 #define FB_VMODE_INTERLACED 1 /* interlaced */
206 #define FB_VMODE_ODD_FLD_FIRST 4 /* interlaced: top line first */
  /external/mesa3d/docs/
MESA_swap_control.spec 87 full frame of video data. In the case of an interlaced monitor,
  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 309 // Tell libpng to send us rows for interlaced pngs.
369 * For the non-NULL rows of interlaced images, you must call
372 * just return) and for non-interlaced images (it just does the
381 * the first pass (and only for interlaced images), you will have
  /external/qemu/distrib/libpng-1.2.19/
pngread.c 619 /* if interlaced and we do not need a new row, combine row and return */
620 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
772 /* blow up interlaced rows to full size */
773 if (png_ptr->interlaced &&
806 /* Read one or more rows of image data. If the image is interlaced,
823 * also, but you may. If the image is not interlaced, or if you have
876 * each pass of a interlaced image, use png_read_rows() instead.
893 if (png_ptr->interlaced)
895 "Cannot read interlaced image -- interlace handler disabled.");
    [all...]
  /external/jpeg/
rdtarga.c 279 /* For now, assume image is bottom-up and not interlaced. */
280 /* NEEDS WORK to support interlaced images! */
366 interlace_type != 0) /* currently don't allow interlaced image */
  /external/qemu/distrib/jpeg-6b/
rdtarga.c 279 /* For now, assume image is bottom-up and not interlaced. */
280 /* NEEDS WORK to support interlaced images! */
366 interlace_type != 0) /* currently don't allow interlaced image */
  /frameworks/av/libvideoeditor/vss/src/
M4VD_EXTERNAL_BitstreamParser.c 116 M4OSA_UInt8 interlaced = 0; local
247 1);/* interlaced */
248 interlaced = (M4OSA_UInt8)code;
  /external/kernel-headers/original/linux/
videodev2.h 109 top, bottom, interlaced
115 V4L2_FIELD_INTERLACED = 4, /* both fields interlaced */
121 V4L2_FIELD_INTERLACED_TB = 8, /* both fields interlaced, top field
124 V4L2_FIELD_INTERLACED_BT = 9, /* both fields interlaced, top field
1023 __u32 interlaced; \/* Interlaced or progressive *\/ member in struct:v4l2_bt_timings
    [all...]

Completed in 1026 milliseconds

1 2 3 4