• Home
  • Raw
  • Download

Lines Matching refs:GST_DEBUG

95   GST_DEBUG ("connecting to the rfb server");  in rfb_decoder_connect_tcp()
117 GST_DEBUG ("Cancelled connecting"); in rfb_decoder_connect_tcp()
134 GST_DEBUG ("Disconnecting from the rfb server"); in rfb_decoder_disconnect()
169 GST_DEBUG ("First iteration: set state to -> wait for protocol version"); in rfb_decoder_iterate()
173 GST_DEBUG ("Executing next state in initialization"); in rfb_decoder_iterate()
223 GST_DEBUG ("Read on socket cancelled"); in rfb_decoder_read()
263 GST_DEBUG ("Send on socket cancelled"); in rfb_decoder_send()
353 GST_DEBUG ("\"%.11s\"", decoder->data); in rfb_decoder_state_wait_for_protocol_version()
358 GST_DEBUG ("Major version : %d", decoder->protocol_major); in rfb_decoder_state_wait_for_protocol_version()
359 GST_DEBUG ("Minor version : %d", decoder->protocol_minor); in rfb_decoder_state_wait_for_protocol_version()
430 GST_DEBUG ("security = %d", decoder->security_type); in rfb_decoder_state_wait_for_security()
461 GST_DEBUG ("Server supports security type %u", val); in rfb_decoder_state_wait_for_security()
477 GST_DEBUG ("security = %d", decoder->security_type); in rfb_decoder_state_wait_for_security()
484 GST_DEBUG ("Security type is None"); in rfb_decoder_state_wait_for_security()
500 GST_DEBUG ("Security type is VNC Authentication"); in rfb_decoder_state_wait_for_security()
531 GST_DEBUG ("Encrypted challenge sent to server"); in rfb_decoder_state_wait_for_security()
567 GST_DEBUG ("Security handshake successful"); in rfb_decoder_state_security_result()
609 GST_DEBUG ("entered set encodings"); in rfb_decoder_state_set_encodings()
651 GST_DEBUG ("shared_flag is %d", shared_flag); in rfb_decoder_state_send_client_initialisation()
678 GST_DEBUG ("Server Initialization"); in rfb_decoder_state_wait_for_server_initialisation()
679 GST_DEBUG ("width = %d", decoder->width); in rfb_decoder_state_wait_for_server_initialisation()
680 GST_DEBUG ("height = %d", decoder->height); in rfb_decoder_state_wait_for_server_initialisation()
681 GST_DEBUG ("bpp = %d", decoder->bpp); in rfb_decoder_state_wait_for_server_initialisation()
682 GST_DEBUG ("depth = %d", decoder->depth); in rfb_decoder_state_wait_for_server_initialisation()
683 GST_DEBUG ("big_endian = %d", decoder->big_endian); in rfb_decoder_state_wait_for_server_initialisation()
684 GST_DEBUG ("true_colour= %d", decoder->true_colour); in rfb_decoder_state_wait_for_server_initialisation()
685 GST_DEBUG ("red_max = %d", decoder->red_max); in rfb_decoder_state_wait_for_server_initialisation()
686 GST_DEBUG ("green_max = %d", decoder->green_max); in rfb_decoder_state_wait_for_server_initialisation()
687 GST_DEBUG ("blue_max = %d", decoder->blue_max); in rfb_decoder_state_wait_for_server_initialisation()
688 GST_DEBUG ("red_shift = %d", decoder->red_shift); in rfb_decoder_state_wait_for_server_initialisation()
689 GST_DEBUG ("green_shift= %d", decoder->green_shift); in rfb_decoder_state_wait_for_server_initialisation()
690 GST_DEBUG ("blue_shift = %d", decoder->blue_shift); in rfb_decoder_state_wait_for_server_initialisation()
698 GST_DEBUG ("name = %s", decoder->name); in rfb_decoder_state_wait_for_server_initialisation()
750 GST_DEBUG ("decoder_state_normal"); in rfb_decoder_state_normal()
759 GST_DEBUG ("Receiving framebuffer update"); in rfb_decoder_state_normal()
787 GST_DEBUG ("Number of rectangles : %d", decoder->n_rects); in rfb_decoder_state_framebuffer_update()
810 GST_DEBUG ("update received"); in rfb_decoder_state_framebuffer_update_rectangle()
811 GST_DEBUG ("x:%d y:%d", x, y); in rfb_decoder_state_framebuffer_update_rectangle()
812 GST_DEBUG ("w:%d h:%d", w, h); in rfb_decoder_state_framebuffer_update_rectangle()
813 GST_DEBUG ("encoding: %d", encoding); in rfb_decoder_state_framebuffer_update_rectangle()
866 GST_DEBUG ("Reading %d bytes (%dx%d)", size, rect_w, rect_h); in rfb_decoder_raw_encoding()
899 GST_DEBUG ("Copyrect from %d %d", src_x, src_y); in rfb_decoder_copyrect_encoding()
951 GST_DEBUG ("number of rectangles :%d", number_of_rectangles); in rfb_decoder_rre_encoding()
987 GST_DEBUG ("number of rectangles :%d", number_of_rectangles); in rfb_decoder_corre_encoding()
1125 GST_DEBUG ("rfb_decoder_state_server_cut_text: throw away '%s'", in rfb_decoder_state_server_cut_text()