Searched refs:wma_format_check (Results 1 – 5 of 5) sorted by relevance
16 bool wma_format_check(char *buffer, int size);
277 bool wma_format_check(char *buffer, int size) in wma_format_check() function
103 } else if (wma_format_check(head_buffer, buffer_size)) { in partition_get_format()
105 } else if (wma_format_check(head_buffer, buffer_size)) { in file_get_format()
745 } else if (wma_format_check(nc->buffer, nc->head_data_size)) { in http_source_format()
Completed in 7 milliseconds