/external/libogg/doc/ |
ogg-multiplex.html | 240 Vorbis), a simple timestamp, or a more complex bit-division encoding 305 <h4>Example: samplestamp (Vorbis)</h4> 307 <p>Frame counting is insufficient in codecs such as Vorbis where an audio 308 frame [packet] encodes a variable number of samples. In Vorbis's 394 Vorbis) or discontinuous (such as Writ).</p>
|
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>
|
/external/libvorbis/doc/ |
programming.html | 6 <title>Ogg Vorbis Documentation</title> 77 <p>Libvorbis is the Xiph.org Foundation's portable Ogg Vorbis CODEC 80 Vorbis for streaming), a full analysis (encoding) interface as well as 121 synthesis engine with the headers from that bitstream. Vorbis 281 vorbis audio bitstream, for example, defines one frame to be the
|
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/flac/include/FLAC/ |
metadata.h | [all...] |
/external/libvorbis/lib/ |
vorbisfile.c | 24 #include "vorbis/codec.h" 28 #include "vorbis/vorbisfile.h" 33 /* A 'chained bitstream' is a Vorbis bitstream that contains more than 35 multiplexing allowed in a Vorbis bitstream; grouping [parallel 36 multiplexing] is not allowed in Vorbis) */ 38 /* A Vorbis file can be played beginning to end (streamed) without 300 /* extract the serialnos of all BOS pages + the first set of vorbis 318 /* we don't have a vorbis stream in this link yet, so begin 325 /* vorbis header; continue setup */ 346 /* if this page also belongs to our vorbis stream, submit it and break * [all...] |
lpc.c | 91 Vorbis we don't save it. If anyone wants to recycle this code
|
synthesis.c | 20 #include "vorbis/codec.h"
|
codebook.c | 22 #include "vorbis/codec.h" 270 turned out to be wrong; Vorbis II and future Ogg codecs should go
|
/external/e2fsprogs/ |
ABOUT-NLS | 245 vorbis-tools | [] | 319 vorbis-tools | [] | 393 vorbis-tools | [] | 3
|
/external/libvpx/nestegg/include/nestegg/ |
nestegg.h | 69 #define NESTEGG_CODEC_VORBIS 1 /**< Track uses Xiph Vorbis codec. */ 195 @retval #NESTEGG_CODEC_VORBIS Track codec is 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/bison/ |
ABOUT-NLS | 272 vorbis-tools | [] [] [] | 375 vorbis-tools | [] | 478 vorbis-tools | [] [] | [all...] |
/external/chromium/net/base/ |
mime_util.cc | 242 "vorbis", 314 { "video/webm", "vorbis,vp8,vp8.0" }, 315 { "audio/webm", "vorbis" }, 580 "audio/vorbis",
|
/external/libogg/include/ogg/ |
ogg.h | 88 to a single raw Ogg/Vorbis packet *************************************/
|
/external/libvorbis/ |
autogen.sh | 5 package="vorbis"
|
/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"
|
/external/webkit/Source/WebKit/gtk/tests/ |
testmimehandling.c | 128 g_assert_cmpstr(mime_type, ==, "audio/x-vorbis+ogg");
|
/ndk/sources/host-tools/make-3.81/ |
ABOUT-NLS | 312 vorbis-tools | [] [] [] [] | 449 vorbis-tools | [] | [all...] |
/external/elfutils/ |
ABOUT-NLS | 352 vorbis-tools | [] [] [] [] | [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
ABOUT-NLS | 354 vorbis-tools | [] [] [] [] | [all...] |