Home
last modified time | relevance | path

Searched defs:cwidth (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/tools/
Dyuvcmp.c43 int cwidth = width / 2; in main() local
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegenc.h66 gint cwidth[GST_VIDEO_MAX_COMPONENTS]; member
/third_party/gstreamer/gstplugins_bad/gst/interlace/
Dgstinterlace.c1105 gint cheight, cwidth; in copy_fields() local
1169 gint cheight, cwidth; in copy_field() local
/third_party/python/Lib/
Dturtle.py437 def setupcanvas(self, width, height, cwidth, cheight): argument