Searched refs:amrwb_format_check (Results 1 – 5 of 5) sorted by relevance
18 bool amrwb_format_check(char *data, int size);
297 bool amrwb_format_check(char *buffer, int size) in amrwb_format_check() function
106 } else if (amrwb_format_check(head_buffer, buffer_size)) { in partition_get_format()
108 } else if (amrwb_format_check(head_buffer, buffer_size)) { in file_get_format()
748 } else if (amrwb_format_check(nc->buffer, nc->head_data_size)) { in http_source_format()
Completed in 7 milliseconds