Home | History | Annotate | Download | only in native_Benchmarks

Lines Matching refs:webm

6 from webm import webm
9 """Build webm codec (vpxenc/vpxdec) and run them on client"""
11 # Instantiating webm builds the codec.
12 self.webm = webm(scratch_srv, scratch_cli, client, args)
17 src = '%s/vp8.webm' % SERVER_TEST_ROOT
18 dst = '%s/vp8.webm' % scratch_cli
20 'Error occurred while sending vp8.webm to client.\n')
25 cmd = ('%s --summary %s/vp8.webm -o %s/vp8.yuv 2>&1' %
26 (self.webm.vpxdec, self.scratch_cli, self.scratch_cli))
31 (self.webm.vpxenc, self.scratch_cli))