Home
last modified time | relevance | path

Searched defs:cheight (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegenc.h67 gint cheight[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/pixman/pixman/
Dpixman-bits-image.c270 int32_t cheight = pixman_fixed_to_int (params[1]); in bits_image_fetch_pixel_convolution() local
336 int cheight = pixman_fixed_to_int (params[1]); in bits_image_fetch_pixel_separable_convolution() local
Dpixman-fast-path.c2718 int cheight = pixman_fixed_to_int (params[1]); in bits_image_fetch_separable_convolution_affine() local
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2866 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode; in r600_dma_copy_tile() local
Devergreen_state.c3788 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode; in evergreen_dma_copy_tile() local
/third_party/python/Lib/
Dturtle.py437 def setupcanvas(self, width, height, cwidth, cheight): argument