Home
last modified time | relevance | path

Searched refs:lodepng_chunk_check_crc (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/extra/libs/png/
Dlodepng.h877 unsigned lodepng_chunk_check_crc(const unsigned char* chunk);
Dlodepng.c2500 unsigned lodepng_chunk_check_crc(const unsigned char* chunk) { in lodepng_chunk_check_crc() function
4753 if(lodepng_chunk_check_crc(chunk)) return 57; /*invalid CRC*/ in lodepng_inspect_chunk()
4908 if(lodepng_chunk_check_crc(chunk)) CERROR_BREAK(state->error, 57); /*invalid CRC*/ in decodeGeneric()