Home
last modified time | relevance | path

Searched refs:decode_options (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/dports/graphics/libheif/libheif-1.10.0/examples/
H A Dheif_thumbnailer.cc137 struct heif_decoding_options* decode_options = heif_decoding_options_alloc(); in main() local
138 encoder->UpdateDecodingOptions(image_handle, decode_options); in main()
139 decode_options->convert_hdr_to_8bit = true; in main()
148 decode_options); in main()
H A Dheif_convert.cc230 struct heif_decoding_options* decode_options = heif_decoding_options_alloc(); in main() local
231 encoder->UpdateDecodingOptions(handle, decode_options); in main()
235 heif_decoding_options_free(decode_options); in main()
246 decode_options); in main()
247 heif_decoding_options_free(decode_options); in main()
/dports/devel/avr-gdb/gdb-7.3.1/sim/igen/
H A Dld-decode.c98 char *decode_options = entry->field[decode_options_field]; in load_decode_table() local
105 new_rule->type = name2i (decode_options, decode_type_map); in load_decode_table()
110 new_rule->gen = name2i (decode_options, decode_gen_map); in load_decode_table()
117 name2i (decode_options, decode_reserved_map); in load_decode_table()
122 name2i (decode_options, decode_duplicates_map); in load_decode_table()
126 new_rule->with_combine = name2i (decode_options, decode_combine_map); in load_decode_table()
129 char *chp = decode_options; in load_decode_table()
/dports/devel/gdb761/gdb-7.6.1/sim/igen/
H A Dld-decode.c98 char *decode_options = entry->field[decode_options_field]; in load_decode_table() local
105 new_rule->type = name2i (decode_options, decode_type_map); in load_decode_table()
110 new_rule->gen = name2i (decode_options, decode_gen_map); in load_decode_table()
117 name2i (decode_options, decode_reserved_map); in load_decode_table()
122 name2i (decode_options, decode_duplicates_map); in load_decode_table()
126 new_rule->with_combine = name2i (decode_options, decode_combine_map); in load_decode_table()
129 char *chp = decode_options; in load_decode_table()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/igen/
H A Dld-decode.c100 char *decode_options = entry->field[decode_options_field];
107 new_rule->type = name2i (decode_options, decode_type_map);
112 new_rule->gen = name2i (decode_options, decode_gen_map);
119 name2i (decode_options, decode_reserved_map);
124 name2i (decode_options, decode_duplicates_map);
128 new_rule->with_combine = name2i (decode_options, decode_combine_map);
131 char *chp = decode_options;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/igen/
H A Dld-decode.c100 char *decode_options = entry->field[decode_options_field]; in load_decode_table() local
107 new_rule->type = name2i (decode_options, decode_type_map); in load_decode_table()
112 new_rule->gen = name2i (decode_options, decode_gen_map); in load_decode_table()
119 name2i (decode_options, decode_reserved_map); in load_decode_table()
124 name2i (decode_options, decode_duplicates_map); in load_decode_table()
128 new_rule->with_combine = name2i (decode_options, decode_combine_map); in load_decode_table()
131 char *chp = decode_options; in load_decode_table()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/flac/
H A Dmain.c2038 decode_options_t decode_options; in decode_file() local
2111 decode_options.until_specification.is_relative = true; in decode_file()
2116 decode_options.has_cue_specification = true; in decode_file()
2119 decode_options.has_cue_specification = false; in decode_file()
2125 decode_options.is_ogg = treat_as_ogg; in decode_file()
2127 decode_options.serial_number = option_values.serial_number; in decode_file()
2130 decode_options.format = output_format; in decode_file()
2139 decode_options.format_options.iff.foreign_metadata = 0; in decode_file()
2143 decode_options.format_options.iff.foreign_metadata = in decode_file()
2151 if(0 == decode_options.format_options.iff.foreign_metadata) { in decode_file()
[all …]
/dports/audio/flac/flac-1.3.4/src/flac/
H A Dmain.c2039 decode_options_t decode_options; in decode_file() local
2114 decode_options.until_specification.is_relative = true; in decode_file()
2119 decode_options.has_cue_specification = true; in decode_file()
2122 decode_options.has_cue_specification = false; in decode_file()
2128 decode_options.is_ogg = treat_as_ogg; in decode_file()
2130 decode_options.serial_number = option_values.serial_number; in decode_file()
2133 decode_options.format = output_format; in decode_file()
2142 decode_options.format_options.iff.foreign_metadata = 0; in decode_file()
2146 decode_options.format_options.iff.foreign_metadata = in decode_file()
2154 if(0 == decode_options.format_options.iff.foreign_metadata) { in decode_file()
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/flac/
H A Dmain.c2038 decode_options_t decode_options; in decode_file() local
2111 decode_options.until_specification.is_relative = true; in decode_file()
2116 decode_options.has_cue_specification = true; in decode_file()
2119 decode_options.has_cue_specification = false; in decode_file()
2125 decode_options.is_ogg = treat_as_ogg; in decode_file()
2127 decode_options.serial_number = option_values.serial_number; in decode_file()
2130 decode_options.format = output_format; in decode_file()
2139 decode_options.format_options.iff.foreign_metadata = 0; in decode_file()
2143 decode_options.format_options.iff.foreign_metadata = in decode_file()
2151 if(0 == decode_options.format_options.iff.foreign_metadata) { in decode_file()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/dimg/heif/
H A Ddimgheifloader_load.cpp333 struct heif_decoding_options* const decode_options = heif_decoding_options_alloc(); in readHEICImageByHandle() local
334 decode_options->ignore_transformations = 1; in readHEICImageByHandle()
351 decode_options); in readHEICImageByHandle()
358 heif_decoding_options_free(decode_options); in readHEICImageByHandle()
368 heif_decoding_options_free(decode_options); in readHEICImageByHandle()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/test/
H A Dgzip.cpp202 td::GzipByteFlow::Options decode_options; in TEST() local
203 decode_options.write_watermark.low = 2 << 20; in TEST()
204 decode_options.write_watermark.high = 4 << 20; in TEST()
209 gzip_decode_flow.set_options(decode_options); in TEST()
213 gzip_decode_flow2.set_options(decode_options); in TEST()
217 gzip_decode_flow3.set_options(decode_options); in TEST()
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Dheic.c154 *decode_options; in ReadHEICImage() local
337 decode_options=heif_decoding_options_alloc(); in ReadHEICImage()
339 decode_options->convert_hdr_to_8bit=1; in ReadHEICImage()
342 decode_options->ignore_transformations=1; in ReadHEICImage()
344 heif_chroma_420,decode_options); in ReadHEICImage()
345 heif_decoding_options_free(decode_options); in ReadHEICImage()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dheic.c154 *decode_options; in ReadHEICImage() local
337 decode_options=heif_decoding_options_alloc(); in ReadHEICImage()
339 decode_options->convert_hdr_to_8bit=1; in ReadHEICImage()
342 decode_options->ignore_transformations=1; in ReadHEICImage()
344 heif_chroma_420,decode_options); in ReadHEICImage()
345 heif_decoding_options_free(decode_options); in ReadHEICImage()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/tftp/src/
H A Dtftp_lib.erl308 Options = decode_options(Strings),
323 Options = decode_options(Strings),
351 Options = decode_options(Strings),
385 decode_options([Key, Value | Strings]) -> function
386 [{to_lower(Key), Value} | decode_options(Strings)];
387 decode_options([]) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/tftp/src/
H A Dtftp_lib.erl308 Options = decode_options(Strings),
323 Options = decode_options(Strings),
351 Options = decode_options(Strings),
385 decode_options([Key, Value | Strings]) -> function
386 [{to_lower(Key), Value} | decode_options(Strings)];
387 decode_options([]) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/tftp/src/
H A Dtftp_lib.erl308 Options = decode_options(Strings),
323 Options = decode_options(Strings),
351 Options = decode_options(Strings),
385 decode_options([Key, Value | Strings]) -> function
386 [{to_lower(Key), Value} | decode_options(Strings)];
387 decode_options([]) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/tftp/src/
H A Dtftp_lib.erl308 Options = decode_options(Strings),
323 Options = decode_options(Strings),
351 Options = decode_options(Strings),
385 decode_options([Key, Value | Strings]) -> function
386 [{to_lower(Key), Value} | decode_options(Strings)];
387 decode_options([]) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/tftp/src/
H A Dtftp_lib.erl308 Options = decode_options(Strings),
323 Options = decode_options(Strings),
351 Options = decode_options(Strings),
385 decode_options([Key, Value | Strings]) -> function
386 [{to_lower(Key), Value} | decode_options(Strings)];
387 decode_options([]) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/tftp/src/
H A Dtftp_lib.erl308 Options = decode_options(Strings),
323 Options = decode_options(Strings),
351 Options = decode_options(Strings),
385 decode_options([Key, Value | Strings]) -> function
386 [{to_lower(Key), Value} | decode_options(Strings)];
387 decode_options([]) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/tftp/src/
H A Dtftp_lib.erl308 Options = decode_options(Strings),
323 Options = decode_options(Strings),
351 Options = decode_options(Strings),
385 decode_options([Key, Value | Strings]) -> function
386 [{to_lower(Key), Value} | decode_options(Strings)];
387 decode_options([]) -> function
/dports/net-im/fractal/fractal-4.4.0/vendor/rust-argon2/src/
H A Dencoding.rs41 let options = decode_options(items[3])?; in decode_string()
57 let options = decode_options(items[2])?; in decode_string()
83 fn decode_options(str: &str) -> Result<Options> { in decode_options() function
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rust-argon2-0.7.0/src/
H A Dencoding.rs41 let options = decode_options(items[3])?; in decode_string()
57 let options = decode_options(items[2])?; in decode_string()
83 fn decode_options(str: &str) -> Result<Options> { in decode_options() function
/dports/devel/tokei/tokei-12.1.2/cargo-crates/rust-argon2-0.7.0/src/
H A Dencoding.rs41 let options = decode_options(items[3])?; in decode_string()
57 let options = decode_options(items[2])?; in decode_string()
83 fn decode_options(str: &str) -> Result<Options> { in decode_options() function
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/rust-argon2-0.7.0/src/
H A Dencoding.rs41 let options = decode_options(items[3])?; in decode_string()
57 let options = decode_options(items[2])?; in decode_string()
83 fn decode_options(str: &str) -> Result<Options> { in decode_options() function
/dports/devel/gitui/gitui-0.10.1/cargo-crates/rust-argon2-0.7.0/src/
H A Dencoding.rs41 let options = decode_options(items[3])?; in decode_string()
57 let options = decode_options(items[2])?; in decode_string()
83 fn decode_options(str: &str) -> Result<Options> { in decode_options() function

12345678910>>...22