HomeSort by relevance Sort by last modified time
    Searched refs:opus_packet_get_nb_channels (Results 1 - 4 of 4) sorted by null

  /external/libopus/include/
opus.h 563 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_packet_get_nb_channels(const unsigned char *data) OPUS_ARG_NONNULL(1);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_interface.c 467 channels = opus_packet_get_nb_channels(payload);
  /external/libopus/src/
opus_decoder.c 634 packet_stream_channels = opus_packet_get_nb_channels(data);
939 int opus_packet_get_nb_channels(const unsigned char *data) function
  /external/libopus/tests/
test_opus_decode.c 168 err=opus_packet_get_nb_channels(packet);

Completed in 1511 milliseconds