Home
last modified time | relevance | path

Searched defs:JpegDecoder (Results 1 – 17 of 17) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/image/src/jpeg/
H A Ddecoder.rs11 pub struct JpegDecoder<R> { struct
16 impl<R: Read> JpegDecoder<R> { argument
52 impl<'a, R: 'a + Read> ImageDecoder<'a> for JpegDecoder<R> { implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/image-0.23.4/src/jpeg/
H A Ddecoder.rs13 pub struct JpegDecoder<R> { struct
18 impl<R: Read> JpegDecoder<R> { impl
54 impl<'a, R: 'a + Read> ImageDecoder<'a> for JpegDecoder<R> { implementation
/dports/graphics/viu/viu-1.1/cargo-crates/image-0.23.9/src/jpeg/
H A Ddecoder.rs13 pub struct JpegDecoder<R> { struct
18 impl<R: Read> JpegDecoder<R> { argument
54 impl<'a, R: 'a + Read> ImageDecoder<'a> for JpegDecoder<R> { implementation
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/codecs/jpeg/
H A Ddecoder.rs13 pub struct JpegDecoder<R> { struct
18 impl<R: Read> JpegDecoder<R> { implementation
83 impl<'a, R: 'a + Read> ImageDecoder<'a> for JpegDecoder<R> { implementation
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/image-0.23.14/src/codecs/jpeg/
H A Ddecoder.rs13 pub struct JpegDecoder<R> { struct
18 impl<R: Read> JpegDecoder<R> { impl
83 impl<'a, R: 'a + Read> ImageDecoder<'a> for JpegDecoder<R> { implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/image-0.23.14/src/codecs/jpeg/
H A Ddecoder.rs13 pub struct JpegDecoder<R> { struct
18 impl<R: Read> JpegDecoder<R> { argument
83 impl<'a, R: 'a + Read> ImageDecoder<'a> for JpegDecoder<R> { implementation
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/image-0.23.14/src/codecs/jpeg/
H A Ddecoder.rs13 pub struct JpegDecoder<R> { struct
18 impl<R: Read> JpegDecoder<R> { impl
83 impl<'a, R: 'a + Read> ImageDecoder<'a> for JpegDecoder<R> { implementation
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/image-0.23.14/src/codecs/jpeg/
H A Ddecoder.rs13 pub struct JpegDecoder<R> { struct
18 impl<R: Read> JpegDecoder<R> { argument
83 impl<'a, R: 'a + Read> ImageDecoder<'a> for JpegDecoder<R> { implementation
/dports/misc/broot/broot-1.7.0/cargo-crates/image-0.23.14/src/codecs/jpeg/
H A Ddecoder.rs13 pub struct JpegDecoder<R> { struct
18 impl<R: Read> JpegDecoder<R> { argument
83 impl<'a, R: 'a + Read> ImageDecoder<'a> for JpegDecoder<R> { implementation
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/image-0.23.14/src/codecs/jpeg/
H A Ddecoder.rs13 pub struct JpegDecoder<R> { struct
18 impl<R: Read> JpegDecoder<R> { argument
83 impl<'a, R: 'a + Read> ImageDecoder<'a> for JpegDecoder<R> { implementation
/dports/www/zola/zola-0.15.2/cargo-crates/image-0.23.14/src/codecs/jpeg/
H A Ddecoder.rs13 pub struct JpegDecoder<R> { struct
18 impl<R: Read> JpegDecoder<R> { impl
83 impl<'a, R: 'a + Read> ImageDecoder<'a> for JpegDecoder<R> { implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/image-0.23.12/src/codecs/jpeg/
H A Ddecoder.rs13 pub struct JpegDecoder<R> { struct
18 impl<R: Read> JpegDecoder<R> { implementation
81 impl<'a, R: 'a + Read> ImageDecoder<'a> for JpegDecoder<R> { implementation
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/jpeg/
H A Djpegmodule.cpp117 class JpegDecoder final : public ScanlineDecoder { class
171 JpegDecoder::JpegDecoder() { in JpegDecoder() function in fxcodec::__anonb31c5ea70111::JpegDecoder
/dports/devel/liboil/liboil-0.3.17/examples/jpeg/
H A Djpeg.h56 typedef struct _JpegDecoder JpegDecoder; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/jpeg/
H A Djpegmodule.cpp218 class JpegDecoder final : public ScanlineDecoder { class
272 JpegDecoder::JpegDecoder() { in JpegDecoder() function in fxcodec::__anon66ed7ca20111::JpegDecoder
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/com/sun/pdfview/
H A DPDFImage.java328 private class JpegDecoder class in PDFImage
342 private JpegDecoder(ByteBuffer jpegData, ColorModel cm) { in JpegDecoder() method in PDFImage.JpegDecoder
/dports/graphics/opencv/opencv-4.5.3/modules/imgcodecs/src/
H A Dgrfmt_jpeg.cpp178 JpegDecoder::JpegDecoder() in JpegDecoder() function in cv::JpegDecoder