Searched refs:InlineRotationVersion (Results 1 – 7 of 7) sorted by relevance
109 static InlineRotationVersion GetInRotVersion(sde_drm::InlineRotationVersion drm_version) { in GetInRotVersion()111 case sde_drm::InlineRotationVersion::V1: in GetInRotVersion()112 return InlineRotationVersion::kInlineRotationV1; in GetInRotVersion()113 case sde_drm::InlineRotationVersion::V1p1: in GetInRotVersion()114 return InlineRotationVersion::kInlineRotationV1p1; in GetInRotVersion()
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
495 enum struct InlineRotationVersion { enum583 InlineRotationVersion inrot_version; // inline rotation version
225 static InlineRotationVersion PopulateInlineRotationVersion(uint32_t ver) { in PopulateInlineRotationVersion()227 case 0x0000: return InlineRotationVersion::kInlineRotationNone; in PopulateInlineRotationVersion()229 case 0x0100: return InlineRotationVersion::kInlineRotationV1; in PopulateInlineRotationVersion()230 case 0x0200: return InlineRotationVersion::kInlineRotationV2; in PopulateInlineRotationVersion()231 default: return InlineRotationVersion::kInlineRotationNone; in PopulateInlineRotationVersion()
260 enum InlineRotationVersion { enum331 InlineRotationVersion inrot_version = kInlineRotationNone;
271 enum InlineRotationVersion { enum278 InlineRotationVersion inrot_version = kInlineRotationNone;