コード例 #1
0
ファイル: test_enc_xvid.py プロジェクト: rudresh2319/Xpra
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
ファイル: test_vpx.py プロジェクト: svn2github/Xpra
def test_perf():
    test_performance(vpx_encoder)
コード例 #4
0
ファイル: test_enc_xvid.py プロジェクト: svn2github/Xpra
def test_enc_xvid():
    print("test_enc_xvid()")
    from xpra.codecs.enc_xvid import encoder #@UnresolvedImport
    test_encoder(encoder)
    test_performance(encoder)
コード例 #5
0
ファイル: test_nvenc.py プロジェクト: svn2github/Xpra
def test_perf():
    test_performance(encoder_module, options={"video_separateplane" : True})
コード例 #6
0
ファイル: test_nvenc.py プロジェクト: rudresh2319/Xpra
def test_perf():
    test_performance(encoder_module, options={"video_separateplane": True})