Home
last modified time | relevance | path

Searched refs:UnsupportedBitsPerChannel (Results 1 – 20 of 20) sorted by relevance

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/tiff-0.2.2/src/
H A Derror.rs60 UnsupportedBitsPerChannel(u8), enumerator
78UnsupportedBitsPerChannel(bits) => write!(fmt, "{} bits per channel not supported", bits), in fmt()
/dports/graphics/viu/viu-1.1/cargo-crates/tiff-0.3.1/src/
H A Derror.rs67 UnsupportedBitsPerChannel(u8), enumerator
100 UnsupportedBitsPerChannel(bits) => { in fmt()
/dports/games/dose-response/dose-response-179c326/cargo-crates/tiff-0.2.1/src/
H A Derror.rs60 UnsupportedBitsPerChannel(u8), enumerator
78UnsupportedBitsPerChannel(bits) => write!(fmt, "{} bits per channel not supported", bits), in fmt()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/tiff-0.3.1/src/
H A Derror.rs67 UnsupportedBitsPerChannel(u8), enumerator
100 UnsupportedBitsPerChannel(bits) => { in fmt()
/dports/graphics/viu/viu-1.1/cargo-crates/tiff-0.5.0/src/
H A Derror.rs118 UnsupportedBitsPerChannel(u8), enumerator
154 UnsupportedBitsPerChannel(bits) => { in fmt()
/dports/misc/broot/broot-1.7.0/cargo-crates/tiff-0.6.1/src/
H A Derror.rs156 UnsupportedBitsPerChannel(u8), enumerator
195 UnsupportedBitsPerChannel(bits) => { in fmt()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/tiff-0.6.1/src/
H A Derror.rs156 UnsupportedBitsPerChannel(u8), enumerator
195 UnsupportedBitsPerChannel(bits) => { in fmt()
/dports/www/zola/zola-0.15.2/cargo-crates/tiff-0.6.1/src/
H A Derror.rs156 UnsupportedBitsPerChannel(u8),
195 UnsupportedBitsPerChannel(bits) => {
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tiff-0.6.1/src/
H A Derror.rs156 UnsupportedBitsPerChannel(u8), enumerator
195 UnsupportedBitsPerChannel(bits) => { in fmt()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tiff-0.6.1/src/
H A Derror.rs156 UnsupportedBitsPerChannel(u8),
195 UnsupportedBitsPerChannel(bits) => {
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/tiff-0.3.1/src/decoder/
H A Dmod.rs732 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in read_strip()
760 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in read_image()
/dports/graphics/viu/viu-1.1/cargo-crates/tiff-0.3.1/src/decoder/
H A Dmod.rs732 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in read_strip()
760 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in read_image()
/dports/misc/broot/broot-1.7.0/cargo-crates/tiff-0.6.1/src/decoder/
H A Dmod.rs1105 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in result_buffer()
1112 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in result_buffer()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/tiff-0.6.1/src/decoder/
H A Dmod.rs1105 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in result_buffer()
1112 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in result_buffer()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tiff-0.6.1/src/decoder/
H A Dmod.rs1105 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in result_buffer()
1112 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in result_buffer()
/dports/www/zola/zola-0.15.2/cargo-crates/tiff-0.6.1/src/decoder/
H A Dmod.rs1105 TiffUnsupportedError::UnsupportedBitsPerChannel(n),
1112 TiffUnsupportedError::UnsupportedBitsPerChannel(n),
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tiff-0.6.1/src/decoder/
H A Dmod.rs1105 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in result_buffer()
1112 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in result_buffer()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/tiff-0.2.2/src/decoder/
H A Dmod.rs457 … n => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnsupportedBitsPerChannel(n))), in read_image()
/dports/games/dose-response/dose-response-179c326/cargo-crates/tiff-0.2.1/src/decoder/
H A Dmod.rs463 … n => return Err(TiffError::UnsupportedError(TiffUnsupportedError::UnsupportedBitsPerChannel(n))), in read_image()
/dports/graphics/viu/viu-1.1/cargo-crates/tiff-0.5.0/src/decoder/
H A Dmod.rs797 TiffUnsupportedError::UnsupportedBitsPerChannel(n), in result_buffer()