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

1 2 3 4 5 67 8 91011

  /external/libvorbis/test/
test.c 13 function: vorbis coded test suite using vorbisfile
  /device/asus/flo/
media_codecs.xml 40 <MediaCodec name="OMX.google.vorbis.decoder" type="audio/vorbis" />
  /device/generic/goldfish/camera/
media_codecs.xml 86 <MediaCodec name="OMX.google.vorbis.decoder" type="audio/vorbis" />
  /device/lge/mako/
media_codecs.xml 41 <MediaCodec name="OMX.google.vorbis.decoder" type="audio/vorbis" />
  /device/samsung/tuna/
media_codecs.xml 94 <MediaCodec name="OMX.google.vorbis.decoder" type="audio/vorbis" />
  /device/ti/panda/
media_codecs.xml 86 <MediaCodec name="OMX.google.vorbis.decoder" type="audio/vorbis" />
  /external/libvorbis/doc/
10-tables.tex 4 \section{Tables} \label{vorbis:spec:tables}
6 \subsection{floor1\_inverse\_dB\_table} \label{vorbis:spec:floor1:inverse:dB:table}
Vorbis_I_spec.tex 40 % escaping it (\_ instead of _). Since the Vorbis specs use it a lot,
98 \title{Vorbis I specification}
floor1_inverse_dB_table.html 6 <title>Ogg Vorbis Documentation</title>
73 <h1>Ogg Vorbis I format specification: floor1_inverse_dB_table</h1>
framing.html 6 <title>Ogg Vorbis Documentation</title>
79 consist of raw, unencapsulated data packets, such as the Vorbis audio
82 <h2>Application example: Vorbis</h2>
84 <p>Vorbis encodes short-time blocks of PCM data into raw packets of
88 files) and transport (such as TCP streams or pipes), Vorbis uses the
119 mapping of raw Vorbis packets into a valid Ogg Vorbis physical
120 bitstream is described in the Vorbis I Specification.</p>
Vorbis_I_spec.html 4 <head><title>Vorbis I specification</title>
22 <h2 class="titleHead">Vorbis I specification</h2>
228 href="#x1-126000A" id="QQ2-1-138">Embedding Vorbis into an Ogg stream</a></span>
241 href="#x1-132000B" id="QQ2-1-144">Vorbis encapsulation in RTP</a></span>
251 <!--l. 8--><p class="noindent" >This document provides a high level description of the Vorbis codec&#8217;s construction. A bit-by-bit
254 href="#x1-580004">Codec Setup and Packet Decode<!--tex4ht:ref: vorbis:spec:codec --></a>&#8221;. The later
255 sections assume a high-level understanding of the Vorbis decode process, which is provided
260 <!--l. 16--><p class="noindent" >Vorbis is a general purpose perceptual audio CODEC intended to allow maximum encoder
264 rate stereo at below 48kbps without resampling to a lower rate. Vorbis is also intended for lower
271 <!--l. 30--><p class="noindent" >Vorbis I is a forward-adaptive monolithic transform CODEC based on the Modified Discret
    [all...]
  /external/tremolo/Tremolo/
codec_internal.h 55 /* vorbis_dsp_state buffers the current vorbis audio
193 /* Vorbis supports only short and long blocks, but allows the
  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 52 { "OMX.google.vorbis.decoder", "vorbisdec", "audio_decoder.vorbis" },
  /external/libvorbis/
configure.ac 8 AC_INIT([libvorbis],[1.3.1],[vorbis-dev@xiph.org])
137 # that will cripple Vorbis. Look to see if the magic FP stack
286 include/Makefile include/vorbis/Makefile
291 vorbis.pc
294 vorbis-uninstalled.pc
CHANGES 21 Vorbis files where all audio in a logical stream is in a
  /external/flac/include/FLAC/
format.h 615 /** Vorbis comment entry structure used in VORBIS_COMMENT blocks. (c.f. <A HREF="../format.html#metadata_block_vorbis_comment">format specification</A>)
    [all...]
  /external/libogg/doc/
framing.html 79 consist of raw, unencapsulated data packets, such as the Vorbis audio
82 <h2>Application example: Vorbis</h2>
84 <p>Vorbis encodes short-time blocks of PCM data into raw packets of
88 files) and transport (such as TCP streams or pipes), Vorbis uses the
119 mapping of raw Vorbis packets into a valid Ogg Vorbis physical
120 bitstream is described in the Vorbis I Specification.</p>
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...]
  /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
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/mime-types/
webkit 87 audio/x-vorbis
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecListTest.java 233 list.add(new CodecType("audio/vorbis", false)); // vorbis decoder
  /device/samsung/manta/
media_codecs.xml 103 <MediaCodec name="OMX.google.vorbis.decoder" type="audio/vorbis" />

Completed in 922 milliseconds

1 2 3 4 5 67 8 91011