HomeSort by relevance Sort by last modified time
    Searched full:vorbis (Results 226 - 250 of 345) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/chromium_org/chrome/browser/media/
encrypted_media_browsertest.cc 52 const char kWebMAudioOnly[] = "audio/webm; codecs=\"vorbis\"";
55 const char kWebMAudioVideo[] = "video/webm; codecs=\"vorbis, vp8\"";
  /external/chromium_org/content/renderer/media/crypto/
key_systems.cc 52 {"vorbis", EME_CODEC_WEBM_VORBIS},
67 // On Android, Vorbis, VP8, AAC and AVC1 are supported in MediaCodec:
  /external/chromium_org/net/base/
mime_util_unittest.cc 270 { "\"theora, vorbis\"", 2, { "theora", "vorbis" } },
  /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"
  /external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 69 #define NESTEGG_CODEC_VORBIS 1 /**< Track uses Xiph Vorbis codec. */
233 @retval #NESTEGG_CODEC_VORBIS Track codec is Vorbis.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 69 #define NESTEGG_CODEC_VORBIS 1 /**< Track uses Xiph Vorbis codec. */
233 @retval #NESTEGG_CODEC_VORBIS Track codec is Vorbis.
  /developers/build/prebuilts/gradle/StorageClient/Application/src/main/java/com/example/android/storageclient/
StorageClientFragment.java 78 // If one wanted to search for ogg vorbis files, the type would be "audio/ogg".
  /developers/samples/android/content/documentsUi/StorageClient/Application/src/main/java/com/example/android/storageclient/
StorageClientFragment.java 78 // If one wanted to search for ogg vorbis files, the type would be "audio/ogg".
  /development/samples/browseable/StorageClient/src/com.example.android.storageclient/
StorageClientFragment.java 78 // If one wanted to search for ogg vorbis files, the type would be "audio/ogg".
  /external/chromium_org/media/filters/
ffmpeg_demuxer_unittest.cc 305 // Stream #1: Audio (Vorbis)
320 // Audio stream should be Vorbis.
333 // Stream #1: Audio (Vorbis)
350 // Audio stream should be Vorbis.
  /external/chromium_org/media/mojo/services/
media_type_converters.cc 33 ASSERT_ENUM_EQ(AudioCodec, kCodec, AUDIO_CODEC_, Vorbis);
  /external/chromium_org/ppapi/cpp/
video_decoder.h 42 /// All: theora, vorbis, vp8.
  /external/chromium_org/third_party/speex/libspeex/
arch.h 59 #error Vorbis-psy model currently not implemented in fixed-point
  /external/libvorbis/lib/modes/
residue_44.h 18 #include "vorbis/codec.h"
residue_44u.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/third_party/libmkv/
WebMElement.c 97 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 204 // Ogg vorbis?
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
WebMElement.c 97 Ebml_SerializeString(glob, CodecName, "VORBIS"); // fixed for now

Completed in 673 milliseconds

1 2 3 4 5 6 7 8 91011>>