Home
last modified time | relevance | path

Searched refs:META_ERROR_NONE (Results 1 – 10 of 10) sorted by relevance

/dports/audio/aqualung/aqualung-1.0/src/decoder/
H A Ddec_flac.c207 return META_ERROR_NONE; in flac_meta_vc_replace_or_append()
275 return META_ERROR_NONE; in flac_meta_append_pics()
331 return META_ERROR_NONE; in flac_meta_delete()
345 if (ret != META_ERROR_NONE) { in flac_write_metadata()
352 if (ret != META_ERROR_NONE) { in flac_write_metadata()
360 if (ret != META_ERROR_NONE) { in flac_write_metadata()
365 return META_ERROR_NONE; in flac_write_metadata()
H A Ddec_mpeg.c297 if (ret != META_ERROR_NONE) { in mpeg_write_metadata()
301 if (ret != META_ERROR_NONE) { in mpeg_write_metadata()
306 if (ret != META_ERROR_NONE) { in mpeg_write_metadata()
316 if (ret != META_ERROR_NONE) { in mpeg_write_metadata()
320 if (ret != META_ERROR_NONE) { in mpeg_write_metadata()
327 if (ret != META_ERROR_NONE) { in mpeg_write_metadata()
334 if (ret != META_ERROR_NONE) { in mpeg_write_metadata()
338 return META_ERROR_NONE; in mpeg_write_metadata()
H A Ddec_vorbis.c83 return META_ERROR_NONE; in vorbis_write_metadata()
/dports/audio/aqualung/aqualung-1.0/src/
H A Dmetadata_id3v2.c943 return META_ERROR_NONE; in metadata_to_id3v2()
1021 return META_ERROR_NONE; in meta_id3v2_pull_file()
1072 return META_ERROR_NONE; in meta_id3v2_push_file()
1086 return META_ERROR_NONE; in meta_id3v2_write_tag()
1113 if (ret != META_ERROR_NONE) { in meta_id3v2_rewrite()
1132 if (ret != META_ERROR_NONE) { in meta_id3v2_rewrite()
1149 if (ret != META_ERROR_NONE) { in meta_id3v2_rewrite()
1201 return META_ERROR_NONE; in meta_id3v2_delete()
1213 return META_ERROR_NONE; in meta_id3v2_delete()
1219 if (ret != META_ERROR_NONE) { in meta_id3v2_delete()
[all …]
H A Dmetadata_id3v1.c442 return META_ERROR_NONE; in metadata_to_id3v1()
493 return META_ERROR_NONE; in meta_id3v1_delete()
542 return META_ERROR_NONE; in meta_id3v1_rewrite()
H A Dmetadata_api.h63 #define META_ERROR_NONE 0 macro
H A Dmetadata_api.c355 case META_ERROR_NONE: return _("Success"); in metadata_strerror()
H A Dmetadata_ape.c696 return META_ERROR_NONE; in meta_ape_rewrite()
H A Dfile_info.c491 if (ret == META_ERROR_NONE) { in fi_save()
/dports/audio/aqualung/aqualung-1.0/src/encoder/
H A Denc_lame.c275 if (ret != META_ERROR_NONE) { in lame_encoder_close()