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

1 23 4

  /external/kernel-headers/original/linux/
fb.h 224 #define FB_VMODE_NONINTERLACED 0 /* non interlaced */
225 #define FB_VMODE_INTERLACED 1 /* interlaced */
227 #define FB_VMODE_ODD_FLD_FIRST 4 /* interlaced: top line first */
    [all...]
  /external/libpng/
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...]
libpng.3     [all...]
pngrutil.c 490 png_ptr->interlaced = (png_byte)interlace_type;
    [all...]
pngwutil.c 492 png_ptr->interlaced = (png_byte)interlace_type;
    [all...]
pngtrans.c 97 if (png_ptr && png_ptr->interlaced)
png.h     [all...]
CHANGES 77 fixed some bugs (16 bit, 4 bit interlaced, etc.)
420 if an attempt is made to read an interlaced image when it's not supported.
    [all...]
  /external/libvpx/
y4minput.c 196 /*This format is only used for interlaced content, but is included for
313 /*For actual interlaced material, this would have to be done separately on
702 fprintf(stderr,"Input video is interlaced; "
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp 258 M4OSA_UInt8 interlaced = 0; local
379 &parsingCtxt, 1);/* interlaced */
380 interlaced = (M4OSA_UInt8)code;
    [all...]
  /external/jpeg/
wrgif.c 287 /* flag byte: not interlaced, no local color map */
  /external/qemu/distrib/jpeg-6b/
wrgif.c 287 /* flag byte: not interlaced, no local color map */
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageDecoder.cpp 238 // unnecessary; but if we're decoding an interlaced gif and
  /frameworks/av/media/libstagefright/
avc_utils.cpp 473 unsigned interlaced = br.getBits(1); local
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 113 * can be interlaced with requests from other tokens, but is irrelevant to this
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 381 png_ptr->interlaced = (png_byte)interlace_type;
    [all...]
pngwutil.c 472 png_ptr->interlaced = (png_byte)interlace_type;
    [all...]
png.h 1186 png_byte interlaced; \/* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 *\/ member in struct:png_struct_def
    [all...]
pngtrans.c 82 if (png_ptr && png_ptr->interlaced)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vop.cpp 424 /* interlaced */
428 mp4dec_log("DecodeVOLHeader(): Interlaced video is not supported.\n");
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 566 // The format is two lines of luminance followed with one line of interlaced Cb anc Cr value and followed by one Weight line in 16 dword size
  /external/libyuv/files/source/
convert.cc 550 // Bi-Planar: Y plane followed by an interlaced U and V plane
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 486 uint8 *Scb; /* for complementary fields, YUV are interlaced */
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_Vdec.c 61 /* Alignment for interlaced processing */
    [all...]
  /external/openssl/crypto/bn/asm/
x86_64-mont5.pl 41 # pre-computed powers of a', interlaced

Completed in 1677 milliseconds

1 23 4