Searched refs:enc_list (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
D | rfbtightserver.c | 276 rfbCapabilityInfo enc_list[N_ENC_CAPS]; in rfbSendInteractionCaps() local 321 SetCapInfo(&enc_list[i++], rfbEncodingCopyRect, rfbStandardVendor); in rfbSendInteractionCaps() 322 SetCapInfo(&enc_list[i++], rfbEncodingRRE, rfbStandardVendor); in rfbSendInteractionCaps() 323 SetCapInfo(&enc_list[i++], rfbEncodingCoRRE, rfbStandardVendor); in rfbSendInteractionCaps() 324 SetCapInfo(&enc_list[i++], rfbEncodingHextile, rfbStandardVendor); in rfbSendInteractionCaps() 326 SetCapInfo(&enc_list[i++], rfbEncodingZlib, rfbTridiaVncVendor); in rfbSendInteractionCaps() 327 SetCapInfo(&enc_list[i++], rfbEncodingTight, rfbTightVncVendor); in rfbSendInteractionCaps() 331 SetCapInfo(&enc_list[i++], rfbEncodingCompressLevel0, rfbTightVncVendor); in rfbSendInteractionCaps() 332 SetCapInfo(&enc_list[i++], rfbEncodingQualityLevel0, rfbTightVncVendor); in rfbSendInteractionCaps() 333 SetCapInfo(&enc_list[i++], rfbEncodingXCursor, rfbTightVncVendor); in rfbSendInteractionCaps() [all …]
|