/external/flac/src/metaflac/ |
D | operations_shorthand_vorbiscomment.c | 35 …AC__bool remove_vc_all(const char *filename, FLAC__StreamMetadata *block, FLAC__bool *needs_write); 36 …onst char *filename, FLAC__StreamMetadata *block, const char *field_name, FLAC__bool *needs_write); 37 …onst char *filename, FLAC__StreamMetadata *block, const char *field_name, FLAC__bool *needs_write); 38 …LAC__StreamMetadata *block, const Argument_VcField *field, FLAC__bool *needs_write, FLAC__bool raw… 39 …StreamMetadata *block, const Argument_String *vc_filename, FLAC__bool *needs_write, FLAC__bool raw… 42 …, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write, FLAC__bool raw) in do_shorthand_operation__vorbis_comment() argument 91 ok = remove_vc_all(filename, block, needs_write); in do_shorthand_operation__vorbis_comment() 94 ok = remove_vc_field(filename, block, operation->argument.vc_field_name.value, needs_write); in do_shorthand_operation__vorbis_comment() 97 ok = remove_vc_firstfield(filename, block, operation->argument.vc_field_name.value, needs_write); in do_shorthand_operation__vorbis_comment() 101 ok = set_vc_field(filename, block, &operation->argument.vc_field, needs_write, true); in do_shorthand_operation__vorbis_comment() [all …]
|
D | operations_shorthand_streaminfo.c | 32 …ix_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write) in do_shorthand_operation__streaminfo() argument 84 *needs_write = true; in do_shorthand_operation__streaminfo() 88 *needs_write = true; in do_shorthand_operation__streaminfo() 92 *needs_write = true; in do_shorthand_operation__streaminfo() 96 *needs_write = true; in do_shorthand_operation__streaminfo() 100 *needs_write = true; in do_shorthand_operation__streaminfo() 104 *needs_write = true; in do_shorthand_operation__streaminfo() 108 *needs_write = true; in do_shorthand_operation__streaminfo() 112 *needs_write = true; in do_shorthand_operation__streaminfo() 116 *needs_write = true; in do_shorthand_operation__streaminfo()
|
D | operations_shorthand.h | 22 … char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write); 23 … char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write); 24 …t char *filename, FLAC__Metadata_Chain *chain, const char *specification, FLAC__bool *needs_write); 25 …x_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write); 26 …, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write, FLAC__bool raw…
|
D | operations.c | 46 …, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write, FLAC__bool utf… 48 …dding(const char *filename, FLAC__Metadata_Chain *chain, unsigned length, FLAC__bool *needs_write); 54 …t char *filename, FLAC__Metadata_Chain *chain, const char *specification, FLAC__bool *needs_write); 57 …x_with_filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write); 60 …, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write, FLAC__bool raw… 63 … char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write); 66 … char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write); 116 FLAC__bool ok = true, needs_write = false, is_ogg = false; in do_major_operation_on_file() local 138 needs_write = true; in do_major_operation_on_file() 142 needs_write = true; in do_major_operation_on_file() [all …]
|
D | operations_shorthand_picture.c | 33 …har *filename, FLAC__StreamMetadata **picture, const char *specification, FLAC__bool *needs_write); 36 …t char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write) in do_shorthand_operation__picture() argument 49 ok = import_pic_from(filename, &picture, operation->argument.specification.value, needs_write); in do_shorthand_operation__picture() 121 …char *filename, FLAC__StreamMetadata **picture, const char *specification, FLAC__bool *needs_write) in import_pic_from() argument 142 *needs_write = true; in import_pic_from()
|
D | operations_shorthand_seektable.c | 31 …ulate_seekpoint_values(const char *filename, FLAC__StreamMetadata *block, FLAC__bool *needs_write); 33 …st char *filename, FLAC__Metadata_Chain *chain, const char *specification, FLAC__bool *needs_write) in do_shorthand_operation__add_seekpoints() argument 87 ok = populate_seekpoint_values(filename, block, needs_write); in do_shorthand_operation__add_seekpoints() 164 …pulate_seekpoint_values(const char *filename, FLAC__StreamMetadata *block, FLAC__bool *needs_write) in populate_seekpoint_values() argument 215 *needs_write = true; in populate_seekpoint_values()
|
D | operations_shorthand_cuesheet.c | 33 … FLAC__StreamMetadata **cuesheet, const char *cs_filename, FLAC__bool *needs_write, FLAC__uint64 l… 36 …t char *filename, FLAC__Metadata_Chain *chain, const Operation *operation, FLAC__bool *needs_write) in do_shorthand_operation__cuesheet() argument 79 …ilename, &cuesheet, operation->argument.import_cuesheet_from.filename, needs_write, lead_out_offse… in do_shorthand_operation__cuesheet() 114 … FLAC__StreamMetadata **cuesheet, const char *cs_filename, FLAC__bool *needs_write, FLAC__uint64 l… in import_cs_from() argument 172 *needs_write = true; in import_cs_from()
|
/external/flac/src/flac/ |
D | vorbiscomment.c | 104 …LAC__StreamMetadata *block, const Argument_VcField *field, FLAC__bool *needs_write, FLAC__bool raw… in set_vc_field() argument 112 FLAC__ASSERT(0 != needs_write); in set_vc_field() 169 *needs_write = true; in set_vc_field() 208 *needs_write = true; in set_vc_field()
|