示例#1
0
def test_enc_xvid():
    print("test_enc_xvid()")
    from xpra.codecs.xvid import encoder  #@UnresolvedImport
    test_encoder(encoder)
    test_performance(encoder)
示例#2
0
文件: test_vpx.py 项目: cattaka/Xpra
def test_perf():
    test_performance(vpx_encoder)
示例#3
0
def test_perf():
    test_performance(vpx_encoder)
示例#4
0
def test_enc_xvid():
    print("test_enc_xvid()")
    from xpra.codecs.enc_xvid import encoder #@UnresolvedImport
    test_encoder(encoder)
    test_performance(encoder)
示例#5
0
def test_perf():
    test_performance(encoder_module, options={"video_separateplane" : True})
示例#6
0
def test_perf():
    test_performance(encoder_module, options={"video_separateplane": True})