Home
last modified time | relevance | path

Searched defs:ogg (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavformat/
Doggdec.c68 struct ogg *ogg = s->priv_data; in free_stream() local
84 struct ogg *ogg = s->priv_data; in ogg_save() local
120 struct ogg *ogg = s->priv_data; in ogg_restore() local
159 struct ogg *ogg = s->priv_data; in ogg_reset() local
212 struct ogg *ogg = s->priv_data; in ogg_replace_stream() local
250 struct ogg *ogg = s->priv_data; in ogg_new_stream() local
289 static int data_packets_seen(const struct ogg *ogg) in data_packets_seen()
316 struct ogg *ogg = s->priv_data; in ogg_read_page() local
501 struct ogg *ogg = s->priv_data; in ogg_packet() local
643 struct ogg *ogg = s->priv_data; in ogg_get_length() local
[all …]
Doggdec.h101 struct ogg { struct
102 struct ogg_stream *streams; argument
107 struct ogg_state *state; argument
155 ogg_find_stream (struct ogg * ogg, int serial) in ogg_find_stream()
169 struct ogg *ogg = s->priv_data; in ogg_gptopts() local
Doggparsedirac.c30 struct ogg *ogg = s->priv_data; in dirac_header() local
70 struct ogg *ogg = s->priv_data; in dirac_gptopts() local
88 struct ogg *ogg = s->priv_data; in old_dirac_header() local
105 struct ogg *ogg = s->priv_data; in old_dirac_gptopts() local
Doggparsevp8.c32 struct ogg *ogg = s->priv_data; in vp8_header() local
82 struct ogg *ogg = s->priv_data; in vp8_gptopts() local
103 struct ogg *ogg = s->priv_data; in vp8_packet() local
Doggparseogm.c39 struct ogg *ogg = s->priv_data; in ogm_header() local
133 struct ogg *ogg = s->priv_data; in ogm_dshow_header() local
174 struct ogg *ogg = s->priv_data; in ogm_packet() local
Doggparsetheora.c40 struct ogg *ogg = s->priv_data; in theora_header() local
148 struct ogg *ogg = ctx->priv_data; in theora_gptopts() local
173 struct ogg *ogg = s->priv_data; in theora_packet() local
Doggparseflac.c33 struct ogg *ogg = s->priv_data; in flac_header() local
83 struct ogg *ogg = s->priv_data; in old_flac_header() local
Doggparsespeex.c39 struct ogg *ogg = s->priv_data; in speex_header() local
115 struct ogg *ogg = s->priv_data; in speex_packet() local
Doggparsevorbis.c254 struct ogg *ogg = s->priv_data; in vorbis_cleanup() local
267 struct ogg *ogg = s->priv_data; in vorbis_update_metadata() local
297 struct ogg *ogg = s->priv_data; in vorbis_header() local
411 struct ogg *ogg = s->priv_data; in vorbis_packet() local
Doggparseopus.c40 struct ogg *ogg = avf->priv_data; in opus_header() local
113 struct ogg *ogg = avf->priv_data; in opus_packet() local
Doggparseskeleton.c28 struct ogg *ogg = s->priv_data; in skeleton_header() local
Doggparsecelt.c35 struct ogg *ogg = s->priv_data; in celt_header() local
Doggenc.c176 OGGContext *ogg = s->priv_data; in ogg_buffer_page() local
204 OGGContext *ogg = s->priv_data; in ogg_buffer_data() local
451 OGGContext *ogg = s->priv_data; in ogg_write_pages() local
473 OGGContext *ogg = s->priv_data; in ogg_init() local
722 OGGContext *ogg = s->priv_data; in ogg_free() local
/third_party/lame/libmp3lame/
Dset_get.c324 lame_set_ogg(lame_global_flags * gfp, int ogg) in lame_set_ogg()