Searched refs:album (Results 1 - 9 of 9) sorted by relevance
/third_party/libsnd/src/ |
H A D | mpeg_decode.c | 313 if (strcpy_inbounded (buf, ARRAY_LEN (tags->album), tags->album)) in mpeg_decoder_read_strings_id3v1() 352 const char *album = NULL ; in mpeg_decoder_read_strings_id3v2() local 389 album = text_frame->text.p ; in mpeg_decoder_read_strings_id3v2() 448 if (album != NULL) in mpeg_decoder_read_strings_id3v2() 449 psf_store_string (psf, SF_STR_ALBUM, album) ; in mpeg_decoder_read_strings_id3v2()
|
/third_party/libsnd/tests/ |
H A D | string_test.c | 202 album [] = "The Album", variable 248 sf_set_string (file, SF_STR_ALBUM, album) ; in string_start_end_test() 330 if (cptr == NULL || strcmp (album, cptr) != 0) in string_start_end_test() 333 printf (" Bad album : %s\n", cptr) ; in string_start_end_test() 404 sf_set_string (file, SF_STR_ALBUM, album) ; in string_start_test() 507 if (cptr == NULL || strcmp (album, cptr) != 0) in string_start_test() 510 printf (" Bad album : %s\n", cptr) ; in string_start_test() 584 sf_set_string (file, SF_STR_ALBUM, album) ; in string_multi_set_test() 589 sf_set_string (file, SF_STR_ALBUM, album) ; in string_multi_set_test()
|
/third_party/lame/libmp3lame/ |
H A D | id3tag.h | 42 char *album; member
|
H A D | id3tag.c | 1139 id3tag_set_album(lame_t gfp, const char *album) in id3tag_set_album() argument 1142 if (gfc && album && *album) { in id3tag_set_album() 1143 local_strdup(&gfc->tag_spec.album, album); in id3tag_set_album() 1145 copyV1ToV2(gfp, ID_ALBUM, album); in id3tag_set_album() 1671 size_t album_length = gfc->tag_spec.album ? strlen(gfc->tag_spec.album) : 0; in lame_get_id3v2_tag() 1888 p = set_text_field(p, gfc->tag_spec.album, 30, pad); in lame_get_id3v1_tag()
|
H A D | util.c | 61 if (gfc->tag_spec.album != 0) { in free_id3tag() 62 free(gfc->tag_spec.album); in free_id3tag() 63 gfc->tag_spec.album = 0; in free_id3tag()
|
/third_party/libsnd/programs/ |
H A D | common.h | 43 const char * album ; member
|
H A D | sndfile-metadata-set.c | 124 HANDLE_STR_ARG ("--str-album", album) ; in main() 227 " --str-album Set the metadata album.\n" in usage_exit()
|
H A D | common.c | 223 if (info->album != NULL) in update_strings() 224 sf_set_string (outfile, SF_STR_ALBUM, info->album) ; in update_strings()
|
/third_party/lame/include/ |
H A D | lame.h | 1224 void CDECL id3tag_set_album(lame_t gfp, const char* album);
|
Completed in 9 milliseconds