HomeSort by relevance Sort by last modified time
    Searched defs:opus_multistream_encoder_get_size (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/src/
opus_multistream_encoder.c 344 opus_int32 opus_multistream_encoder_get_size(int nb_streams, int nb_coupled_streams) function
385 size = opus_multistream_encoder_get_size(nb_streams, nb_coupled_streams);
539 st = (OpusMSEncoder *)opus_alloc(opus_multistream_encoder_get_size(streams, coupled_streams));
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 344 opus_int32 opus_multistream_encoder_get_size(int nb_streams, int nb_coupled_streams) function
385 size = opus_multistream_encoder_get_size(nb_streams, nb_coupled_streams);
539 st = (OpusMSEncoder *)opus_alloc(opus_multistream_encoder_get_size(streams, coupled_streams));
    [all...]

Completed in 195 milliseconds