Home
last modified time | relevance | path

Searched refs:imode (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gst_libav/ext/libav/
Dgstavdeinterlace.c204 const gchar *imode; in gst_ffmpegdeinterlace_sink_setcaps() local
216 imode = gst_structure_get_string (structure, "interlace-mode"); in gst_ffmpegdeinterlace_sink_setcaps()
217 if (imode && (!strcmp (imode, "interleaved") || !strcmp (imode, "mixed"))) { in gst_ffmpegdeinterlace_sink_setcaps()
243 deinterlace->interlaced ? "progressive" : imode, NULL); in gst_ffmpegdeinterlace_sink_setcaps()
/third_party/f2fs-tools/fsck/
Dsload.c110 unsigned int uid = 0, gid = 0, imode = 0; in set_perms_and_caps() local
130 c.target_out_dir, &uid, &gid, &imode, in set_perms_and_caps()
134 de->mode = (de->mode & S_IFMT) | (imode & 0xffff); in set_perms_and_caps()
Ddump.c476 u32 imode = le16_to_cpu(inode->i_mode); in dump_file() local
489 if ((!S_ISREG(imode) && !S_ISLNK(imode)) || in dump_file()
/third_party/python/Modules/
Dossaudiodev.c82 int fd, afmts, imode; in newossobject() local
99 imode = O_RDONLY; in newossobject()
101 imode = O_WRONLY; in newossobject()
103 imode = O_RDWR; in newossobject()
121 fd = _Py_open(devicename, imode|O_NONBLOCK); in newossobject()
145 self->mode = imode; in newossobject()
/third_party/ffmpeg/libavcodec/
Dvc1.c102 int imode, x, y, code, offset; in bitplane_decoding() local
110 imode = get_vlc2(gb, ff_vc1_imode_vlc.table, VC1_IMODE_VLC_BITS, 1); in bitplane_decoding()
113 switch (imode) { in bitplane_decoding()
204 if (imode == IMODE_DIFF2 || imode == IMODE_DIFF6) { in bitplane_decoding()
222 return (imode << 1) + invert; in bitplane_decoding()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvc1parser.c439 guint imode, invert, invert_mask; in bitplane_decoding() local
448 if (!decode_vlc (br, &imode, vc1_imode_vlc_table, in bitplane_decoding()
452 switch (imode) { in bitplane_decoding()
593 if (imode == IMODE_DIFF2 || imode == IMODE_DIFF6) { in bitplane_decoding()