Home
last modified time | relevance | path

Searched refs:MEDIA_CODEC_TO_CAPABILITY (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/cros/video/
Darc_device_capability.py20 MEDIA_CODEC_TO_CAPABILITY = { variable in ArcDeviceCapability
52 arc_caps = dict.fromkeys(self.MEDIA_CODEC_TO_CAPABILITY.values(), 'no')
55 if codec_name in self.MEDIA_CODEC_TO_CAPABILITY:
56 arc_caps[self.MEDIA_CODEC_TO_CAPABILITY[codec_name]] = 'yes'