Searched refs:ogg (Results 1 - 25 of 109) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/include/
H A DMakefile.am3 SUBDIRS = ogg
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/m4/
H A DMakefile.am3 EXTRA_DIST = add_cflags.m4 ogg.m4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/m4/
H A DMakefile.am19 ogg.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/include/ogg/
H A DMakefile.am3 oggincludedir = $(includedir)/ogg
5 ogginclude_HEADERS = ogg.h os_types.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doggdec.c61 struct ogg *ogg = s->priv_data; local
63 av_malloc(sizeof (*ost) + (ogg->nstreams-1) * sizeof (*ogg->streams));
66 ost->curidx = ogg->curidx;
67 ost->next = ogg->state;
68 ost->nstreams = ogg->nstreams;
69 memcpy(ost->streams, ogg->streams, ogg->nstreams * sizeof(*ogg
84 struct ogg *ogg = s->priv_data; local
120 ogg_reset(struct ogg *ogg) argument
159 struct ogg *ogg = s->priv_data; local
190 ogg_new_buf(struct ogg *ogg, int idx) argument
209 struct ogg *ogg = s->priv_data; local
330 struct ogg *ogg = s->priv_data; local
454 struct ogg *ogg = s->priv_data; local
470 struct ogg *ogg = s->priv_data; local
506 struct ogg *ogg = s->priv_data; local
523 struct ogg *ogg = s->priv_data; local
546 struct ogg *ogg = s->priv_data; local
576 struct ogg *ogg; local
619 struct ogg *ogg = s->priv_data; local
643 struct ogg *ogg = s->priv_data; local
[all...]
H A Doggparsedirac.c29 struct ogg *ogg = s->priv_data; local
30 struct ogg_stream *os = ogg->streams + idx;
45 // dirac in ogg always stores timestamps as though the video were interlaced
55 struct ogg *ogg = s->priv_data; local
56 struct ogg_stream *os = ogg->streams + idx;
73 struct ogg *ogg = s->priv_data; local
74 struct ogg_stream *os = ogg
90 struct ogg *ogg = s->priv_data; local
[all...]
H A Doggparseskeleton.c28 struct ogg *ogg = s->priv_data; local
29 struct ogg_stream *os = ogg->streams + idx;
74 target_idx = ogg_find_stream(ogg, AV_RL32(buf+12));
77 ogg->streams[target_idx].lastpts =
H A Doggdec.h94 struct ogg { struct
123 ogg_find_stream (struct ogg * ogg, int serial) argument
127 for (i = 0; i < ogg->nstreams; i++)
128 if (ogg->streams[i].serial == serial)
137 struct ogg *ogg = s->priv_data; local
138 struct ogg_stream *os = ogg->streams + i;
H A Doggparsespeex.c41 struct ogg *ogg = s->priv_data; local
42 struct ogg_stream *os = ogg->streams + idx;
93 struct ogg *ogg = s->priv_data; local
94 struct ogg_stream *os = ogg->streams + idx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Doggdec.c67 struct ogg *ogg = s->priv_data; local
69 av_malloc(sizeof(*ost) + (ogg->nstreams - 1) * sizeof(*ogg->streams));
72 ost->curidx = ogg->curidx;
73 ost->next = ogg->state;
74 ost->nstreams = ogg->nstreams;
75 memcpy(ost->streams, ogg->streams, ogg->nstreams * sizeof(*ogg
92 struct ogg *ogg = s->priv_data; local
127 struct ogg *ogg = s->priv_data; local
178 struct ogg *ogg = s->priv_data; local
233 struct ogg *ogg = s->priv_data; local
273 ogg_new_buf(struct ogg *ogg, int idx) argument
291 data_packets_seen(const struct ogg *ogg) argument
304 struct ogg *ogg = s->priv_data; local
442 struct ogg *ogg = s->priv_data; local
576 struct ogg *ogg = s->priv_data; local
638 struct ogg *ogg = s->priv_data; local
659 struct ogg *ogg = s->priv_data; local
701 struct ogg *ogg = s->priv_data; local
731 struct ogg *ogg = s->priv_data; local
752 struct ogg *ogg; local
826 struct ogg *ogg = s->priv_data; local
867 struct ogg *ogg = s->priv_data; local
[all...]
H A Doggparsedirac.c29 struct ogg *ogg = s->priv_data; local
30 struct ogg_stream *os = ogg->streams + idx;
45 // dirac in ogg always stores timestamps as though the video were interlaced
55 struct ogg *ogg = s->priv_data; local
56 struct ogg_stream *os = ogg->streams + idx;
73 struct ogg *ogg = s->priv_data; local
74 struct ogg_stream *os = ogg
90 struct ogg *ogg = s->priv_data; local
[all...]
H A Doggparseskeleton.c28 struct ogg *ogg = s->priv_data; local
29 struct ogg_stream *os = ogg->streams + idx;
77 target_idx = ogg_find_stream(ogg, AV_RL32(buf+12));
83 os = ogg->streams + target_idx;
H A Doggdec.h101 struct ogg { struct
136 ogg_find_stream (struct ogg * ogg, int serial) argument
140 for (i = 0; i < ogg->nstreams; i++)
141 if (ogg->streams[i].serial == serial)
150 struct ogg *ogg = s->priv_data; local
151 struct ogg_stream *os = ogg->streams + i;
H A Doggparsevp8.c31 struct ogg *ogg = s->priv_data; local
32 struct ogg_stream *os = ogg->streams + idx;
79 struct ogg *ogg = s->priv_data; local
80 struct ogg_stream *os = ogg->streams + idx;
96 struct ogg *ogg = s->priv_data; local
97 struct ogg_stream *os = ogg->streams + idx;
H A Doggparseflac.c33 struct ogg *ogg = s->priv_data; local
34 struct ogg_stream *os = ogg->streams + idx;
80 struct ogg *ogg = s->priv_data; local
82 struct ogg_stream *os = ogg->streams + idx;
H A Doggparsespeex.c42 struct ogg *ogg = s->priv_data; local
43 struct ogg_stream *os = ogg->streams + idx;
104 struct ogg *ogg = s->priv_data; local
105 struct ogg_stream *os = ogg->streams + idx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/
H A DMakefile.am8 m4data_DATA = ogg.m4
11 pkgconfig_DATA = ogg.pc
15 ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/doc/
H A DMakefile.am7 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
8 stream.png vorbisword2.png white-ogg.png white-xifish.png \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A Dogg_helper.h35 #include <ogg/ogg.h>
H A Dogg_decoder_aspect.h35 #include <ogg/ogg.h>
H A Dogg_encoder_aspect.h35 #include <ogg/ogg.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dvorbis.mak2 fate-vorbis-1: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/1.0.1-test_small.ogg
6 fate-vorbis-2: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/1.0-test_small.ogg
10 fate-vorbis-3: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/beta3-test_small.ogg
14 fate-vorbis-4: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/beta4-test_small.ogg
18 fate-vorbis-5: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/chain-test1_small.ogg
22 fate-vorbis-6: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/chain-test2_small.ogg
26 fate-vorbis-7: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/highrate-test_small.ogg
30 fate-vorbis-8: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/lsp-test2_small.ogg
34 fate-vorbis-9: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/lsp-test3_small.ogg
38 fate-vorbis-10: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/lsp-test4_small.ogg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dvorbis.mak2 fate-vorbis-1: CMD = pcm -i $(SAMPLES)/vorbis/1.0.1-test_small.ogg
6 fate-vorbis-2: CMD = pcm -i $(SAMPLES)/vorbis/1.0-test_small.ogg
10 fate-vorbis-3: CMD = pcm -i $(SAMPLES)/vorbis/beta3-test_small.ogg
14 fate-vorbis-4: CMD = pcm -i $(SAMPLES)/vorbis/beta4-test_small.ogg
18 fate-vorbis-5: CMD = pcm -i $(SAMPLES)/vorbis/chain-test1_small.ogg
22 fate-vorbis-6: CMD = pcm -i $(SAMPLES)/vorbis/chain-test2_small.ogg
26 fate-vorbis-7: CMD = pcm -i $(SAMPLES)/vorbis/highrate-test_small.ogg
30 fate-vorbis-8: CMD = pcm -i $(SAMPLES)/vorbis/lsp-test2_small.ogg
34 fate-vorbis-9: CMD = pcm -i $(SAMPLES)/vorbis/lsp-test3_small.ogg
38 fate-vorbis-10: CMD = pcm -i $(SAMPLES)/vorbis/lsp-test4_small.ogg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/macos/compat/
H A Dstrdup.c1 #include <ogg/os_types.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/macos/compat/
H A Dstrdup.c1 #include <ogg/os_types.h>

Completed in 82 milliseconds

12345