OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opus_multistream_surround_encoder_get_size
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/include/
opus_multistream.h
208
OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32
opus_multistream_surround_encoder_get_size
(
[
all
...]
/external/chromium_org/third_party/opus/src/src/
opus_multistream_encoder.c
357
opus_int32
opus_multistream_surround_encoder_get_size
(int channels, int mapping_family)
function
576
st = (OpusMSEncoder *)opus_alloc(
opus_multistream_surround_encoder_get_size
(channels, mapping_family));
Completed in 178 milliseconds