Searched refs:ReadVarint (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
H A D | pixel_map.h | 269 static int32_t ReadVarint(std::vector<uint8_t> &buff, int32_t &cursor);
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 2777 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 D | pixel_map.h | 476 static int32_t ReadVarint(std::vector<uint8_t> &buff, int32_t &cursor);
|
Completed in 8 milliseconds