OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opus
(Results
1 - 8
of
8
) sorted by null
/external/libopus/
opus_headers.mk
2
include/
opus
.h \
opus_sources.mk
1
OPUS_SOURCES = src/
opus
.c \
Makefile.unix
84
LIB_NAME =
opus
Android.mk
130
src/
opus
.c \
configure
3
# Generated by GNU Autoconf 2.68 for
opus
1.1.
5
# Report bugs to <
opus
@xiph.org>.
249
$as_echo "$0: Please tell bug-autoconf@gnu.org and
opus
@xiph.org
571
PACKAGE_NAME='
opus
'
572
PACKAGE_TARNAME='
opus
'
574
PACKAGE_STRING='
opus
1.1'
575
PACKAGE_BUGREPORT='
opus
@xiph.org'
[
all
...]
/external/libopus/doc/
Makefile.am
3
DOCINPUTS = $(top_srcdir)/include/
opus
.h \
42
$(RM) $(DESTDIR)$(mandir)/man3/opus_*.3 $(DESTDIR)$(mandir)/man3/
opus
.h.3
trivial_example.c
28
using
Opus
. It should make it easy to understand how the
Opus
API
30
http://www.
opus
-codec.org/docs/ */
35
#include <
opus
.h>
78
The
Opus
library is designed to have good defaults, so only set
/frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp
29
#include <
opus
.h>
37
//
Opus
uses Vorbis channel mapping, and Vorbis channel mapping specifies
195
"audio_decoder.
opus
",
240
// stereo output:
Opus
streams with more than 2 channels require a stream map.
244
// Parses
Opus
Header. Header spec: http://wiki.xiph.org/OggOpus#ID_Header
247
// Size of the
Opus
header excluding optional mapping information.
250
// Offset to the channel count byte in the
Opus
header.
253
// Offset to the pre-skip value in the
Opus
header.
256
// Offset to the gain value in the
Opus
header.
259
// Offset to the channel mapping byte in the
Opus
header
[
all
...]
Completed in 81 milliseconds