Searched refs:ReadPixelMap (Results 1 – 6 of 6) sorted by relevance
35 static std::shared_ptr<PixelMap> ReadPixelMap(MessageParcel &data);
117 std::shared_ptr<PixelMap> mainPixelMap = ReadPixelMap(pictureParcel); in ReadPicture()138 std::shared_ptr<PixelMap> PictureHandlerClient::ReadPixelMap(MessageParcel &data) in ReadPixelMap() function in OHOS::Media::PictureHandlerClient177 std::shared_ptr<PixelMap> pixelMap = ReadPixelMap(data); in ReadAuxiliaryPicture()
259 RefPtr<Ace::PixelMap> TLVUtil::ReadPixelMap(std::vector<uint8_t>& buff, int32_t& cursor) in ReadPixelMap() function in OHOS::Ace::TLVUtil496 l.pixmap = ReadPixelMap(buff, cursor); in ReadLeadingMargin()
230 static RefPtr<Ace::PixelMap> ReadPixelMap(std::vector<uint8_t>& buff, int32_t& cursor);
1696 RefPtr<Ace::PixelMap> readPixelMap = TLVUtil::ReadPixelMap(buffer, cursor);1700 readPixelMap = TLVUtil::ReadPixelMap(buffer, cursor);
901 sameSpan->options.imagePixelMap = TLVUtil::ReadPixelMap(buff, cursor); in DecodeTlv()