Home
last modified time | relevance | path

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

/external/chromium_org/third_party/opus/src/include/
Dopus_multistream.h377 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_multistream_encode(
/external/chromium_org/third_party/opus/src/src/
Dopus_multistream_encoder.c906 int opus_multistream_encode( in opus_multistream_encode() function
947 int opus_multistream_encode( in opus_multistream_encode() function
Dopus_demo.c200 #define opus_encode opus_multistream_encode
/external/chromium_org/third_party/opus/src/tests/
Dtest_opus_encode.c315 len = opus_multistream_encode(MSenc, &inbuf[i<<1], frame_size, packet, MAX_PACKET); in run_test1()