Searched refs:opus_packet_get_nb_channels (Results 1 – 6 of 6) sorted by relevance
55 info->channels = opus_packet_get_nb_channels(toc); in ParseToc()
175 err=opus_packet_get_nb_channels(packet); in test_decoder_code0()
79 mNoOfChannels = opus_packet_get_nb_channels(tocPtr); in initDecoder()
563 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_packet_get_nb_channels(const unsigned char *data) OPUS…
723 const int channels = opus_packet_get_nb_channels(payload); in WebRtcOpus_PacketHasFec()772 const int channels = opus_packet_get_nb_channels(payload); in WebRtcOpus_PacketHasVoiceActivity()
663 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