HomeSort by relevance Sort by last modified time
    Searched full:vorbis (Results 201 - 225 of 263) sorted by null

1 2 3 4 5 6 7 891011

  /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>
oggstream.html 415 example, Vorbis uses two auxiliary headers), these headers must follow
419 <p>As an example, Ogg Vorbis places the name and revision of the
420 Vorbis CODEC, the audio rate and the audio quality into this initial
  /ndk/sources/host-tools/sed-4.2.1/
ABOUT-NLS 354 vorbis-tools | [] [] [] [] |
    [all...]
  /external/libvorbis/lib/
codebook.c 22 #include "vorbis/codec.h"
270 turned out to be wrong; Vorbis II and future Ogg codecs should go
bitrate.c 22 #include "vorbis/codec.h"
block.c 17 more amusing by Vorbis' current two allowed block sizes.
25 #include "vorbis/codec.h"
206 /* Vorbis I uses only window type 0 */
mdct.c 36 it's likely stable for Vorbis, the dynamic range is constrained and
44 #include "vorbis/codec.h"
vorbisenc.c 22 #include "vorbis/codec.h"
23 #include "vorbis/vorbisenc.h"
551 here to next boundary, or the vorbis spec will round it *down* to
    [all...]
envelope.c 23 #include "vorbis/codec.h"
  /external/libvorbis/lib/modes/
residue_44.h 18 #include "vorbis/codec.h"
residue_44u.h 18 #include "vorbis/codec.h"
residue_44p51.h 18 #include "vorbis/codec.h"
  /external/libvorbis/win32/VS2005/libvorbisfile/
libvorbisfile_dynamic.vcproj 100 <File RelativePath="..\..\..\include\vorbis\vorbisfile.h">
  /external/libvorbis/win32/VS2008/libvorbisfile/
libvorbisfile_dynamic.vcproj 100 <File RelativePath="..\..\..\include\vorbis\vorbisfile.h">
  /external/libvpx/libvpx/libmkv/
WebMElement.c 99 Ebml_SerializeString(glob, CodecName, "VORBIS"); //fixed for now
  /external/speex/libspeex/
arch.h 59 #error Vorbis-psy model currently not implemented in fixed-point
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerFactory.cpp 185 // Ogg vorbis?
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 461 { "audio_decoder.vorbis", "audio/vorbis" },
493 { "audio/vorbis", NULL },
  /frameworks/base/media/java/android/media/
MediaCodec.java 175 * <li>"audio/vorbis" - vorbis audio
316 * in the case of vorbis audio.
  /external/tremolo/Tremolo/
vorbisfile.c 60 /* A 'chained bitstream' is a Vorbis bitstream that contains more than
62 multiplexing allowed in a Vorbis bitstream; grouping [parallel
63 multiplexing] is not allowed in Vorbis) */
65 /* A Vorbis file can be played beginning to end (streamed) without
303 Ogg bitstream is in fact Vorbis data */
828 /* Only partially open the vorbis file; test for Vorbisness, and load
    [all...]
  /bionic/libc/kernel/common/sound/
compress_params.h 225 struct snd_enc_vorbis vorbis; member in union:snd_codec_options
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 199 "audio_decoder.vorbis",
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 692 if (size < 7 || data[0] != type || memcmp(&data[1], "vorbis", 6)) {
713 oggpack_read(&bits, 8); // skip 'vorbis'
  /external/kernel-headers/original/sound/
compress_params.h 338 struct snd_enc_vorbis vorbis; member in union:snd_codec_options
  /external/libvorbis/include/vorbis/
vorbisenc.h 13 function: vorbis encode-engine setup

Completed in 1548 milliseconds

1 2 3 4 5 6 7 891011