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

1 2

  /external/libvpx/libvpx/vpx_scale/
vpxscale.h 35 unsigned int interlaced);
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 203 bool *interlaced) {
228 if (interlaced) {
229 *interlaced = config->interlaced;
376 bool interlaced; local
380 &width, &height, &framesPerSecond, &interlaced)) {
391 i, j, width, height, interlaced ? 'i' : 'p', framesPerSecond);
394 if (!interlaced) {
VideoFormats.h 41 bool interlaced; member in struct:android::VideoFormats::config_t
81 bool *interlaced);
  /hardware/qcom/display/libqdutils/
qdMetaData.h 62 int32_t interlaced; member in struct:MetaData_t
qdMetaData.cpp 70 data->interlaced = *((int32_t *)param);
  /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
  /external/libpng/contrib/gregbook/
writepng.h 110 int interlaced; member in struct:_mainprog_info
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/libvpx/libvpx/vpx_scale/generic/
vpxscale.c 283 * unsigned int interlaced : Interlace flag.
313 unsigned int interlaced
385 if (interlaced) {
386 /* if the content is interlaced, point sampling is used */
457 if (interlaced)
527 * unsigned int interlaced : Interlace flag.
549 unsigned int interlaced
558 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
570 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
582 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced);
    [all...]
  /hardware/qcom/display/libexternal/
external.cpp 314 bool interlaced; member in struct:qhwc::disp_mode_timing_type
333 info.vmode = interlaced ? FB_VMODE_INTERLACED : FB_VMODE_NONINTERLACED;
485 // XXX: We dont support interlaced modes but having
532 // We dont support interlaced modes
569 // returns true if the mode(ID) is interlaced mode format
571 bool interlaced = false; local
578 interlaced = true;
580 interlaced = false;
582 return interlaced;
  /frameworks/av/libvideoeditor/vss/src/
M4VD_EXTERNAL_BitstreamParser.c 116 M4OSA_UInt8 interlaced = 0; local
247 1);/* interlaced */
248 interlaced = (M4OSA_UInt8)code;
  /bionic/libc/kernel/common/video/
dsscomp.h 274 __u8 interlaced; member in struct:dss2_mgr_info
  /external/kernel-headers/original/video/
dsscomp.h 187 OMAP_DSS_ILACE = (1 << 0), /* interlaced vs. progressive */
426 __u8 interlaced; /* bool */ member in struct:dss2_mgr_info
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 105 png_uint_32 iwidth; /* width of current interlaced row in pixels */
133 png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */ member in struct:png_struct_def
  /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...]
pngrutil.c 490 png_ptr->interlaced = (png_byte)interlace_type;
    [all...]
pngpread.c 955 /* Blow up interlaced rows to full size */
956 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
1167 if (png_ptr->interlaced)
    [all...]
pngwrite.c 731 /* Write a few rows of image data. If the image is interlaced,
756 * if you are writing an interlaced image.
771 /* Initialize interlace handling. If image is not interlaced,
845 /* If interlaced and not interested in row, return */
846 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
927 if (png_ptr->interlaced && png_ptr->pass < 6 &&
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngpread.c 788 png_ptr->interlaced && png_ptr->pass > 6) ||
789 (!png_ptr->interlaced &&
830 /* blow up interlaced rows to full size */
831 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
1019 if (png_ptr->interlaced)
    [all...]
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...]
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 414 NULL /* interlaced */));
856 bool interlaced; local
863 &interlaced));
866 width, height, interlaced ? 'i' : 'p', framesPerSecond);
    [all...]
PlaybackSession.cpp 910 bool interlaced; local
917 &interlaced));
  /frameworks/av/media/libstagefright/
avc_utils.cpp 541 unsigned interlaced = br.getBits(1); local

Completed in 935 milliseconds

1 2