HomeSort by relevance Sort by last modified time
    Searched refs:ogg (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/libogg/include/
Makefile.am 3 SUBDIRS = ogg
  /external/libvorbis/m4/
Makefile.am 3 EXTRA_DIST = add_cflags.m4 ogg.m4 pkg.m4
  /external/libogg/include/ogg/
Makefile.am 3 oggincludedir = $(includedir)/ogg
5 ogginclude_HEADERS = ogg.h os_types.h
  /external/libogg/
Makefile.am 8 m4data_DATA = ogg.m4
11 pkgconfig_DATA = ogg.pc
15 ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
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/libogg/doc/
Makefile.am 7 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
8 stream.png vorbisword2.png white-ogg.png white-xifish.png \
  /external/flac/libFLAC/include/private/
ogg_helper.h 35 #include <ogg/ogg.h>
ogg_decoder_aspect.h 35 #include <ogg/ogg.h>
45 /* these are for internal state related to Ogg decoding */
ogg_encoder_aspect.h 35 #include <ogg/ogg.h>
45 /* these are for internal state related to Ogg encoding */
  /external/libogg/macos/compat/
strdup.c 1 #include <ogg/os_types.h>
  /external/libvorbis/macos/compat/
strdup.c 1 #include <ogg/os_types.h>
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_earcons.js 363 'alert_modal.ogg';
365 'alert_nonmodal.ogg';
366 cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.BULLET] = 'bullet.ogg';
368 'busy_progress_loop.ogg';
370 'busy_working_loop.ogg';
371 cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.BUTTON] = 'button.ogg';
373 'check_off.ogg';
374 cvox.AbstractEarcons.earconMap[cvox.AbstractEarcons.CHECK_ON] = 'check_on.ogg';
376 'collapsed.ogg';
378 'editable_text.ogg';
    [all...]
  /build/target/product/
core_base.mk 20 ro.config.notification_sound=OnTheHunt.ogg \
21 ro.config.alarm_alert=Alarm_Classic.ogg
full_base.mk 44 ro.config.ringtone=Ring_Synth_04.ogg \
45 ro.config.notification_sound=pixiedust.ogg
sdk_base.mk 63 frameworks/base/data/sounds/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
64 frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
  /external/libvorbis/symbian/
vorbis.mmp 43 SYSTEMINCLUDE \epoc32\include \epoc32\include\libc ..\include ..\..\ogg\include ..\..\ogg\symbian
  /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>
  /external/libvorbis/vq/
localcodebook.h 21 #include <ogg/ogg.h>
  /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);

Completed in 1456 milliseconds

1 2 3