/external/chromium_org/media/cdm/ppapi/external_clear_key/ |
ffmpeg_cdm_audio_decoder.cc | 237 // in the Vorbis spec. http://xiph.org/vorbis/doc/Vorbis_I_spec.html 304 // Currently Vorbis is the only codec that causes us to drop samples.
|
/external/chromium_org/components/cdm/browser/ |
cdm_message_filter_android.cc | 37 {content::EME_CODEC_WEBM_VORBIS, CODEC_AUDIO, "vorbis", "video/webm"},
|
/external/chromium_org/content/renderer/media/crypto/ |
key_systems_unittest.cc | 127 vorbis_codec_.push_back("vorbis"); 130 vp8_and_vorbis_codecs_.push_back("vorbis"); 133 vp9_and_vorbis_codecs_.push_back("vorbis"); 148 mixed_codecs_.push_back("vorbis");
|
/external/chromium_org/content/test/data/media/ |
encrypted_media_utils.js | 7 var mediaType = QueryString.mediatype || 'video/webm; codecs="vorbis, vp8"';
|
mse_config_change.html | 13 var mediaType = 'video/webm; codecs="vorbis, vp8"';
|
/external/chromium_org/media/base/ |
audio_decoder_config.h | 96 // Optional byte data required to initialize audio decoders such as Vorbis
|
audio_video_metadata_extractor_unittest.cc | 57 EXPECT_EQ("vorbis", extractor->stream_infos()[1].type); 100 EXPECT_EQ("vorbis", extractor->stream_infos()[2].type);
|
/external/chromium_org/media/filters/ |
audio_file_reader_unittest.cc | 89 TEST_F(AudioFileReaderTest, Vorbis) {
|
/external/libvorbis/ |
CHANGES | 21 Vorbis files where all audio in a logical stream is in a
|
/external/libvorbis/include/vorbis/ |
Makefile.in | 36 subdir = include/vorbis 200 vorbisincludedir = $(includedir)/vorbis 214 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/vorbis/Makefile'; \ 216 $(AUTOMAKE) --gnu include/vorbis/Makefile
|
/external/libvorbis/lib/ |
analysis.c | 22 #include "vorbis/codec.h"
|
backends.h | 133 int chmuxlist[256]; /* up to 256 channels in a Vorbis stream */
|
codec_internal.h | 96 /* Vorbis supports only short and long blocks, but allows the
|
floor0.c | 22 #include "vorbis/codec.h" 103 with static tables, but Vorbis allows a number of possible
|
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...] |
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
SoftOpus.cpp | 228 // Opus uses Vorbis channel mapping, and Vorbis channel mapping specifies 229 // mappings for up to 8 channels. This information is part of the Vorbis I 231 // http://www.xiph.org/vorbis/doc/Vorbis_I_spec.html
|
/frameworks/av/media/libstagefright/webm/ |
WebmWriter.cpp | 384 const char *vorbis = MEDIA_MIMETYPE_AUDIO_VORBIS; local 389 } else if (!strncasecmp(mime, vorbis, strlen(vorbis))) { 392 ALOGE("Track (%s) other than %s or %s is not supported", mime, vp8, vorbis);
|
/external/libogg/doc/ |
rfc3533.txt | 79 as the Vorbis audio codec or the upcoming Tarkin and Theora video 218 Vorbis", which uses the Ogg framework to encapsulate Vorbis-encoded 220 (such as TCP streams or pipes). Ogg Vorbis provides the name and 221 revision of the Vorbis codec, the audio rate and the audio quality on 222 the Ogg Vorbis bos page. It also uses two additional header pages 223 per logical bitstream. The Ogg Vorbis bos page starts with the byte 224 0x01, followed by "vorbis" (a total of 7 bytes of identifier). 311 example for a media mapping is the specification of "Ogg Vorbis". 314 with a Vorbis stream for an Ogg containing synchronised audio an [all...] |
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>
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioSystemLegacy.h | 115 // VORBIS sub format field definition: specify quality for recording... 135 VORBIS = 0x07000000,
|
/external/chromium_org/net/base/ |
mime_util.cc | 326 "vorbis", 456 { "video/webm", "opus,vorbis,vp8,vp8.0,vp9,vp9.0" }, 457 { "audio/webm", "opus,vorbis" }, 460 { "video/ogg", "opus,theora,vorbis" }, 461 { "audio/ogg", "opus,vorbis" }, 462 { "application/ogg", "opus,theora,vorbis" }, 894 "audio/vorbis", [all...] |
/external/chromium_org/third_party/opus/src/doc/ |
draft-ietf-codec-oggopus.xml | 318 Vorbis streams use a granule position smaller than the number of audio samples 320 must be trimmed from the output (see <xref target="vorbis-trim"/>). 321 However, to do so, Vorbis requires that the first audio data page contains [all...] |
/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
|
/external/flac/include/FLAC/ |
metadata.h | [all...] |
/external/e2fsprogs/ |
ABOUT-NLS | 245 vorbis-tools | [] | 319 vorbis-tools | [] | 393 vorbis-tools | [] | 3
|