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

1 2 3 45 6 7 8 91011>>

  /external/libogg/
README 16 (eg, the modules vorbis, vorbis-tools and vorbis-plugins for the Vorbis
130 (Build instructions for Ogg codecs such as vorbis are similar and may
CHANGES 47 * little-endian bitpacker routines for Vorbis
  /external/libvorbis/doc/vorbisfile/
callbacks.html 19 ANSI C, it is not suited to all or even most potential uses of Vorbis.
22 suitable. One common example is decoding a Vorbis stream from a
63 if the application desires libvorbisfile to treat the Vorbis data
112 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
ov_bitrate.html 18 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
63 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
ov_crosslap.html 18 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
91 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
ov_pcm_seek_lap.html 18 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
94 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
ov_pcm_seek_page.html 18 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
75 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
ov_pcm_seek_page_lap.html 18 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
103 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
ov_raw_seek_lap.html 18 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
101 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
ov_time_seek_lap.html 18 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
96 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
ov_time_seek_page.html 18 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
74 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
ov_time_seek_page_lap.html 18 <p><i>declared in "vorbis/vorbisfile.h";</i></p>
103 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
overview.html 51 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
OggVorbis_File.html 18 <p><i>declared in "vorbis/vorbisfile.h"</i></p>
21 The OggVorbis_File structure defines an Ogg Vorbis file.
128 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
ov_callbacks.html 18 <p><i>declared in "vorbis/codec.h"</i></p>
63 The header vorbis/vorbisfile.h provides several predefined static ov_callbacks structures that may be passed to <a
108 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
seeking.html 19 All libvorbisfile seeking routines are declared in "vorbis/vorbisfile.h".
23 page-level seeking should be used. Note also that Vorbis files do not
98 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
  /external/libvorbis/include/vorbis/
codec.h 56 /* vorbis_dsp_state buffers the current vorbis audio
163 /* Vorbis PRIMITIVES: general ***************************************/
184 /* Vorbis PRIMITIVES: analysis/DSP layer ****************************/
202 /* Vorbis PRIMITIVES: synthesis layer *******************************/
220 /* Vorbis ERRORS and return codes ***********************************/
  /external/libvorbis/doc/
07-floor1.tex 4 \section{Floor type 1 setup and decode} \label{vorbis:spec:floor1}
8 Vorbis floor type one uses a piecewise straight-line representation to
167 \paragraph{packet decode} \label{vorbis:spec:floor1-decode}
187 2) vector [floor1_Y] element [0] = read \link{vorbis:spec:ilog}{ilog}([range]-1) bits as unsigned integer
188 3) vector [floor1_Y] element [1] = read \link{vorbis:spec:ilog}{ilog}([range]-1) bits as unsigned integer
237 \paragraph{curve computation} \label{vorbis:spec:floor1-synth}
266 7) [low_neighbor_offset] = \link{vorbis:spec:low:neighbor}{low_neighbor}([floor1_X_list],[i])
267 8) [high_neighbor_offset] = \link{vorbis:spec:high:neighbor}{high_neighbor}([floor1_X_list],[i])
269 9) [predicted] = \link{vorbis:spec:render:point}{render_point}( vector [floor1_X_list] element [low_neighbor_offset],
367 8) \link{vorbis:spec:render:line}{render_line}( [lx], [ly], [hx], [hy], [floor]
    [all...]
06-floor0.tex 4 \section{Floor type 0 setup and decode} \label{vorbis:spec:floor0}
8 Vorbis floor type zero uses Line Spectral Pair (LSP, also alternately
48 \subsubsection{packet decode} \label{vorbis:spec:floor0-decode}
61 4) [booknumber] = read an unsigned integer of \link{vorbis:spec:ilog}{ilog}( [floor0_number_of_books] ) bits
85 can, in fact, be stored in the bitstream in \link{vorbis:spec:ilog}{ilog}( \varname{[floor0_number_of_books]} -
104 \subsubsection{curve computation} \label{vorbis:spec:floor0-synth}
02-bitpacking.tex 4 \section{Bitpacking Convention} \label{vorbis:spec:bitpacking}
8 The Vorbis codec uses relatively unstructured raw packets containing
14 or, less commonly other fixed word sizes. The Vorbis bitpacking
34 bytes (16, 32 or 64 bits). Note however that the Vorbis bitpacking
35 convention is still well defined for any native byte size; Vorbis uses
59 The Vorbis bitpacking convention specifies storage and bitstream
70 The Vorbis codec has need to code arbitrary bit-width integers, from
225 remaining data to fulfill the desired read size. Vorbis uses truncated
  /external/libvorbis/examples/
vorbisfile_example.c 18 /* Takes a vorbis bitstream from stdin and writes raw stereo PCM to
25 #include <vorbis/codec.h>
26 #include <vorbis/vorbisfile.h>
chaining_example.c 19 #include <vorbis/codec.h>
20 #include <vorbis/vorbisfile.h>
  /external/chromium_org/content/browser/media/
media_source_browsertest.cc 13 const char kWebMAudioOnly[] = "audio/webm; codecs=\"vorbis\"";
18 const char kWebMAudioVideo[] = "video/webm; codecs=\"vorbis, vp8\"";
  /external/chromium_org/media/test/data/eme_player_js/
globals.js 46 'WebM - Audio Video': 'video/webm; codecs="vorbis, vp8"',
48 'WebM - Audio Only': 'video/webm; codecs="vorbis"',
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
Vp8R480x360LongPlayerTest.java 30 super(CamcorderProfile.QUALITY_480P, VideoEncoder.VP8, AudioEncoder.VORBIS);

Completed in 586 milliseconds

1 2 3 45 6 7 8 91011>>