Lines Matching refs:rect_w
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()
940 gint rect_w, gint rect_h) in rfb_decoder_rre_encoding() argument
954 rfb_decoder_fill_rectangle (decoder, start_x, start_y, rect_w, rect_h, color); in rfb_decoder_rre_encoding()
976 gint rect_w, gint rect_h) in rfb_decoder_corre_encoding() argument
990 rfb_decoder_fill_rectangle (decoder, start_x, start_y, rect_w, rect_h, color); in rfb_decoder_corre_encoding()
1012 gint rect_w, gint rect_h) in rfb_decoder_hextile_encoding() argument
1020 x_end = rect_w % 16; in rfb_decoder_hextile_encoding()
1021 x_count = rect_w / 16 + (x_end > 0 ? 1 : 0); in rfb_decoder_hextile_encoding()
1024 x_max = start_x + rect_w; in rfb_decoder_hextile_encoding()