Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dmp3-util.h33 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 Dlibsox.sym61 sox_find_comment
H A Dsox.c311 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 Dsox.h1765 sox_find_comment(
H A Dformats.c293 char const * sox_find_comment(sox_comments_t comments, char const * id) in sox_find_comment() function