/external/giflib/ |
gif_lib.h | 48 bool Interlace; /* Sequential/Interlaced lines. */
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
gnuplot.php | 177 'notransparent', 'transparent', 'nointerlace', 'interlace',
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/ |
ExynosVideoApi.h | 197 int PictureInterlace; /* [IN] Enables the interlace mode */
|
/external/chromium_org/third_party/libpng/ |
pngwutil.c | 482 png_warning(png_ptr, "Invalid interlace type specified"); [all...] |
pngpread.c | 1144 /* Start of interlace block */ 1147 /* Offset to next interlace block */ 1150 /* Start of interlace block in the y direction */ 1153 /* Offset to next interlace block in the y direction */ 1156 /* Height of interlace block. This is not currently used - if you need [all...] |
pngrutil.c | [all...] |
/external/libpng/ |
pngwutil.c | 482 png_warning(png_ptr, "Invalid interlace type specified"); [all...] |
pngpread.c | 1144 /* Start of interlace block */ 1147 /* Offset to next interlace block */ 1150 /* Start of interlace block in the y direction */ 1153 /* Offset to next interlace block in the y direction */ 1156 /* Height of interlace block. This is not currently used - if you need [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngwutil.c | 462 png_warning(png_ptr, "Invalid interlace type specified"); [all...] |
pngrutil.c | [all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_TI_Video.h | 315 * @brief Specifies the type of interlace content 318 OMX_TI_Video_Interlace_PICAFF = 0, //!< PicAFF type of interlace coding 319 OMX_TI_Video_Interlace_MBAFF, //!< MBAFF type of interlace coding 343 @brief OMX_TI_VIDEO_PARAM_AVCINTERLACECODING : to configure the interlace encoding related settings 344 @param eInterlaceCodingType to specify the settings of interlace content
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libpng.cpp | 331 /* Turn on interlace handling. REQUIRED if you are not using 771 /* Turn on interlace handling. REQUIRED if you are not using [all...] |
SkMovie_gif.cpp | 248 if (frame->ImageDesc.Interlace) {
|
/external/libpng/contrib/gregbook/ |
wpng.c | 405 "Usage: %s [-gamma exp] [-bgcolor bg] [-text] [-time] [-interlace] pnmfile\n" 406 "or: ... | %s [-gamma exp] [-bgcolor bg] [-text] [-time] [-interlace] | ...\n" 418 " -interlace\twrite interlaced PNG image\n"
|
/external/skia/src/images/ |
SkImageDecoder_libpng.cpp | 332 /* Turn on interlace handling. REQUIRED if you are not using 776 /* Turn on interlace handling. REQUIRED if you are not using [all...] |
/external/libvpx/libvpx/ |
y4minput.c | 54 _y4m->interlace = p[1]; 76 if (!got_interlace)_y4m->interlace = '?'; 697 if (_y4m->interlace == '?') { 700 } else if (_y4m->interlace != 'p') { [all...] |
/frameworks/wilhelm/tests/examples/ |
xaVideoDecoderCapabilities.cpp | 114 {XA_VIDEOPROFILE_H263_INTERLACE, "interlace"},
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec.cpp | 787 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive) 812 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive) [all...] |
omx_vdec_hevc.cpp | 883 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive) [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
omx_vdec.cpp | 784 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive) 810 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive) [all...] |
omx_vdec_copper.cpp | 790 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive) 816 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive) [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_QCOMExtns.h | 486 OMX_BOOL bInterlace; /** Interlace content **/ 508 // common frame meta data. interlace related info removed
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSValueKeywords.in | 985 interlace
|
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/png/ |
PNGImageDecoder.cpp | 437 * image is interlacing, and you turned on the interlace handler,
|
/external/jpeg/ |
rdtarga.c | 361 interlace_type = flags >> 6; /* bits 6/7 are interlace code */
|