Home
last modified time | relevance | path

Searched refs:ogg_stream_state (Results 176 – 200 of 698) sorted by relevance

12345678910>>...28

/dports/devel/godot-tools/godot-3.2.3-stable/modules/theora/
H A Dvideo_stream_theora.h74 ogg_stream_state vo;
75 ogg_stream_state to;
/dports/audio/vorbis-tools/vorbis-tools-1.4.2/oggenc/
H A Dencode.c132 static void add_fishead_packet (ogg_stream_state *os) { in add_fishead_packet()
148 static void add_vorbis_fisbone_packet (ogg_stream_state *os, oe_enc_opt *opt) { in add_vorbis_fisbone_packet()
167 static void add_kate_fisbone_packet (ogg_stream_state *os, oe_enc_opt *opt, kate_info *ki) { in add_kate_fisbone_packet()
210 ogg_stream_state os; in oe_encode()
211 ogg_stream_state so; /* stream for skeleton bitstream */ in oe_encode()
212 ogg_stream_state ko; /* stream for kate bitstream */ in oe_encode()
/dports/audio/mp3stat/mp3stat-2.6.01/input/vorbis/
H A Doggstat.cpp16 vorb::test_header (FILE * fp, ogg_sync_state * oy, ogg_stream_state * os, in test_header()
75 ogg_stream_state os; in scan_ogg()
H A Doggstat.h24 int test_header (FILE *, ogg_sync_state *, ogg_stream_state *,
/dports/multimedia/recordmydesktop/recordmydesktop-0.3.8.1/src/
H A Drmd_types.h159 ogg_stream_state m_ogg_ts; //theora
160 ogg_stream_state m_ogg_vs; //vorbis
/dports/multimedia/libkate/libkate-0.4.1/examples/src/
H A Dcommon.h7 int get_packet(ogg_sync_state *oy,ogg_stream_state *os,int *init,ogg_packet *op);
H A Dhigh.c24 ogg_stream_state os; in main()
/dports/multimedia/libtheora/libtheora-1.1.1/examples/
H A Ddump_video.c75 ogg_stream_state vo;
76 ogg_stream_state to;
290 ogg_stream_state test; in main()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_vorbis/
H A DADM_ad_vorbis.h7 ogg_stream_state ostream; // take physical pages, weld into a logical stream of packets
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_vorbis/
H A DADM_ad_vorbis.h7 ogg_stream_state ostream; // take physical pages, weld into a logical stream of packets
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_vorbis/
H A DADM_ad_vorbis.h7 ogg_stream_state ostream; // take physical pages, weld into a logical stream of packets
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_vorbis/
H A DADM_ad_vorbis.h7 ogg_stream_state ostream; // take physical pages, weld into a logical stream of packets
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcap_ogg.c90 } ogg_stream_state; typedef
123 static int (*qogg_stream_packetin) (ogg_stream_state *os, ogg_packet *op);
124 static int (*qogg_stream_pageout) (ogg_stream_state *os, ogg_page *og);
125 static int (*qogg_stream_flush) (ogg_stream_state *os, ogg_page *og);
129 static int (*qogg_stream_init) (ogg_stream_state *os,int serialno);
130 static int (*qogg_stream_clear) (ogg_stream_state *os);
640 ogg_stream_state to, vo;
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dcap_ogg.c89 } ogg_stream_state; typedef
122 static int (*qogg_stream_packetin) (ogg_stream_state *os, ogg_packet *op);
123 static int (*qogg_stream_pageout) (ogg_stream_state *os, ogg_page *og);
124 static int (*qogg_stream_flush) (ogg_stream_state *os, ogg_page *og);
128 static int (*qogg_stream_init) (ogg_stream_state *os,int serialno);
129 static int (*qogg_stream_clear) (ogg_stream_state *os);
637 ogg_stream_state to, vo;
/dports/games/darkplaces/darkplaces/
H A Dcap_ogg.c90 } ogg_stream_state; typedef
123 static int (*qogg_stream_packetin) (ogg_stream_state *os, ogg_packet *op);
124 static int (*qogg_stream_pageout) (ogg_stream_state *os, ogg_page *og);
125 static int (*qogg_stream_flush) (ogg_stream_state *os, ogg_page *og);
129 static int (*qogg_stream_init) (ogg_stream_state *os,int serialno);
130 static int (*qogg_stream_clear) (ogg_stream_state *os);
640 ogg_stream_state to, vo;
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/liboggedit/
H A Doggedit_vorbis.c51 ogg_stream_state os; in check_vorbis_headers()
88 ogg_stream_state os; in write_vorbis_tags()
/dports/devel/sfml/SFML-2.5.1/src/SFML/Audio/
H A DSoundFileWriterOgg.hpp112 ogg_stream_state m_ogg; // ogg stream
/dports/audio/streamtranscoder/streamtranscoder-1.2.8/src/libtranscoder/
H A Doggvdecoder.h25 ogg_stream_state os; /* take physical pages, weld into a logical stream of packets */
/dports/multimedia/ogmtools/ogmtools-1.5/
H A Dr_ogm.cpp265 ogg_stream_state new_oss; in handle_new_stream()
309 memcpy(&dmx->os, &new_oss, sizeof(ogg_stream_state)); in handle_new_stream()
368 memcpy(&dmx->os, &new_oss, sizeof(ogg_stream_state)); in handle_new_stream()
471 memcpy(&dmx->os, &new_oss, sizeof(ogg_stream_state)); in handle_new_stream()
506 memcpy(&dmx->os, &new_oss, sizeof(ogg_stream_state)); in handle_new_stream()
/dports/audio/libshout/libshout-2.4.5/src/
H A Dformat_ogg.h35 ogg_stream_state os;
/dports/audio/mixxx/mixxx-2.3.0/lib/libshout-idjc/src/
H A Dformat_ogg.h34 ogg_stream_state os;
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Effect/filewriter/
H A Dfilewriterplugin.h44 ogg_stream_state m_os; //take physical pages, weld into a logical stream of packets
/dports/audio/ices/ices-2.0.3/src/
H A Dreencode.h41 ogg_stream_state os;
/dports/multimedia/snapcast/snapcast-0.25.0/server/encoder/
H A Dogg_encoder.hpp43 ogg_stream_state os_; /// take physical pages, weld into a logical stream of packets
/dports/audio/libmp3splt/libmp3splt-0.9.2/plugins/
H A Dogg_utils.c44 static void splt_ogg_submit_headers_to_stream(ogg_stream_state *stream, splt_ogg_state *oggstate);
181 int splt_ogg_write_pages_to_file(splt_state *state, ogg_stream_state *stream, in splt_ogg_write_pages_to_file()
224 ogg_stream_state *stream_out, const char *output_fname, int *error) in splt_ogg_write_header_packets()
559 static void splt_ogg_submit_headers_to_stream(ogg_stream_state *stream, in splt_ogg_submit_headers_to_stream()

12345678910>>...28