Home
last modified time | relevance | path

Searched refs:flac_snprintf (Results 1 – 14 of 14) sorted by relevance

/external/flac/src/test_grabbag/picture/
Dmain.c74 flac_snprintf(s, sizeof(s), "pictures/%s", pf->path); in test_one_picture()
76flac_snprintf(s, sizeof(s), "%u|%s|%s||pictures/%s", (uint32_t)pf->type, pf->mime_type, pf->descri… in test_one_picture()
78flac_snprintf(s, sizeof(s), "%u|%s|%s|%dx%dx%d/%d|pictures/%s", (uint32_t)pf->type, pf->mime_type,… in test_one_picture()
82 flac_snprintf(s, sizeof(s), "%s/%s", prefix, pf->path); in test_one_picture()
/external/flac/src/test_grabbag/cuesheet/
Dmain.c71 flac_snprintf(tmpfilename, sizeof (tmpfilename), "%s.1", tmpfilenamebase); in do_cuesheet()
103 flac_snprintf(tmpfilename, sizeof (tmpfilename), "%s.2", tmpfilenamebase); in do_cuesheet()
/external/flac/src/metaflac/
Doperations_shorthand_cuesheet.c166 flac_snprintf(spec, sizeof (spec), "%" PRIu64 ";", (tr->offset + tr->indices[indx].offset)); in import_cs_from()
204 flac_snprintf(ref, reflen, "\"%s\" FLAC", filename); in export_cs_to()
/external/flac/src/test_streams/
Dmain.c1084 flac_snprintf(fname, sizeof(fname), "rpg-tone-%u.wav", samplerate); in generate_replaygain_tone()
1255flac_snprintf(fn, sizeof (fn), "rt-%u-%u-%u.aiff", channels, bits_per_sample, nsamples[samples]); in main()
1259 flac_snprintf(fn, sizeof (fn), "rt-%u-%u-%u.wav", channels, bits_per_sample, nsamples[samples]); in main()
1263flac_snprintf(fn, sizeof (fn), "rt-%u-%u-%u.rf64", channels, bits_per_sample, nsamples[samples]); in main()
1267 flac_snprintf(fn, sizeof (fn), "rt-%u-%u-%u.w64", channels, bits_per_sample, nsamples[samples]); in main()
1272flac_snprintf(fn, sizeof (fn), "rt-%u-%u-signed-%u.raw", channels, bits_per_sample, nsamples[sampl… in main()
1275flac_snprintf(fn, sizeof (fn), "rt-%u-%u-unsigned-%u.raw", channels, bits_per_sample, nsamples[sam… in main()
/external/flac/src/share/grabbag/
Dsnprintf.c57 flac_snprintf(char *str, size_t size, const char *fmt, ...) in flac_snprintf() function
Dreplaygain.c108 flac_snprintf(buffer, sizeof(buffer), format, name, value); in append_tag_()
/external/flac/include/share/
Dcompat.h206 int flac_snprintf(char *str, size_t size, const char *fmt, ...);
/external/flac/src/plugin_xmms/
Dhttp.c459 flac_snprintf (udpspace, sizeof (udpspace), "x-audiocast-udpport: %d\r\n", udp_port); in http_connect()
884 flac_snprintf(obuf, sizeof (obuf), "x-audiocast-ack: %ld \r\n", atol(valptr)); in udp_check_for_data()
Dplugin.c412 flac_snprintf(*title, len, "%s\"%s\"", errtitle, filename); in FLAC_XMMS__get_song_info()
/external/flac/src/flac/
Dutils.c397 …if((entry.length = flac_snprintf(tag, sizeof(tag), "%s=0x%04X", CHANNEL_MASK_TAG, (uint32_t)channe… in flac__utils_set_channel_mask_tag()
Danalyze.c156 flac_snprintf(outfilename, sizeof (outfilename), "f%06u.s%u.gp", frame_number, channel); in flac__analyze_frame()
Dmain.c998flac_snprintf(option_values.requested_seek_points+len, sizeof(option_values.requested_seek_points)… in parse_option()
1938 flac_snprintf(internal_outfilename, dest_len, "%s%s", outfilename, tmp_suffix); in encode_file()
Dencode.c2660 flac_snprintf(ratiostr, sizeof(ratiostr), "%0.3f", encoder_session->compression_ratio); in print_stats()
2662 flac_snprintf(ratiostr, sizeof(ratiostr), "N/A"); in print_stats()
/external/flac/src/test_libFLAC++/
Dmetadata_manip.cpp210 flac_snprintf(*tempfilename, destlen, "%s%s", filename, tempfile_suffix); in open_tempfile_()