Searched refs:rect_width (Results 1 – 3 of 3) sorted by relevance
271 src->decoder->rect_width = g_value_get_int (value); in gst_rfb_src_set_property()319 g_value_set_int (value, src->decoder->rect_width); in gst_rfb_src_get_property()445 decoder->rect_width = in gst_rfb_src_negotiate()446 (decoder->rect_width ? decoder->rect_width : decoder->width); in gst_rfb_src_negotiate()454 decoder->line_size = decoder->rect_width * decoder->bytespp; in gst_rfb_src_negotiate()457 decoder->rect_width, decoder->rect_height); in gst_rfb_src_negotiate()469 gst_video_info_set_format (&vinfo, vformat, decoder->rect_width, in gst_rfb_src_negotiate()513 decoder->offset_x, decoder->offset_y, decoder->rect_width, in gst_rfb_src_fill()
64 decoder->rect_width = 0; in rfb_decoder_new()298 decoder->rect_width * decoder->rect_height * decoder->bpp / 8); in rfb_decoder_send_update_request()720 if (decoder->rect_width > 0) { in rfb_decoder_state_wait_for_server_initialisation()721 if (decoder->rect_width > decoder->width) { in rfb_decoder_state_wait_for_server_initialisation()725 decoder->rect_width = decoder->width; in rfb_decoder_state_wait_for_server_initialisation()727 decoder->width = decoder->rect_width; in rfb_decoder_state_wait_for_server_initialisation()872 decoder->frame + (((start_y * decoder->rect_width) + in rfb_decoder_raw_encoding()904 decoder->prev_frame + ((src_y * decoder->rect_width) + in rfb_decoder_copyrect_encoding()907 decoder->frame + ((start_y * decoder->rect_width) + in rfb_decoder_copyrect_encoding()931 i) * decoder->rect_width)) * decoder->bytespp); in rfb_decoder_fill_rectangle()
88 guint rect_width; member