Searched refs:InlineRotationVersion (Results 1 – 6 of 6) sorted by relevance
109 static InlineRotationVersion GetInRotVersion(sde_drm::InlineRotationVersion drm_version) { in GetInRotVersion()111 case sde_drm::InlineRotationVersion::kInlineRotationV1: in GetInRotVersion()112 return InlineRotationVersion::kInlineRotationV1; in GetInRotVersion()113 case sde_drm::InlineRotationVersion::kInlineRotationV2: in GetInRotVersion()114 return InlineRotationVersion::kInlineRotationV2; in GetInRotVersion()
475 enum struct InlineRotationVersion { enum559 InlineRotationVersion inrot_version; // inline rotation version
490 enum struct InlineRotationVersion { enum577 InlineRotationVersion inrot_version; // inline rotation version
188 static InlineRotationVersion PopulateInlineRotationVersion(uint32_t ver) { in PopulateInlineRotationVersion()190 case 0x0000: return InlineRotationVersion::kInlineRotationNone; in PopulateInlineRotationVersion()192 case 0x0100: return InlineRotationVersion::kInlineRotationV1; in PopulateInlineRotationVersion()193 case 0x0200: return InlineRotationVersion::kInlineRotationV2; in PopulateInlineRotationVersion()194 default: return InlineRotationVersion::kInlineRotationNone; in PopulateInlineRotationVersion()
271 enum InlineRotationVersion { enum278 InlineRotationVersion inrot_version = kInlineRotationNone;
260 enum InlineRotationVersion { enum331 InlineRotationVersion inrot_version = kInlineRotationNone;