Searched refs:rect_w (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 863 raw_line_size = rect_w * decoder->bytespp; in rfb_decoder_raw_encoding() 866 GST_DEBUG ("Reading %d bytes (%dx%d)", size, rect_w, rect_h); in rfb_decoder_raw_encoding() 887 gint rect_w, gint rect_h) in rfb_decoder_copyrect_encoding() argument 901 copyrect_width = rect_w * decoder->bytespp; in rfb_decoder_copyrect_encoding() [all …]
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_blt.h | 63 uint16_t rect_w; member 78 uint16_t rect_w; member
|
D | etnaviv_blt.c | 126 …etna_set_state(stream, VIVS_BLT_IMAGE_SIZE, VIVS_BLT_IMAGE_SIZE_WIDTH(op->rect_w) | VIVS_BLT_IMAGE… in emit_blt_clearimage() 181 …etna_set_state(stream, VIVS_BLT_IMAGE_SIZE, VIVS_BLT_IMAGE_SIZE_WIDTH(op->rect_w) | VIVS_BLT_IMAGE… in emit_blt_copyimage() 246 clr.rect_w = surf->surf.width; in etna_blit_clear_color_blt() 325 clr.rect_w = surf->surf.width; in etna_blit_clear_zs_blt() 496 op.rect_w = blit_info->dst.box.width; in etna_try_blt_blit() 506 assert((op.src_x + op.rect_w) <= src_lev->padded_width); in etna_try_blt_blit() 510 assert((op.dest_x + op.rect_w) <= dst_lev->padded_width); 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 298 rect_w = (wh >> 4) + 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, 630 int rect_w, in TexImage2DCase() argument 639 rect_w, rect_h, 1, in TexImage2DCase()
|