Home
last modified time | relevance | path

Searched refs:opus_demo (Results 1 – 6 of 6) sorted by relevance

/external/libopus/
DMakefile.unix91 OPUSDEMO_SRCS_C = src/opus_demo.c
98 all: lib opus_demo opus_compare
105 opus_demo$(EXESUFFIX): $(OPUSDEMO_OBJS) $(TARGET)
124 rm -f opus_demo$(EXESUFFIX) opus_compare$(EXESUFFIX) $(TARGET) \
DMakefile.am57 noinst_PROGRAMS = opus_demo repacketizer_demo opus_compare tests/test_opus_api tests/test_opus_enco… program
61 opus_demo_SOURCES = src/opus_demo.c
134 win32/VS2010/opus_demo.vcxproj \
139 win32/VS2010/opus_demo.vcxproj.filters \
DREADME66 Once you have compiled the codec, there will be a opus_demo executable
69 Usage: opus_demo [-e] <application> <sampling rate (Hz)> <channels (1/2)>
71 opus_demo -d <sampling rate (Hz)> <channels (1/2)> [options]
96 bitstreams with simple opus_demo proprietary framing.
DMakefile.in73 @EXTRA_PROGRAMS_TRUE@noinst_PROGRAMS = opus_demo$(EXEEXT) \
410 am__opus_demo_SOURCES_DIST = src/opus_demo.c
411 @EXTRA_PROGRAMS_TRUE@am_opus_demo_OBJECTS = src/opus_demo.$(OBJEXT)
927 @EXTRA_PROGRAMS_TRUE@opus_demo_SOURCES = src/opus_demo.c
975 win32/VS2010/opus_demo.vcxproj \
980 win32/VS2010/opus_demo.vcxproj.filters \
1478 src/opus_demo.$(OBJEXT): src/$(am__dirstamp) \
1480 opus_demo$(EXEEXT): $(opus_demo_OBJECTS) $(opus_demo_DEPENDENCIES) $(EXTRA_opus_demo_DEPENDENCIES)
1481 @rm -f opus_demo$(EXEEXT)
1843 -rm -f src/opus_demo.$(OBJEXT)
[all …]
/external/libopus/tests/
Drun_vectors.sh48 OPUS_DEMO=$CMD_PATH/opus_demo
/external/libopus/win32/VS2010/
Dopus.sln8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opus_demo", "opus_demo.vcxproj", "{016C739D-63…