Home
last modified time | relevance | path

Searched defs:PutLE32 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webp/src/utils/
H A Dutils.h117 static WEBP_INLINE void PutLE32(uint8_t* const data, uint32_t val) { in PutLE32() function
/aosp_15_r20/external/webp/imageio/
H A Dimage_enc.c296 static void PutLE32(uint8_t* const dst, uint32_t value) { in PutLE32() function