Home
last modified time | relevance | path

Searched refs:GetLE24 (Results 1 – 25 of 100) sorted by relevance

1234

/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/mux/
H A Dmuxread.c278 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
279 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
337 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
338 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
468 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
469 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
472 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/mux/
H A Dmuxread.c278 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
279 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
337 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
338 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
468 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
469 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
472 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/mux/
H A Dmuxread.c276 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
277 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
335 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
336 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
466 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
467 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
470 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/mux/
H A Dmuxread.c278 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
279 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
337 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
338 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
468 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
469 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
472 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/mux/
H A Dmuxread.c278 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
279 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
337 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
338 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
468 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
469 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
472 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/mux/
H A Dmuxread.c278 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
279 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
337 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
338 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
468 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
469 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
472 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/mux/
H A Dmuxread.c278 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
279 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
337 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
338 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
468 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
469 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
472 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/graphics/webp/libwebp-1.2.1/src/mux/
H A Dmuxread.c275 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
276 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
334 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
335 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
465 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
466 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
469 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/mux/
H A Dmuxread.c276 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
277 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
335 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
336 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
466 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
467 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
470 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/mux/
H A Dmuxread.c278 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
279 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
337 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
338 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
468 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
469 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
472 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/mux/
H A Dmuxread.c278 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
279 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
337 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
338 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
468 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
469 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
472 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/mux/
H A Dmuxread.c276 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
277 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
335 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
336 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
466 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
467 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
470 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/mux/
H A Dmuxread.c278 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
279 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
337 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
338 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
468 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
469 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
472 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/mux/
H A Dmuxread.c263 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
264 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
322 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
323 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
449 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
450 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
453 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/src/mux/
H A Dmuxread.c276 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
277 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
335 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
336 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
466 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
467 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
470 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libwebp/src/mux/
H A Dmuxread.c278 mux->canvas_width_ = GetLE24(data + 12) + 1; in WebPMuxCreateInternal()
279 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
337 w = GetLE24(data.bytes + 4) + 1; in MuxGetCanvasInfo()
338 h = GetLE24(data.bytes + 7) + 1; in MuxGetCanvasInfo()
468 frame->x_offset = 2 * GetLE24(frame_data->bytes + 0); in MuxGetFrameInternal()
469 frame->y_offset = 2 * GetLE24(frame_data->bytes + 3); in MuxGetFrameInternal()
472 frame->duration = GetLE24(frame_data->bytes + 12); in MuxGetFrameInternal()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DWEBP_Support.cpp148 return GetLE24(&this->data[4]) + 1; in width()
156 return GetLE24(&this->data[7]) + 1; in height()
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/utils/
H A Dutils.h84 static WEBP_INLINE int GetLE24(const uint8_t* const data) { in GetLE24() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/utils/
H A Dutils.h84 static WEBP_INLINE int GetLE24(const uint8_t* const data) { in GetLE24() function
/dports/www/firefox-esr/firefox-91.8.0/media/libwebp/src/utils/
H A Dutils.h84 static WEBP_INLINE int GetLE24(const uint8_t* const data) { in GetLE24() function
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/utils/
H A Dutils.h84 static WEBP_INLINE int GetLE24(const uint8_t* const data) { in GetLE24() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/utils/
H A Dutils.h84 static WEBP_INLINE int GetLE24(const uint8_t* const data) { in GetLE24() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/utils/
H A Dutils.h84 static WEBP_INLINE int GetLE24(const uint8_t* const data) { in GetLE24() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Headers/Private/libwebp/
H A Dutils.h84 static WEBP_INLINE int GetLE24(const uint8_t* const data) { in GetLE24() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/utils/
H A Dutils.h84 static WEBP_INLINE int GetLE24(const uint8_t* const data) { in GetLE24() function

1234