Searched refs:rect_h (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | rfbdecoder.c | 39 gint start_y, gint rect_w, gint rect_h); 41 gint start_x, gint start_y, gint rect_w, gint rect_h); 43 gint start_y, gint rect_w, gint rect_h); 45 gint start_y, gint rect_w, gint rect_h); 47 gint start_x, gint start_y, gint rect_w, gint rect_h); 857 gint rect_w, gint rect_h) in rfb_decoder_raw_encoding() argument 864 size = rect_h * raw_line_size; in rfb_decoder_raw_encoding() 866 GST_DEBUG ("Reading %d bytes (%dx%d)", size, rect_w, rect_h); in rfb_decoder_raw_encoding() 876 while (rect_h--) { in rfb_decoder_raw_encoding() 887 gint rect_w, gint rect_h) in rfb_decoder_copyrect_encoding() argument [all …]
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_blt.h | 64 uint16_t rect_h; member 79 uint16_t rect_h; member
|
D | etnaviv_blt.c | 126 …VS_BLT_IMAGE_SIZE, VIVS_BLT_IMAGE_SIZE_WIDTH(op->rect_w) | VIVS_BLT_IMAGE_SIZE_HEIGHT(op->rect_h)); in emit_blt_clearimage() 181 …VS_BLT_IMAGE_SIZE, VIVS_BLT_IMAGE_SIZE_WIDTH(op->rect_w) | VIVS_BLT_IMAGE_SIZE_HEIGHT(op->rect_h)); in emit_blt_copyimage() 247 clr.rect_h = surf->surf.height; in etna_blit_clear_color_blt() 326 clr.rect_h = surf->surf.height; in etna_blit_clear_zs_blt() 497 op.rect_h = blit_info->dst.box.height; in etna_try_blt_blit() 507 assert((op.src_y + op.rect_h) <= src_lev->padded_height); in etna_try_blt_blit() 511 assert((op.dest_y + op.rect_h) <= dst_lev->padded_height); in etna_try_blt_blit()
|
/third_party/ffmpeg/libavcodec/ |
D | vmnc.c | 290 int rect_x, rect_y, rect_w, rect_h; in decode_hextile() local 299 rect_h = (wh & 0xF) + 1; in decode_hextile() 301 if (rect_x + rect_w > w - i || rect_y + rect_h > h - j) { in decode_hextile() 307 rect_w, rect_h, fg, bpp, stride); in decode_hextile()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcPixelStorageModesTests.cpp | 612 int rect_w, int rect_h, 631 int rect_h, in TexImage2DCase() argument 639 rect_w, rect_h, 1, in TexImage2DCase()
|