Searched refs:sox_find_comment (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | mp3-util.h | 33 if ((comment = sox_find_comment(ft->oob.comments, "Title"))) in write_comments() 35 if ((comment = sox_find_comment(ft->oob.comments, "Artist"))) in write_comments() 37 if ((comment = sox_find_comment(ft->oob.comments, "Album"))) in write_comments() 39 if ((comment = sox_find_comment(ft->oob.comments, "Tracknumber"))) in write_comments() 41 if ((comment = sox_find_comment(ft->oob.comments, "Year"))) in write_comments() 43 if ((comment = sox_find_comment(ft->oob.comments, "Comment"))) in write_comments() 45 if ((comment = sox_find_comment(ft->oob.comments, "Genre"))) in write_comments() 51 if ((comment = sox_find_comment(ft->oob.comments, "Discnumber"))) in write_comments()
|
| H A D | libsox.sym | 61 sox_find_comment
|
| H A D | sox.c | 311 text = sox_find_comment(f->ft->oob.comments, "Comment"); in play_file_info() 313 text = sox_find_comment(f->ft->oob.comments, "Description"); in play_file_info() 315 text = sox_find_comment(f->ft->oob.comments, "Year"); in play_file_info() 322 text = sox_find_comment(f->ft->oob.comments, "Tracknumber"); in play_file_info() 325 text = sox_find_comment(f->ft->oob.comments, "Tracktotal"); in play_file_info() 333 text = sox_find_comment(f->ft->oob.comments, "Album"); in play_file_info() 344 text = sox_find_comment(f->ft->oob.comments, "Artist"); in play_file_info() 350 text = sox_find_comment(f->ft->oob.comments, "Title"); in play_file_info() 2939 sox_find_comment(files[0]->ft->oob.comments, "artist"), in main() 2940 sox_find_comment(files[1]->ft->oob.comments, "artist")) && in main() [all …]
|
| H A D | sox.h | 1765 sox_find_comment(
|
| H A D | formats.c | 293 char const * sox_find_comment(sox_comments_t comments, char const * id) in sox_find_comment() function
|