Searched refs:unmarFormats (Results 1 – 3 of 3) sorted by relevance
80 bool RSScreenHDRCapability::ReadVector(std::vector<ScreenHDRFormat>& unmarFormats, Parcel &parcel) in ReadVector() argument88 if (len > readableSize || len > unmarFormats.max_size()) { in ReadVector()98 unmarFormats.push_back(static_cast<ScreenHDRFormat>(format)); in ReadVector()
259 std::vector<ScreenHDRFormat> unmarFormats = { GetData<ScreenHDRFormat>() }; in DoReadVector() local261 RSScreenHDRCapability::ReadVector(unmarFormats, parcel); in DoReadVector()
49 static bool ReadVector(std::vector<ScreenHDRFormat>& unmarFormats, Parcel &parcel);