Home
last modified time | relevance | path

Searched refs:opus_packet_get_bandwidth (Results 1 – 4 of 4) sorted by relevance

/external/libopus/tests/
Dopus_decode_fuzzer.c50 const int bandwidth = opus_packet_get_bandwidth(toc); in ParseToc()
Dtest_opus_api.c284 if(bw!=opus_packet_get_bandwidth(packet))test_failed(); in test_dec_api()
333 if(opus_packet_get_bandwidth(NULL) !=OPUS_BAD_ARG)test_failed(); in test_dec_api()
/external/libopus/include/
Dopus.h545 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_packet_get_bandwidth(const unsigned char *data) OPUS_A…
/external/libopus/src/
Dopus_decoder.c661 packet_bandwidth = opus_packet_get_bandwidth(data); in opus_decode_native()
972 int opus_packet_get_bandwidth(const unsigned char *data) in opus_packet_get_bandwidth() function