Home
last modified time | relevance | path

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

/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.c620 packet_stream_channels = opus_packet_get_nb_channels(data); in opus_decode_native()
928 int opus_packet_get_nb_channels(const unsigned char *data) in opus_packet_get_nb_channels() function
/external/libopus/tests/
Dtest_opus_decode.c168 err=opus_packet_get_nb_channels(packet); in test_decoder_code0()