/external/bison/ |
ABOUT-NLS | 361 vorbis-tools | | [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaCodecListTest.java | 387 list.add(new CodecType("audio/vorbis", false)); // vorbis decoder
|
/external/chromium_org/media/filters/ |
ffmpeg_audio_decoder.cc | 228 // in the Vorbis spec. http://xiph.org/vorbis/doc/Vorbis_I_spec.html
|
ffmpeg_demuxer_unittest.cc | 278 // Stream #1: Audio (Vorbis) 293 // Audio stream should be Vorbis. 306 // Stream #1: Audio (Vorbis) 323 // Audio stream should be Vorbis.
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MainActivity.java | 41 final String SUGGESTED_URL = "http://www.vorbis.com/music/Epoq-Lepidoptera.ogg";
|
/external/chromium_org/chrome/browser/media/ |
encrypted_media_istypesupported_browsertest.cc | 107 vorbis_codec_.push_back("vorbis"); 110 vp8_and_vorbis_codecs_.push_back("vorbis"); 113 vp9_and_vorbis_codecs_.push_back("vorbis"); 134 mixed_codecs_.push_back("vorbis"); [all...] |
/external/chromium_org/third_party/opus/src/ |
README | 13 have historically used high latency formats such as MP3, AAC, or Vorbis.
|
/external/libexif/ |
ABOUT-NLS | 312 vorbis-tools | [] [] [] [] | 449 vorbis-tools | [] | [all...] |
/external/libogg/include/ogg/ |
ogg.h | 88 to a single raw Ogg/Vorbis packet *************************************/
|
/external/libopus/ |
README | 13 have historically used high latency formats such as MP3, AAC, or Vorbis.
|
/external/libvorbis/ |
autogen.sh | 5 package="vorbis"
|
/external/libvorbis/doc/ |
08-residue.tex | 4 \section{Residue setup and decode} \label{vorbis:spec:residue} 15 Whatever the exact qualities, the Vorbis residue abstraction codes the 17 vectors during decode. Vorbis makes use of three different encoding 208 stages (8 in Vorbis I, as constrained by the elements of the cascade
|
/external/libvorbis/lib/ |
lpc.c | 91 Vorbis we don't save it. If anyone wants to recycle this code
|
synthesis.c | 20 #include "vorbis/codec.h"
|
/external/libvorbis/lib/modes/ |
floor_all.h | 18 #include "vorbis/codec.h"
|
/external/libvorbis/win32/VS2005/libvorbis/ |
libvorbis_static.vcproj | 238 <File RelativePath="..\..\vorbis.def">
252 <File RelativePath="..\..\..\include\vorbis\codec.h">
324 <File RelativePath="..\..\..\include\vorbis\vorbisenc.h">
326 <File RelativePath="..\..\..\include\vorbis\vorbisfile.h">
|
/external/libvorbis/win32/VS2005/libvorbisfile/ |
libvorbisfile_static.vcproj | 88 <File RelativePath="..\..\..\include\vorbis\vorbisfile.h">
|
/external/libvorbis/win32/VS2008/libvorbis/ |
libvorbis_static.vcproj | 871 RelativePath="..\..\vorbis.def"
901 RelativePath="..\..\..\include\vorbis\codec.h"
1045 RelativePath="..\..\..\include\vorbis\vorbisenc.h"
1049 RelativePath="..\..\..\include\vorbis\vorbisfile.h"
|
/external/libvorbis/win32/VS2008/libvorbisfile/ |
libvorbisfile_static.vcproj | 306 RelativePath="..\..\..\include\vorbis\vorbisfile.h"
|
/frameworks/av/include/media/ |
mediarecorder.h | 73 /* VP8/VORBIS data in a WEBM container */
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_audio.h | 236 struct snd_enc_vorbis vorbis; member in union:snd_codec_options
|
/ndk/sources/host-tools/make-3.81/ |
ABOUT-NLS | 312 vorbis-tools | [] [] [] [] | 449 vorbis-tools | [] | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
ABOUT-NLS | 347 vorbis-tools | [] | [all...] |
/external/elfutils/0.153/ |
ABOUT-NLS | 347 vorbis-tools | [] | [all...] |
/external/libogg/doc/ |
skeleton.html | 79 <p>Ogg is a generic container format for time-continuous data streams, enabling interleaving of several tracks of frame-wise encoded content in a time-multiplexed manner. As an example, an Ogg physical bitstream could encapsulate several tracks of video encoded in Theora and multiple tracks of audio encoded in Speex or Vorbis or FLAC at the same time. A player that decodes such a bitstream could then, for example, play one video channel as the main video playback, alpha-blend another one on top of it (e.g. a caption track), play a main Vorbis audio together with several FLAC audio tracks simultaneously (e.g. as sound effects), and provide a choice of Speex channels (e.g. providing commentary in different languages). Such a file is generally possible to create with Ogg, it is however not possible to generically parse such a file, seek on it, understand what codecs are contained in such a file, and dynamically handle and play back such content.</p> 98 <li>the preroll: the number of past content packets to take into account when decoding the current Ogg page, which is necessary for seeking (vorbis has generally 2, speex 3)</li> 201 <p>The mime type is provided as a message header field specified in the same way that HTTP header fields are given (e.g. "Content-Type: audio/vorbis"). Further meta information (such as language and screen size) are also included as message header fields. The offset to the message header fields at the beginning of a fisbone packet is included for forward compatibility - to allow further fields to be included into the packet without disrupting the message header field parsing.</p> 208 <li>the Skeleton bos page is the very first bos page in the Ogg stream such that it can be identified straight away and decoders don't get confused about it being e.g. Ogg Vorbis without this meta information</li>
|