Searched refs:mSupportedHdrTypes (Results 1 – 5 of 5) sorted by relevance
35 mSupportedHdrTypes.size() * sizeof(ui::Hdr); in getFlattenedSize()48 buf[3] = static_cast<int32_t>(mSupportedHdrTypes.size()); in flatten()49 for (size_t i = 0, c = mSupportedHdrTypes.size(); i < c; ++i) { in flatten()50 buf[4 + i] = static_cast<int32_t>(mSupportedHdrTypes[i]); in flatten()78 mSupportedHdrTypes.resize(itemCount); in unflatten()80 mSupportedHdrTypes[i] = static_cast<ui::Hdr>(buf[4 + i]); in unflatten()
34 : mSupportedHdrTypes(types), in HdrCapabilities()44 : mSupportedHdrTypes(), in HdrCapabilities()52 return mSupportedHdrTypes; in getSupportedHdrTypes()65 std::vector<ui::Hdr> mSupportedHdrTypes;
1561 private @HdrType int[] mSupportedHdrTypes = new int[0]; field in Display.HdrCapabilities1578 mSupportedHdrTypes = supportedHdrTypes; in HdrCapabilities()1579 Arrays.sort(mSupportedHdrTypes); in HdrCapabilities()1590 return mSupportedHdrTypes; in getSupportedHdrTypes()1622 return Arrays.equals(mSupportedHdrTypes, that.mSupportedHdrTypes) in equals()1631 hash = hash * 17 + Arrays.hashCode(mSupportedHdrTypes); in hashCode()1659 mSupportedHdrTypes = new int[types]; in readFromParcel()1661 mSupportedHdrTypes[i] = source.readInt(); in readFromParcel()1670 dest.writeInt(mSupportedHdrTypes.length); in writeToParcel()1671 for (int i = 0; i < mSupportedHdrTypes.length; ++i) { in writeToParcel()[all …]
54 HdrCapabilities(mSupportedHdrTypes, mMaxLuminance, mMaxAverageLuminance, in build()72 mSupportedHdrTypes.emplace_back(value); in addHdrType()78 mSupportedHdrTypes.emplace_back(value); in addHdrTypes()156 std::vector<Hdr> mSupportedHdrTypes; member in android::compositionengine::__anona89f5a090111::ProfileFactory