/external/libopus/ |
D | releases.sha2 | 1 b2f75c4ac5ab837845eb028413fae2a28754bfb0a6d76416e2af1441ef447649 opus-0.9.0.tar.gz 2 4e379a98ba95bbbfe9087ef10fdd05c8ac9060b6d695f587ea82a7b43a0df4fe opus-0.9.10.tar.gz 3 b1cad6846a8f819a141009fe3f8f10c946e8eff7e9c2339cd517bb136cc59eae opus-0.9.14.tar.gz 4 206221afc47b87496588013bd4523e1e9f556336c0813f4372773fc536dd4293 opus-0.9.1.tar.gz 5 6e85c1b57e1d7b7dfe2928bf92586b96b73a9067e054ede45bd8e6d24bd30582 opus-0.9.2.tar.gz 6 d916e34c18a396eb7dffc47af754f441af52a290b761e20db9aedb65928c699e opus-0.9.3.tar.gz 7 53801066fa97329768e7b871fd1495740269ec46802e1c9051aa7e78c6edee5b opus-0.9.5.tar.gz 8 3bfaeb25f4b4a625a0bc994d6fc6f6776a05193f60099e0a99f7530c6b256309 opus-0.9.6.tar.gz 9 1b69772c31c5cbaa43d1dfa5b1c495fc29712e8e0ff69d6f8ad46459e5c6715f opus-0.9.7.tar.gz 10 4aa30d2e0652ffb4a7a22cc8a29c4ce78267626f560a2d9213b1d2d4e618cf36 opus-0.9.8.tar.gz [all …]
|
D | CMakeLists.txt | 246 ${CMAKE_CURRENT_SOURCE_DIR}/include/opus.h 256 add_library(opus ${opus_headers} ${opus_sources} ${opus_sources_float} ${Opus_PUBLIC_HEADER}) target 257 add_library(Opus::opus ALIAS opus) 262 set_target_properties(opus 271 opus 274 $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/opus> 280 target_link_libraries(opus PRIVATE ${OPUS_REQUIRED_LIBRARIES}) 281 target_compile_definitions(opus PRIVATE OPUS_BUILD) 284 target_compile_definitions(opus PRIVATE FIXED_DEBUG) 288 target_compile_definitions(opus PRIVATE [all …]
|
D | Makefile.am | 93 pkginclude_HEADERS = include/opus.h include/opus_multistream.h include/opus_types.h include/opus_de… 220 EXTRA_DIST = opus.pc.in \ 221 opus-uninstalled.pc.in \ 222 opus.m4 \ 253 win32/VS2015/opus.vcxproj \ 261 win32/VS2015/opus.vcxproj.filters \ 263 win32/VS2015/opus.sln \ 269 pkgconfig_DATA = opus.pc 272 m4data_DATA = opus.m4 275 opus check-opus install-opus: export NO_DOXYGEN = 1 target [all …]
|
D | opus.m4 | 13 AC_ARG_WITH(opus,AC_HELP_STRING([--with-opus=PFX],[Prefix where opus is installed (optional)]), opu… optwith 14 AC_ARG_WITH(opus-libraries,AC_HELP_STRING([--with-opus-libraries=DIR],[Directory where the opus lib… 15 AC_ARG_WITH(opus-includes,AC_HELP_STRING([--with-opus-includes=DIR],[Directory where the opus heade… 16 …AC_HELP_STRING([--disable-opustest],[Do not try to compile and run a test opus program]),, enable_… 64 #include <opus.h> 93 #include <opus.h>
|
D | METADATA | 6 description: "Android fork of the opus library." 10 value: "https://gitlab.xiph.org/xiph/opus.git" 15 tag: "NVD-CPE2.3:cpe:/a:opus-codec:opus:1.0.3"
|
D | README.draft | 10 Git repository at https://gitlab.xiph.org/xiph/opus.git or on a website at: 11 https://opus-codec.org/ 20 % git clone https://gitlab.xiph.org/xiph/opus.git 21 % cd opus 53 input and output are little endian signed 16-bit PCM files or opus bitstreams
|
D | README | 34 An opus-tools package is available which provides encoding and decoding of 38 https://gitlab.xiph.org/xiph/opus-tools.git 40 https://opus-codec.org/ 71 % git clone https://gitlab.xiph.org/xiph/opus.git 72 % cd opus 113 input and output are little-endian signed 16-bit PCM files or opus 128 https://opus-codec.org/docs/opus_testvectors-rfc8251.tar.gz 132 % curl -OL https://opus-codec.org/docs/opus_testvectors-rfc8251.tar.gz
|
D | opus.pc.in | 10 URL: https://opus-codec.org/ 16 Cflags: -I${includedir}/opus
|
D | README.android | 1 * current source is based on libopus 1.3 (https://git.xiph.org/?p=opus.git;a=snapshot;h=83d5155f151… 2 * libopus is BSD-licensed - http://www.opus-codec.org/license/
|
D | meson.build | 1 project('opus', 'c', project 71 opus_conf.set('PACKAGE_BUGREPORT', '"opus@xiph.org"') 72 opus_conf.set('PACKAGE_NAME', '"opus"') 73 opus_conf.set('PACKAGE_STRING', '"opus @0@"'.format(opus_version)) 74 opus_conf.set('PACKAGE_TARNAME', '"opus"') 345 have_avx = false # no avx opus code yet 602 configure_file(input : 'opus.pc.in', 603 output : 'opus.pc', 608 #configure_file(input : 'opus-uninstalled.pc.in', 609 # output : 'opus-uninstalled.pc',
|
D | meson_options.txt | 22 …ir', type: 'string', value: 'doc/opus', description: 'Directory to install documentation into (def…
|
/external/libopus/doc/ |
D | release.txt | 12 - Upload source package 'opus-${version}.tar.gz' 13 - Add to https://svn.xiph.org/releases/opus/ 16 - Copy to archive.mozilla.org/pub/opus/ 18 - Add release notes to https://gitlab.xiph.org/xiph/opus-website.git 20 - Add a copy of the documentation to <https://www.opus-codec.org/docs/> 22 - Update /topic in #opus IRC channel. 24 Releases are commited to https://svn.xiph.org/releases/opus/ 26 to https://archive.mozilla.org/pub/opus/ 28 Website updates are committed to https://gitlab.xiph.org/xiph/opus-website.git 29 which propagates to https://opus-codec.org/ [all …]
|
D | build_draft.sh | 111 xml2rfc draft-ietf-codec-opus.xml draft-ietf-codec-opus.html & 112 xml2rfc draft-ietf-codec-opus.xml
|
D | Makefile.am | 3 DOCINPUTS = $(top_srcdir)/include/opus.h \ 43 $(RM) $(DESTDIR)$(mandir)/man3/opus_*.3 $(DESTDIR)$(mandir)/man3/opus.h.3
|
/external/webrtc/api/audio_codecs/ |
D | BUILD.gn | 75 "opus:audio_decoder_multiopus", 76 "opus:audio_decoder_opus", 107 "opus:audio_encoder_multiopus", 108 "opus:audio_encoder_opus", 126 "opus:audio_decoder_multiopus", 127 "opus:audio_decoder_opus", 141 "opus:audio_encoder_multiopus", 142 "opus:audio_encoder_opus",
|
/external/libopus/cmake/ |
D | OpusConfig.cmake.in | 10 set(OPUS_INCLUDE_DIR ${OPUS_INCLUDE_DIR};${OPUS_INCLUDE_DIR}/opus) 11 set(OPUS_INCLUDE_DIRS "@PACKAGE_INCLUDE_INSTALL_DIR@;@PACKAGE_INCLUDE_INSTALL_DIR@/opus") 15 set(OPUS_LIBRARY Opus::opus) 16 set(OPUS_LIBRARIES Opus::opus)
|
/external/webrtc/modules/audio_coding/ |
D | BUILD.gn | 446 "codecs/opus/audio_coder_opus_common.cc", 447 "codecs/opus/audio_coder_opus_common.h", 466 "codecs/opus/audio_decoder_opus.cc", 467 "codecs/opus/audio_decoder_opus.h", 468 "codecs/opus/audio_encoder_opus.cc", 469 "codecs/opus/audio_encoder_opus.h", 477 "../../api/audio_codecs/opus:audio_encoder_opus_config", 505 "codecs/opus/audio_decoder_multi_channel_opus_impl.cc", 506 "codecs/opus/audio_decoder_multi_channel_opus_impl.h", 507 "codecs/opus/audio_encoder_multi_channel_opus_impl.cc", [all …]
|
/external/openscreen/cast/streaming/ |
D | offer_messages_unittest.cc | 74 "codecName": "opus", 253 "codecName": "opus", in TEST() 267 "codecName": "opus", in TEST() 282 "codecName": "opus", in TEST() 304 "codecName": "opus", in TEST() 326 "codecName": "opus", in TEST() 343 "codecName": "opus", in TEST() 360 "codecName": "opus", in TEST() 377 "codecName": "opus", in TEST() 661 "codecName": "opus", in TEST() [all …]
|
/external/oss-fuzz/projects/opus/ |
D | Dockerfile | 20 RUN git clone https://gitlab.xiph.org/xiph/opus.git 21 RUN wget https://opus-codec.org/static/testvectors/opus_testvectors.tar.gz 22 WORKDIR opus
|
/external/libopus/include/ |
D | meson.build | 2 'opus.h', 13 install_headers(opus_headers, subdir: 'opus')
|
/external/webrtc/api/audio_codecs/test/ |
D | BUILD.gn | 35 "../opus:audio_decoder_opus", 36 "../opus:audio_encoder_opus",
|
/external/webrtc/audio/voip/test/ |
D | audio_egress_unittest.cc | 242 absl::optional<SdpAudioFormat> opus = egress_->GetEncoderFormat(); in TEST_F() local 243 EXPECT_TRUE(opus); in TEST_F() 244 EXPECT_EQ(opus->clockrate_hz, kOpusFormat.clockrate_hz); in TEST_F() 245 EXPECT_EQ(opus->num_channels, kOpusFormat.num_channels); in TEST_F()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/ |
D | core_settings.gradle | 74 include modulePrefix + 'extension-opus' 75 project(modulePrefix + 'extension-opus').projectDir = new File(rootDir, 'extensions/opus')
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/ |
D | core_settings.gradle | 74 include modulePrefix + 'extension-opus' 75 project(modulePrefix + 'extension-opus').projectDir = new File(rootDir, 'extensions/opus')
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | DEPS | 3 "+third_party/opus",
|