HomeSort by relevance Sort by last modified time
    Searched refs:ogg (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/flac/libFLAC/include/private/
ogg_encoder_aspect.h 35 #include <ogg/ogg.h>
45 /* these are for internal state related to Ogg encoding */
  /external/libogg/
libogg.spec 4 Summary: Ogg Bitstream Library.
22 Libogg is a library for manipulating ogg bitstreams. It handles
23 both making ogg bitstreams and getting packets from ogg bitstreams.
26 Summary: Ogg Bitstream Library Development
67 %doc doc/white-ogg.png
72 %dir %{_includedir}/ogg
73 %{_includedir}/ogg/ogg.h
74 %{_includedir}/ogg/os_types.
    [all...]
  /external/libvorbis/symbian/
vorbis.mmp 43 SYSTEMINCLUDE \epoc32\include \epoc32\include\libc ..\include ..\..\ogg\include ..\..\ogg\symbian
  /external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
CachedOggStream.java 36 import de.jarnbjo.ogg.LogicalOggStream;
37 import de.jarnbjo.ogg.LogicalOggStreamImpl;
38 import de.jarnbjo.ogg.OggPage;
39 import de.jarnbjo.ogg.PhysicalOggStream;
49 * and caching an Ogg stream from a URL. This class reads the data as fast as
70 // Read all OGG pages in file
76 Logger.getLogger(CachedOggStream.class.getName()).log(Level.INFO, "Took {0} ms to load OGG", dt/1000000);
UncachedOggStream.java 35 import de.jarnbjo.ogg.*;
43 * Single-threaded physical ogg stream. Decodes audio in the same thread
OGGLoader.java 43 import de.jarnbjo.ogg.EndOfOggStreamException;
44 import de.jarnbjo.ogg.LogicalOggStream;
45 import de.jarnbjo.ogg.PhysicalOggStream;
156 * Returns the total of expected OGG bytes.
260 // throw new IOException("OGG File does not contain vorbis audio stream");
  /build/target/product/
core_base.mk 20 ro.config.notification_sound=OnTheHunt.ogg \
21 ro.config.alarm_alert=Alarm_Classic.ogg
sdk.mk 82 frameworks/base/data/sounds/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
83 frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
  /external/libogg/win32/VS6/
build_ogg_dynamic.bat 2 echo ---+++--- Building Ogg (Dynamic) ---+++---
11 echo Setting include paths for Ogg
12 set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include
build_ogg_dynamic_debug.bat 2 echo ---+++--- Building Ogg (Dynamic) ---+++---
11 echo Setting include paths for Ogg
12 set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include
build_ogg_static.bat 2 echo ---+++--- Building Ogg (Static) ---+++---
11 echo Setting include paths for Ogg
12 set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include
build_ogg_static_debug.bat 2 echo ---+++--- Building Ogg (Static) ---+++---
11 echo Setting include paths for Ogg
12 set INCLUDE=%INCLUDE%;%SRCROOT%\ogg\include
  /external/libogg/win32/
Makefile 41 ACLOCAL = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run aclocal-1.6
42 AUTOCONF = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run autoconf
43 AUTOMAKE = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run automake-1.6
44 AUTOHEADER = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run autoheader
68 AMTAR = ${SHELL} /home/xiphmont/MotherfishSVN/ogg/missing --run tar
108 install_sh = /home/xiphmont/MotherfishSVN/ogg/install-sh
110 EXTRA_DIST = ogg.def ogg_dynamic.dsp ogg_static.dsp\
112 build_ogg_static.bat build_ogg_static_debug.bat ogg.dsw
  /external/libvorbis/lib/
analysis.c 21 #include <ogg/ogg.h>
codebook.h 21 #include <ogg/ogg.h>
synthesis.c 19 #include <ogg/ogg.h>
os.h 25 #include <ogg/os_types.h>
  /external/libvorbis/vq/
localcodebook.h 21 #include <ogg/ogg.h>
  /external/chromium/chrome/browser/resources/shared/js/
media_common.js 10 return /\.(aac|aiff|atrac|cda|flac|m4a|mp3|pcm|oga|ogg|raw|wav)$/i.test(path);
  /external/chromium_org/ui/webui/resources/js/
media_common.js 10 return /\.(aac|aiff|atrac|cda|flac|m4a|mp3|pcm|oga|ogg|raw|wav)$/i.test(path);
  /external/libogg/doc/libogg/
Makefile.am 3 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
  /external/libvorbis/include/vorbis/
codec.h 26 #include <ogg/ogg.h>
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
common.js 92 var src = 'audio/' + currentSound + '.ogg';
  /external/libogg/include/ogg/
os_types.h 144 # include <ogg/config_types.h>
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 4 \section{Embedding Vorbis into an Ogg stream} \label{vorbis:over:ogg}
8 This document describes using Ogg logical and physical transport
15 The \href{oggstream.html}{Ogg
16 bitstream overview} and \href{framing.html}{Ogg logical
17 bitstream and framing spec} provide detailed descriptions of Ogg
24 The Ogg/Vorbis I specification currently dictates that Ogg/Vorbis
25 streams use Ogg transport streams in degenerate, unmultiplexed
30 A meta-headerless Ogg file encapsulates the Vorbis I packet
    [all...]

Completed in 158 milliseconds

12 3 4