Home
last modified time | relevance | path

Searched defs:ogg_stream (Results 1 – 25 of 25) sorted by relevance

/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Doggdec.h61 struct ogg_stream { struct
62 uint8_t *buf;
64 unsigned int bufpos;
65 unsigned int pstart;
66 unsigned int psize;
67 unsigned int pflags;
69 uint32_t serial;
70 uint64_t granule;
72 int64_t lastpts;
73 int64_t lastdts;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Doggdec.h61 struct ogg_stream { struct
62 uint8_t *buf;
64 unsigned int bufpos;
65 unsigned int pstart;
66 unsigned int psize;
67 unsigned int pflags;
69 uint32_t serial;
70 uint64_t granule;
72 int64_t lastpts;
73 int64_t lastdts;
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Doggdec.h61 struct ogg_stream { struct
62 uint8_t *buf;
64 unsigned int bufpos;
65 unsigned int pstart;
66 unsigned int psize;
67 unsigned int pflags;
69 uint32_t serial;
70 uint64_t granule;
72 int64_t lastpts;
73 int64_t lastdts;
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Doggdec.h61 struct ogg_stream { struct
62 uint8_t *buf;
64 unsigned int bufpos;
65 unsigned int pstart;
66 unsigned int psize;
67 unsigned int pflags;
69 uint32_t serial;
70 uint64_t granule;
72 int64_t lastpts;
73 int64_t lastdts;
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Doggdec.h61 struct ogg_stream { struct
62 uint8_t *buf;
64 unsigned int bufpos;
65 unsigned int pstart;
66 unsigned int psize;
67 unsigned int pflags;
69 uint32_t serial;
70 uint64_t granule;
72 int64_t lastpts;
73 int64_t lastdts;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Doggdec.h61 struct ogg_stream { struct
62 uint8_t *buf;
64 unsigned int bufpos;
65 unsigned int pstart;
66 unsigned int psize;
67 unsigned int pflags;
69 uint32_t serial;
70 uint64_t granule;
72 int64_t lastpts;
73 int64_t lastdts;
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Doggdec.h61 struct ogg_stream { struct
62 uint8_t *buf;
64 unsigned int bufpos;
65 unsigned int pstart;
66 unsigned int psize;
67 unsigned int pflags;
69 uint32_t serial;
70 uint64_t granule;
72 int64_t lastpts;
73 int64_t lastdts;
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Doggdec.h39 typedef struct ogg_stream { struct
55 } ogg_stream_t; argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp25 // For example, the Clang translates the following CUDA code in read_ogg_page_header()
76 // Second, IR rewriting in Step 2 also needs to be circular. For example, in read_ogg_page_header()
122 #include "llvm/Support/Debug.h" in read_ogg_page_header()
123 #include "llvm/Support/ErrorHandling.h" in read_ogg_page_header()
155 static char ID; in write_ogg_page()
156
157 InferAddressSpaces() :
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_ogg.c118 typedef struct ogg_stream { struct
126 ogg_stream_state stream; argument
140 } ogg_stream_t; argument
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_ogg.c118 typedef struct ogg_stream { struct
126 ogg_stream_state stream; argument
140 } ogg_stream_t; argument
/dports/devel/godot-tools/godot-3.2.3-stable/modules/stb_vorbis/
H A Daudio_stream_ogg_vorbis.h45 stb_vorbis *ogg_stream; variable
H A Dresource_importer_ogg_vorbis.cpp98 Ref<AudioStreamOGGVorbis> ogg_stream; in import() local
H A Daudio_stream_ogg_vorbis.cpp173 stb_vorbis *ogg_stream = NULL; in set_data() local
/dports/devel/godot/godot-3.2.3-stable/modules/stb_vorbis/
H A Daudio_stream_ogg_vorbis.h45 stb_vorbis *ogg_stream; variable
H A Dresource_importer_ogg_vorbis.cpp98 Ref<AudioStreamOGGVorbis> ogg_stream; in import() local
H A Daudio_stream_ogg_vorbis.cpp173 stb_vorbis *ogg_stream = NULL; in set_data() local
/dports/games/edge/Edge-1.35-source/src/
H A Ds_ogg.cc73 OggVorbis_File ogg_stream; member in oggplayer_c
576 OggVorbis_File ogg_stream; in S_LoadOGGSound() local
/dports/audio/py-fmoo-audiotools/audiotools-3.0/src/encoders/
H A Dvorbis.c154 ogg_stream_state ogg_stream; in encode_ogg_vorbis() local
H A Dopus.c147 ogg_stream_state ogg_stream; in encode_opus_file() local
/dports/devel/godot2/godot-2.1.6-stable/modules/vorbis/
H A Daudio_stream_ogg_vorbis.cpp396 AudioStreamOGGVorbis *ogg_stream = memnew(AudioStreamOGGVorbis); in load() local
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/vorbis/
H A Daudio_stream_ogg_vorbis.cpp396 AudioStreamOGGVorbis *ogg_stream = memnew(AudioStreamOGGVorbis); in load() local
/dports/audio/liboggz/liboggz-1.1.1/src/liboggz/
H A Doggz_private.h83 ogg_stream_state ogg_stream; member
133 ogg_stream_state ogg_stream; member
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/src/
H A Drl_sound.c47 static stb_vorbis* ogg_stream; variable
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/decoders/
H A Dogg_decoder.c606 stream_priv_t *ogg_stream; in setup_tracks() local