Searched defs:ImgSize (Results 1 – 4 of 4) sorted by relevance
71 bool CodecListParcel::Marshalling(MessageParcel &parcel, const std::map<ImgSize, Range> &mapSizeToR… in Marshalling()150 bool CodecListParcel::Unmarshalling(MessageParcel &parcel, std::map<ImgSize, Range> &mapSizeToRange) in Unmarshalling()
121 struct ImgSize { struct125 ImgSize() : width(0), height(0) {} in ImgSize() argument127 ImgSize(const int32_t &width, const int32_t &height) in ImgSize() function
83 string HCodecListUnitTest::GetPrintInfo(const map<ImgSize, Range>& obj) in GetPrintInfo()
41 } ImgSize; typedef