Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dimage.cpp21 uint32_t webp_magic = (data[8] << 24) | (data[9] << 16) | (data[10] << 8) | data[11]; in decodeImage() local
22 if (riff_magic == 0x52494646 && webp_magic == 0x57454250) { in decodeImage()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_image.cpp34 uint32_t webp_magic = (data[8] << 24) | (data[9] << 16) | (data[10] << 8) | data[11]; in decodeImage() local
35 if (riff_magic == 0x52494646 && webp_magic == 0x57454250) { in decodeImage()