Home
last modified time | relevance | path

Searched refs:relaxed_foreign_metadata_handling (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/flac/src/flac/
H A Ddecode.c47 FLAC__bool relaxed_foreign_metadata_handling; member
107 …ough_decode_errors, FLAC__bool channel_map_none, FLAC__bool relaxed_foreign_metadata_handling, rep…
170 options.relaxed_foreign_metadata_handling, in flac__decode_file()
194 …ough_decode_errors, FLAC__bool channel_map_none, FLAC__bool relaxed_foreign_metadata_handling, rep… in DecoderSession_construct() argument
211 d->relaxed_foreign_metadata_handling = relaxed_foreign_metadata_handling; in DecoderSession_construct()
233 if(relaxed_foreign_metadata_handling) in DecoderSession_construct()
H A Ddecode.h55 FLAC__bool relaxed_foreign_metadata_handling; member
H A Dencode.h85 FLAC__bool relaxed_foreign_metadata_handling; member
H A Dmain.c2000 encode_options.relaxed_foreign_metadata_handling = option_values.keep_foreign_metadata_if_present; in encode_file()
2300 decode_options.relaxed_foreign_metadata_handling = option_values.keep_foreign_metadata_if_present; in decode_file()
H A Dencode.c885 if(options.relaxed_foreign_metadata_handling) { in flac__encode_file()