/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | blend.c | 350 gint comp_width, comp_height; \ 355 comp_height = GST_VIDEO_FRAME_COMP_HEIGHT (frame, 0); \ 358 for (i = 0; i < comp_height; i++) { \ 367 comp_height = GST_VIDEO_FRAME_COMP_HEIGHT (frame, 1); \ 370 for (i = 0; i < comp_height; i++) { \ 377 comp_height = GST_VIDEO_FRAME_COMP_HEIGHT (frame, 2); \ 380 for (i = 0; i < comp_height; i++) { \ 392 gint comp_width, comp_height; \ 398 comp_height = GST_VIDEO_FRAME_COMP_HEIGHT (frame, 0); \ 401 for (i = 0; i < comp_height; i++) { \ [all …]
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | blend.c | 417 gint comp_width, comp_height; \ 424 comp_height = GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT(info, 0, y_end - y_start); \ 429 for (i = 0; i < comp_height; i++) { \ 438 comp_height = GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT(info, 1, y_end - y_start); \ 443 for (i = 0; i < comp_height; i++) { \ 450 comp_height = GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT(info, 2, y_end - y_start); \ 455 for (i = 0; i < comp_height; i++) { \ 467 gint comp_width, comp_height; \ 475 comp_height = GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT(info, 0, y_end - y_start); \ 480 for (i = 0; i < comp_height; i++) { \ [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | transupp.c | 239 JDIMENSION comp_width, comp_height; in do_drop() local 248 comp_height = drop_height * compptr->v_samp_factor; in do_drop() 251 for (blk_y = 0; blk_y < comp_height; blk_y += compptr->v_samp_factor) { in do_drop() 322 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height; in do_crop_ext_zero() local 336 comp_height = MCU_rows * compptr->v_samp_factor; in do_crop_ext_zero() 346 dst_blk_y >= y_crop_blocks + comp_height) { in do_crop_ext_zero() 397 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height; in do_crop_ext_flat() local 412 comp_height = MCU_rows * compptr->v_samp_factor; in do_crop_ext_flat() 422 dst_blk_y >= y_crop_blocks + comp_height) { in do_crop_ext_flat() 477 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, src_blk_x; in do_crop_ext_reflect() local [all …]
|
/third_party/libjpeg-turbo/ |
D | transupp.c | 263 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_flip_v() local 283 comp_height = MCU_rows * compptr->v_samp_factor; in do_flip_v() 291 if (y_crop_blocks + dst_blk_y < comp_height) { in do_flip_v() 295 comp_height - y_crop_blocks - dst_blk_y - in do_flip_v() 306 if (y_crop_blocks + dst_blk_y < comp_height) { in do_flip_v() 477 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_rot_270() local 493 comp_height = MCU_rows * compptr->v_samp_factor; in do_rot_270() 510 if (y_crop_blocks + dst_blk_y < comp_height) { in do_rot_270() 513 [comp_height - y_crop_blocks - dst_blk_y - offset_y - 1]; in do_rot_270() 548 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_rot_180() local [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | transupp.c | 263 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_flip_v() local 283 comp_height = MCU_rows * compptr->v_samp_factor; in do_flip_v() 291 if (y_crop_blocks + dst_blk_y < comp_height) { in do_flip_v() 295 comp_height - y_crop_blocks - dst_blk_y - in do_flip_v() 306 if (y_crop_blocks + dst_blk_y < comp_height) { in do_flip_v() 477 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_rot_270() local 493 comp_height = MCU_rows * compptr->v_samp_factor; in do_rot_270() 510 if (y_crop_blocks + dst_blk_y < comp_height) { in do_rot_270() 513 [comp_height - y_crop_blocks - dst_blk_y - offset_y - 1]; in do_rot_270() 548 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_rot_180() local [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | assrender.c | 133 gint comp_stride, comp_width, comp_height; in sink_handoff_cb_I420() local 147 comp_height = GST_VIDEO_FRAME_COMP_HEIGHT (&frame, c); in sink_handoff_cb_I420() 149 for (i = 0; i < comp_height; i++) { in sink_handoff_cb_I420()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstgloverlaycompositor.c | 243 guint comp_width, comp_height; in gst_gl_composition_overlay_add_transformation() local 257 &comp_x, &comp_y, &comp_width, &comp_height); in gst_gl_composition_overlay_add_transformation() 267 rel_h = (float) comp_height / (float) height; in gst_gl_composition_overlay_add_transformation() 304 comp_x, comp_y, comp_width, comp_height, meta->width, meta->height); in gst_gl_composition_overlay_add_transformation()
|