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

1 2 3

  /external/libpng/tests/
pngvalid-progressive-interlace-standard 2 exec ./pngvalid --strict --standard --progressive-read --interlace
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifFrame.java 9 boolean interlace; field in class:GifFrame
GifHeaderParser.java 183 // 1 - local color table flag interlace
189 header.currentFrame.interlace = (packed & 0x40) != 0;
GifDecoder.java 458 if (currentFrame.interlace) {
  /external/autotest/tko/
vertical_text.py 33 im.interlace(1)
  /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 = '?';
735 if (_y4m->interlace == '?') {
738 } 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...]
  /bootable/recovery/
interlace-frames.py 36 def interlace(output, inputs): function
110 interlace(args.output, args.input)
  /external/freetype/src/sfnt/
pngshim.c 197 int bitdepth, color_type, interlace; local
250 &bitdepth, &color_type, &interlace,
317 if ( interlace != PNG_INTERLACE_NONE )
326 &bitdepth, &color_type, &interlace,
  /external/pdfium/third_party/freetype/src/sfnt/
pngshim.c 197 int bitdepth, color_type, interlace; local
250 &bitdepth, &color_type, &interlace,
317 if ( interlace != PNG_INTERLACE_NONE )
326 &bitdepth, &color_type, &interlace,
  /hardware/qcom/display/msm8996/sdm/include/core/
layer_buffer.h 185 uint32_t interlace : 1; //!< This flag shall be set by the client to indicate that member in struct:sdm::LayerBufferFlags::__anon32769::__anon32770
  /external/libpng/contrib/pngminus/
pnm2png.c 54 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace,
69 BOOL interlace = FALSE; local
80 interlace = TRUE;
146 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE)
190 BOOL pnm2png (FILE *pnm_file, FILE *png_file, FILE *alpha_file, BOOL interlace,
470 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7,
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_gif.cpp 66 FX_BOOL interlace) {
72 interlace);
fx_codec_progress.h 141 FX_BOOL interlace);
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 217 uint8_t interlace; member in struct:pipe_vc1_picture_desc
  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.h 55 uint8_t interlace : 1; member in struct:tagGifLF
244 int32_t trans_index, int32_t disposal_method, FX_BOOL interlace);
fx_gif.cpp     [all...]
  /external/chromium-trace/catapult/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/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 295 picture->interlace = picture_info->interlace;
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
OcvTransform.cpp 1195 UINT32 interlace = MFGetAttributeUINT32(pmt, MF_MT_INTERLACE_MODE, MFVideoInterlace_Progressive); local
1196 if (interlace == MFVideoInterlace_FieldSingleUpper || interlace == MFVideoInterlace_FieldSingleLower)
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp     [all...]
  /hardware/intel/img/psb_video/src/
pnw_VC1.c 628 P0(interlace);
    [all...]
  /external/pdfium/core/include/fxcodec/
fx_codec.h 348 FX_BOOL interlace);

Completed in 1581 milliseconds

1 2 3