Home
last modified time | relevance | path

Searched refs:opus_packet_get_nb_channels (Results 1 – 5 of 5) sorted by relevance

/external/libopus/tests/
Dopus_decode_fuzzer.c53 info->channels = opus_packet_get_nb_channels(toc); in ParseToc()
Dtest_opus_decode.c175 err=opus_packet_get_nb_channels(packet); in test_decoder_code0()
/external/libopus/include/
Dopus.h563 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_packet_get_nb_channels(const unsigned char *data) OPUS…
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_interface.c467 channels = opus_packet_get_nb_channels(payload); in WebRtcOpus_PacketHasFec()
/external/libopus/src/
Dopus_decoder.c663 packet_stream_channels = opus_packet_get_nb_channels(data); in opus_decode_native()
990 int opus_packet_get_nb_channels(const unsigned char *data) in opus_packet_get_nb_channels() function