Searched refs:mp3_format_check (Results 1 – 5 of 5) sorted by relevance
12 bool mp3_format_check(char *data, int size);
229 bool mp3_format_check(char *data, int size) in mp3_format_check() function
88 } else if (mp3_format_check(head_buffer, buffer_size)) { in partition_get_format()
90 } else if (mp3_format_check(head_buffer, buffer_size)) { in file_get_format()
727 if (mp3_format_check(nc->buffer, nc->head_data_size)) { in http_source_format()
Completed in 8 milliseconds