In android developer documentlink, it says that AVC and HEVC are support Dolby Vision video if their profile list contains specific value, such as’int DolbyVisionProfileDvavPer = 0x01′, ‘int DolbyVisionProfileDvavPen = 0x02’ and so on. While ‘int HEVCProfileMain = 0x01’ in HEVC profile list has same value with ‘DolbyVisionProfileDvavPer’, is there any method to distinguish them if i want to check whether HEVC support dolby vision video through profile value.