Searched refs:MP3FILE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dscan-mpc.c39 typedef struct media_file_info MP3FILE; typedef in typeref:struct:media_file_info
45 * @param pmp3 MP3FILE structure to fill
48 int scan_get_mpcinfo(char *filename, MP3FILE *pmp3) {
70 /* fill the MP3FILE structure with the tags */
113 /* fill the properties in the MP3FILE structure */
H A Dscan-wma.c43 typedef struct media_file_info MP3FILE; typedef in typeref:struct:media_file_info
271 int wma_parse_content_description(int fd,int size, MP3FILE *pmp3);
272 int wma_parse_extended_content_description(int fd,int size, MP3FILE *pmp3, int extended);
273 int wma_parse_file_properties(int fd,int size, MP3FILE *pmp3);
274 int wma_parse_audio_media(int fd, int size, MP3FILE *pmp3);
275 int wma_parse_stream_properties(int fd, int size, MP3FILE *pmp3);
276 int wma_parse_header_extension(int fd, int size, MP3FILE *pmp3);
366 int wma_parse_header_extension(int fd, int size, MP3FILE *pmp3) {
435 int wma_parse_stream_properties(int fd, int size, MP3FILE *pmp3) {
469 int wma_parse_audio_media(int fd, int size, MP3FILE *pmp
[all...]
H A Dscan-flac.c50 typedef struct media_file_info MP3FILE; typedef in typeref:struct:media_file_info
63 * @param pmp3 MP3FILE structure to fill
66 int scan_get_flacinfo(char *filename, MP3FILE *pmp3) {

Completed in 146 milliseconds