Searched refs:MEDIA_CODEC_TO_CAPABILITY (Results 1 – 1 of 1) sorted by relevance
20 MEDIA_CODEC_TO_CAPABILITY = { variable in ArcDeviceCapability52 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'