Home
last modified time | relevance | path

Searched refs:ReadVarint (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.h269 static int32_t ReadVarint(std::vector<uint8_t> &buff, int32_t &cursor);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp2777 int32_t PixelMap::ReadVarint(std::vector<uint8_t> &buff, int32_t &cursor) in ReadVarint() function in OHOS::Media::PixelMap
2784 IMAGE_LOGE("ReadVarint out of range"); in ReadVarint()
2881 int32_t len = ReadVarint(buff, cursor); in ReadTlvAttr()
2888 info.size.width = ReadVarint(buff, cursor); in ReadTlvAttr()
2891 info.size.height = ReadVarint(buff, cursor); in ReadTlvAttr()
2894 info.pixelFormat = static_cast<PixelFormat>(ReadVarint(buff, cursor)); in ReadTlvAttr()
2897 info.colorSpace = static_cast<ColorSpace>(ReadVarint(buff, cursor)); in ReadTlvAttr()
2900 info.alphaType = static_cast<AlphaType>(ReadVarint(buff, cursor)); in ReadTlvAttr()
2903 info.baseDensity = ReadVarint(buff, cursor); in ReadTlvAttr()
2906 type = ReadVarint(buf in ReadTlvAttr()
[all...]
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h476 static int32_t ReadVarint(std::vector<uint8_t> &buff, int32_t &cursor);

Completed in 8 milliseconds