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

1 2

  /external/libpng/tests/
pngvalid-progressive-interlace-standard 2 exec ./pngvalid --standard --progressive-read --interlace
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifFrame.java 9 public boolean interlace; field in class:GifFrame
GifHeaderParser.java 136 lctFlag = (packed & 0x80) != 0; // 1 - local color table flag interlace
141 header.currentFrame.interlace = (packed & 0x40) != 0;
GifDecoder.java 380 if (currentFrame.interlace) {
  /external/chromium_org/third_party/libvpx/source/libvpx/
y4minput.h 43 char interlace; member in struct:y4m_input
y4minput.c 89 _y4m->interlace = p[1];
111 if (!got_interlace)_y4m->interlace = '?';
731 if (_y4m->interlace == '?') {
734 } else if (_y4m->interlace != 'p') {
    [all...]
  /external/libvpx/libvpx/
y4minput.h 43 char interlace; member in struct:y4m_input
y4minput.c 89 _y4m->interlace = p[1];
111 if (!got_interlace)_y4m->interlace = '?';
731 if (_y4m->interlace == '?') {
734 } else if (_y4m->interlace != 'p') {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
y4minput.h 43 char interlace; member in struct:y4m_input
y4minput.c 89 _y4m->interlace = p[1];
111 if (!got_interlace)_y4m->interlace = '?';
731 if (_y4m->interlace == '?') {
734 } else if (_y4m->interlace != 'p') {
    [all...]
  /external/chromium_org/third_party/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/freetype/src/sfnt/
pngshim.c 196 int bitdepth, color_type, interlace; local
249 &bitdepth, &color_type, &interlace,
308 if ( interlace != PNG_INTERLACE_NONE )
317 &bitdepth, &color_type, &interlace,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/libpng/contrib/pngminus/
pnm2png.c 53 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha);
67 BOOL interlace = FALSE; local
78 interlace = TRUE;
144 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE)
187 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace, BOOL alpha)
456 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7,
  /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/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/third_party/mesa/src/src/gallium/state_trackers/vdpau/
decode.c 295 picture->interlace = picture_info->interlace;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 295 picture->interlace = picture_info->interlace;
  /hardware/intel/img/psb_video/src/
pnw_VC1.c 628 P0(interlace);
    [all...]
pnw_rotate.c 401 if (pic_params->sequence_fields.bits.interlace)
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 622 P0(interlace);
    [all...]
  /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 896 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive)
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 786 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive)
812 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive)
    [all...]

Completed in 959 milliseconds

1 2