Searched refs:cp_type (Results 1 – 2 of 2) sorted by relevance
136 cp_type : 16, // Little endian
453 cp_type: int = field(kw_only=True, default=0) variable in ContentProtectionCapability474 if self.cp_type > 65535:478 self.cp_type &= 65535479 _span.extend(int.to_bytes((self.cp_type << 0), length=2, byteorder="little"))