/third_party/gstreamer/gstplugins_bad/gst/interlace/ |
D | gstinterlace.c | 249 GST_ELEMENT_REGISTER_DECLARE (interlace); 253 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (interlace, "interlace", GST_RANK_NONE, 311 gst_interlace_reset (GstInterlace * interlace) in gst_interlace_reset() argument 313 GST_OBJECT_LOCK (interlace); in gst_interlace_reset() 314 interlace->phase_index = interlace->pattern_offset; in gst_interlace_reset() 315 GST_OBJECT_UNLOCK (interlace); in gst_interlace_reset() 317 interlace->timebase = GST_CLOCK_TIME_NONE; in gst_interlace_reset() 318 interlace->field_index = 0; in gst_interlace_reset() 319 interlace->passthrough = FALSE; in gst_interlace_reset() 320 interlace->switch_fields = FALSE; in gst_interlace_reset() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | avrndec.c | 27 int interlace; member 43 a->interlace = !memcmp(avctx->extradata + ndx, "1:1(", 4); in init() 44 if(a->interlace) { in init() 73 if(a->interlace) { in decode_frame()
|
D | vc1_mc.c | 182 int interlace; in ff_vc1_mc_1mv() local 228 interlace = 1; in ff_vc1_mc_1mv() 236 interlace = s->last_picture.f->interlaced_frame; in ff_vc1_mc_1mv() 245 interlace = s->next_picture.f->interlaced_frame; in ff_vc1_mc_1mv() 300 if (interlace) { in ff_vc1_mc_1mv() 335 if (interlace) { in ff_vc1_mc_1mv() 462 int interlace; in ff_vc1_mc_4mv_luma() local 480 interlace = 1; in ff_vc1_mc_4mv_luma() 485 interlace = s->last_picture.f->interlaced_frame; in ff_vc1_mc_4mv_luma() 491 interlace = s->next_picture.f->interlaced_frame; in ff_vc1_mc_4mv_luma() [all …]
|
D | nvdec_vc1.c | 76 .interlace = v->interlace, in nvdec_vc1_start_frame()
|
D | vdpau_vc1.c | 71 info->interlace = v->interlace; in vdpau_vc1_start_frame()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/ |
D | gstbasetsmuxjpeg2000.c | 48 const guint header_size = private_data->interlace ? 48 : 38; in gst_base_ts_mux_prepare_jpeg2000() 54 if (private_data->interlace) { in gst_base_ts_mux_prepare_jpeg2000() 86 if (private_data->interlace) { in gst_base_ts_mux_prepare_jpeg2000()
|
D | gstbasetsmuxjpeg2000.h | 48 gboolean interlace; member
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/pngminus/ |
D | pnm2png.c | 35 BOOL interlace, BOOL alpha); 49 BOOL interlace = FALSE; in main() local 60 interlace = TRUE; in main() 124 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE) in main() 164 BOOL interlace, BOOL alpha) in pnm2png() argument 475 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7, in pnm2png()
|
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
D | pnm2png.c | 35 BOOL interlace, BOOL alpha); 49 BOOL interlace = FALSE; in main() local 60 interlace = TRUE; in main() 124 if (pnm2png (fp_rd, fp_wr, fp_al, interlace, alpha) == FALSE) in main() 164 BOOL interlace, BOOL alpha) in pnm2png() argument 475 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7, in pnm2png()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | pngshim.c | 271 int bitdepth, color_type, interlace; in Load_SBit_Png() local 327 &bitdepth, &color_type, &interlace, in Load_SBit_Png() 384 if ( interlace != PNG_INTERLACE_NONE ) in Load_SBit_Png() 393 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
|
/third_party/freetype/src/sfnt/ |
D | pngshim.c | 271 int bitdepth, color_type, interlace; in Load_SBit_Png() local 327 &bitdepth, &color_type, &interlace, in Load_SBit_Png() 384 if ( interlace != PNG_INTERLACE_NONE ) in Load_SBit_Png() 393 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
|
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/ |
D | pngshim.c | 266 int bitdepth, color_type, interlace; in Load_SBit_Png() local 319 &bitdepth, &color_type, &interlace, in Load_SBit_Png() 376 if ( interlace != PNG_INTERLACE_NONE ) in Load_SBit_Png() 385 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
|
/third_party/flutter/skia/third_party/externals/wuffs/std/gif/ |
D | decode_gif.wuffs | 107 // represents either that the frame was non-interlaced, or that all interlace 108 // stages are complete. Otherwise, the four interlace stages are elements 4, 3, 110 // interlace stage is 0 and 8, for the second interlace stage is 4 and 8, etc. 111 // For interlaced frames, the decoder.interlace field starts at 4 and is 116 // accessed after all interlace stages are complete. Being the maximum base.u32 117 // value means that, after all interlace stages are complete, dst_y will be set 185 // interlace indexes the interlace_start and interlace_delta arrays. 186 interlace base.u8[..4], 892 this.interlace = 4 894 this.interlace = 0 [all …]
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_vc1.c | 42 context->desc.vc1.interlace = vc1->sequence_fields.bits.interlace; in vlVaHandlePictureParameterBufferVC1()
|
/third_party/skia/third_party/externals/libpng/contrib/conftest/ |
D | read.dfa | 43 # To read the full set of PNG images correctly interlace, transparency and 44 # 16-bit support is required. The application can implement interlace itself,
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/conftest/ |
D | read.dfa | 43 # To read the full set of PNG images correctly interlace, transparency and 44 # 16-bit support is required. The application can implement interlace itself,
|
/third_party/cups-filters/cupsfilters/ |
D | image-gif.c | 57 int interlace); 445 int interlace) /* I - Non-zero = interlaced image */ in gif_read_image() argument 504 if (interlace) in gif_read_image()
|
/third_party/flutter/skia/third_party/externals/libpng/tests/ |
D | pngvalid-progressive-interlace-standard | 2 exec ./pngvalid --strict --standard --progressive-read --interlace
|
/third_party/skia/third_party/externals/libpng/tests/ |
D | pngvalid-progressive-interlace-standard | 2 exec ./pngvalid --strict --standard --progressive-read --interlace
|
/third_party/cJSON/tests/inputs/ |
D | test11 | 6 "interlace": false,"frame rate": 24
|
D | test11.expected | 7 "interlace": false,
|
/third_party/cJSON/fuzzing/inputs/ |
D | test11 | 6 "interlace": false,"frame rate": 24
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_interlace.txt | 23 This extension provides a way to interlace rows of pixels when 49 The specification of interlace operation is added the GL Specification
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_interlace.txt | 23 This extension provides a way to interlace rows of pixels when 49 The specification of interlace operation is added the GL Specification
|
/third_party/ffmpeg/libavfilter/ |
D | tinterlace.h | 82 void ff_tinterlace_init_x86(TInterlaceContext *interlace);
|