Searched refs:PixelMap2Vector (Results 1 – 4 of 4) sorted by relevance
173 return expectSize + Count(PixelMap2Vector(value)); in Count()200 static std::vector<std::uint8_t> PixelMap2Vector(std::shared_ptr<Media::PixelMap> pixelMap);
523 std::vector<std::uint8_t> TLVObject::PixelMap2Vector(std::shared_ptr<Media::PixelMap> pixelMap) in PixelMap2Vector() function in OHOS::MiscServices::TLVObject
431 auto pixelVector = PixelMap2Vector(pixelMap_); in Encode()477 auto pixelVector = PixelMap2Vector(pixelMap_); in Count()
308 pasteDataRecord.PixelMap2Vector(pixelMap2); in FuzzPastedataRecord002()