/external/flac/cmake/ |
D | FindOgg.cmake | 2 pkg_check_modules(_OGG QUIET ogg) 5 NAMES "ogg/ogg.h" 9 NAMES ogg libogg 21 if(OGG_FOUND AND NOT TARGET Ogg::ogg) 22 add_library(Ogg::ogg UNKNOWN IMPORTED) 23 set_target_properties(Ogg::ogg PROPERTIES
|
/external/libogg/ |
D | libogg.spec | 22 Libogg is a library for manipulating ogg bitstreams. It handles 23 both making ogg bitstreams and getting packets from ogg bitstreams. 67 %doc doc/white-ogg.png 72 %dir %{_includedir}/ogg 73 %{_includedir}/ogg/ogg.h 74 %{_includedir}/ogg/os_types.h 75 %{_includedir}/ogg/config_types.h 79 %{_libdir}/pkgconfig/ogg.pc 80 %{_datadir}/aclocal/ogg.m4
|
D | libogg.spec.in | 22 Libogg is a library for manipulating ogg bitstreams. It handles 23 both making ogg bitstreams and getting packets from ogg bitstreams. 67 %doc doc/white-ogg.png 72 %dir %{_includedir}/ogg 73 %{_includedir}/ogg/ogg.h 74 %{_includedir}/ogg/os_types.h 75 %{_includedir}/ogg/config_types.h 79 %{_libdir}/pkgconfig/ogg.pc 80 %{_datadir}/aclocal/ogg.m4
|
D | Makefile.am | 8 m4data_DATA = ogg.m4 11 pkgconfig_DATA = ogg.pc 15 ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
|
D | ogg.m4 | 12 AC_ARG_WITH(ogg,AC_HELP_STRING([--with-ogg=PFX],[Prefix where libogg is installed (optional)]), ogg… optwith 13 AC_ARG_WITH(ogg-libraries,AC_HELP_STRING([--with-ogg-libraries=DIR],[Directory where libogg library… 14 AC_ARG_WITH(ogg-includes,AC_HELP_STRING([--with-ogg-includes=DIR],[Directory where libogg header fi… 63 #include <ogg/ogg.h> 92 #include <ogg/ogg.h>
|
D | ogg.pc.in | 1 # ogg pkg-config file 8 Name: ogg name 9 Description: ogg is a library for manipulating ogg bitstreams
|
D | ogg-uninstalled.pc.in | 1 # ogg uninstalled pkg-config file 8 Name: ogg name 9 Description: ogg is a library for manipulating ogg bitstreams (not installed)
|
D | README | 47 The Ogg homepage is located at 'http://www.xiph.org/ogg/'. 118 open ogg/mac/libogg.mcp, switch to the "Targets" pane, select 119 everything, and make the project. In ogg/mac/Output you will now have 124 project for the ogg/include and ogg/mac/Output folders. Be sure that 128 and #include "ogg/ogg.h" wherever you need to acces Ogg functionality.
|
D | Makefile.in | 41 $(srcdir)/libogg.spec.in $(srcdir)/ogg-uninstalled.pc.in \ 42 $(srcdir)/ogg.pc.in $(top_srcdir)/configure AUTHORS COPYING \ 54 CONFIG_CLEAN_FILES = libogg.spec ogg.pc ogg-uninstalled.pc 208 m4data_DATA = ogg.m4 210 pkgconfig_DATA = ogg.pc 213 ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \ 272 ogg.pc: $(top_builddir)/config.status $(srcdir)/ogg.pc.in 274 ogg-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/ogg-uninstalled.pc.in 456 $(mkdir_p) $(distdir)/. $(distdir)/include/ogg
|
/external/libogg/doc/ |
D | rfc5334.txt | 42 10.1. application/ogg . . . . . . . . . . . . . . . . . . . . . . 7 43 10.2. video/ogg . . . . . . . . . . . . . . . . . . . . . . . . . 8 44 10.3. audio/ogg . . . . . . . . . . . . . . . . . . . . . . . . . 9 71 historically been interchanged using the application/ogg media type 96 o The type "application/ogg" is redefined. 98 o The types "video/ogg" and "audio/ogg" are defined. 140 The application/ogg media type has been used in an ad hoc fashion to 147 o video/ogg 149 o audio/ogg 153 obsoletes the [RFC3534] definition of application/ogg and marks it [all …]
|
/external/speex/ |
D | acinclude.m4 | 12 AC_ARG_WITH(ogg,[ --with-ogg=PFX Prefix where libogg is installed (optional)], ogg_prefix="$with… optwith 13 AC_ARG_WITH(ogg-libraries,[ --with-ogg-libraries=DIR Directory where libogg library is installed… 14 AC_ARG_WITH(ogg-includes,[ --with-ogg-includes=DIR Directory where libogg header files are insta… 52 #include <ogg/ogg.h> 78 #include <ogg/ogg.h>
|
/external/flac/m4/ |
D | ogg.m4 | 12 AC_ARG_WITH(ogg,AS_HELP_STRING([--with-ogg=PFX],[Prefix where libogg is installed (optional)]), ogg… optwith 13 AC_ARG_WITH(ogg-libraries,AS_HELP_STRING([--with-ogg-libraries=DIR],[Directory where libogg library… 14 AC_ARG_WITH(ogg-includes,AS_HELP_STRING([--with-ogg-includes=DIR],[Directory where libogg header fi… 63 #include <ogg/ogg.h> 92 #include <ogg/ogg.h>
|
/external/libogg/macosx/Ogg.xcodeproj/ |
D | project.pbxproj | 19 …0AB638C /* ogg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c… 20 …; lastKnownFileType = sourcecode.c.h; name = os_types.h; path = ../include/ogg/os_types.h; sourceT… 89 730F236509181ABE00AB638C /* ogg.h */, 121 productName = ogg; 195 PRODUCT_NAME = ogg; 203 PRODUCT_NAME = ogg;
|
/external/libogg/win32/ |
D | 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/cpuinfo/test/build.prop/ |
D | memo-pad-7.log | 42 ro.config.ringtone=Festival.ogg 43 ro.config.notification_sound=NewMessage.ogg 44 ro.config.newmail_sound=NewMail.ogg 45 ro.config.sentmail_sound=SentMail.ogg 46 ro.config.calendaralert_sound=CalendarEvent.ogg 47 ro.config.alarm_alert=BusyBugs.ogg
|
D | zenfone-c.log | 52 ro.config.ringtone=Festival.ogg 53 ro.config.notification_sound=NewMessage.ogg 54 ro.config.newmail_sound=NewMail.ogg 55 ro.config.sentmail_sound=SentMail.ogg 56 ro.config.calendaralert_sound=CalendarEvent.ogg 57 ro.config.alarm_alert=BusyBugs.ogg
|
D | zenfone-2.log | 97 ro.config.ringtone=Festival.ogg 98 ro.config.notification_sound=NewMessage.ogg 99 ro.config.newmail_sound=NewMail.ogg 100 ro.config.sentmail_sound=SentMail.ogg 101 ro.config.calendaralert_sound=CalendarEvent.ogg 102 ro.config.alarm_alert=BusyBugs.ogg
|
D | galaxy-j7-uae.log | 105 ro.config.ringtone=Over_the_Horizon.ogg 106 ro.config.notification_sound=Skyline.ogg 107 ro.config.alarm_alert=Morning_Flower.ogg 108 ro.config.media_sound=Media_preview_Touch_the_light.ogg 109 ro.config.ringtone_2=Basic_Bell.ogg 110 ro.config.notification_sound_2=S_Charming_Bell.ogg
|
D | galaxy-j7-prime.log | 134 ro.config.ringtone=Over_the_Horizon.ogg 135 ro.config.notification_sound=Skyline.ogg 136 ro.config.alarm_alert=Morning_Flower.ogg 137 ro.config.media_sound=Media_preview_Touch_the_light.ogg 138 ro.config.ringtone_2=Basic_Bell.ogg 139 ro.config.notification_sound_2=S_Charming_Bell.ogg
|
D | galaxy-a3-2016-eu.log | 119 ro.config.ringtone=Over_the_Horizon.ogg 120 ro.config.notification_sound=Skyline.ogg 121 ro.config.alarm_alert=Morning_Flower.ogg 122 ro.config.media_sound=Media_preview_Touch_the_light.ogg 123 ro.config.ringtone_2=Basic_Bell.ogg 124 ro.config.notification_sound_2=S_Charming_Bell.ogg
|
/external/oss-fuzz/projects/libtheora/ |
D | build.sh | 29 cd $SRC/ogg 43 …LD_LIBRARY_PATH="$SRC/libogg-install/lib" ./configure --with-ogg="$SRC/libogg-install" --disable-e… 45 …LD_LIBRARY_PATH="$SRC/libogg-install/lib" ./configure --with-ogg="$SRC/libogg-install" --disable-e…
|
/external/nanohttpd/core/src/main/resources/META-INF/nanohttpd/ |
D | default-mimetypes.properties | 18 ogv=video/ogg 25 ogg=application/x-ogg key
|
/external/autotest/server/site_tests/audio_MediaBasicVerification/ |
D | control.test_ogg | 8 NAME = "audio_MediaBasicVerification.ogg" 9 PURPOSE = "Verify ogg (vorbis) audio formats playback quality" 26 'public/audio_test/chameleon/Headphone/test_vorbis.ogg')
|
/external/libogg/include/ogg/ |
D | Makefile.am | 3 oggincludedir = $(includedir)/ogg 5 ogginclude_HEADERS = ogg.h os_types.h
|
/external/autotest/client/site_tests/power_VideoSuspend/ |
D | control.multiformat | 23 This version of the test plays multiple formats (mp4, webm, ogg). 28 'big_buck_bunny/big_buck_bunny_trailer_400p.ogg', 31 'big_buck_bunny/big_buck_bunny_trailer_1080p.ogg',
|