Searched refs:opus_packet_get_bandwidth (Results 1 – 3 of 3) sorted by relevance
545 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_packet_get_bandwidth(const unsigned char *data) OPUS_A…
618 packet_bandwidth = opus_packet_get_bandwidth(data); in opus_decode_native()889 int opus_packet_get_bandwidth(const unsigned char *data) in opus_packet_get_bandwidth() function
283 if(bw!=opus_packet_get_bandwidth(packet))test_failed(); in test_dec_api()332 if(opus_packet_get_bandwidth(NULL) !=OPUS_BAD_ARG)test_failed(); in test_dec_api()