Home
last modified time | relevance | path

Searched refs:stream_processor (Results 1 – 25 of 29) sorted by relevance

12

/dports/audio/vorbis-tools/vorbis-tools-1.4.2/ogginfo/
H A Dprivate.h36 } stream_processor; typedef
54 void print_summary(stream_processor *stream, size_t bytes, double time);
59 void vorbis_start(stream_processor *stream);
60 void theora_start(stream_processor *stream);
61 void kate_start(stream_processor *stream);
62 void opus_start(stream_processor *stream);
63 void speex_start(stream_processor *stream);
64 void flac_start(stream_processor *stream);
65 void skeleton_start(stream_processor *stream);
66 void other_start(stream_processor *stream, const char *type);
[all …]
H A Dcodec_flac.c59 static void flac_process_streaminfo(stream_processor *stream, misc_flac_info *self, ogg_packet *pac… in flac_process_streaminfo()
70 static void flac_process_padding(stream_processor *stream, misc_flac_info *self, ogg_packet *packet) in flac_process_padding()
80 static void flac_process_application(stream_processor *stream, misc_flac_info *self, ogg_packet *pa… in flac_process_application()
86 static void flac_process_vorbis_comments(stream_processor *stream, misc_flac_info *self, ogg_packet… in flac_process_vorbis_comments()
99 static void flac_process_picture(stream_processor *stream, misc_flac_info *self, ogg_packet *packet) in flac_process_picture()
109 static void flac_process_data(stream_processor *stream, misc_flac_info *self, ogg_packet *packet) in flac_process_data()
116 static void flac_process(stream_processor *stream, ogg_page *page) in flac_process()
176 static void flac_end(stream_processor *stream) in flac_end()
192 void flac_start(stream_processor *stream) in flac_start()
H A Dcodec_speex.c50 static void speex_process_header(stream_processor *stream, misc_speex_info *self, ogg_packet *packe…
70 static void speex_process_vorbis_comments(stream_processor *stream, misc_speex_info *self, ogg_pack…
80 static void speex_process_data(stream_processor *stream, misc_speex_info *self, ogg_packet *packet)
85 static void speex_process(stream_processor *stream, ogg_page *page)
116 static void speex_end(stream_processor *stream)
132 void speex_start(stream_processor *stream)
H A Dcodec_opus.c73 static void opus_process_opushead(stream_processor *stream, misc_opus_info *self, ogg_packet *packe…
103 static void opus_process_opustags(stream_processor *stream, misc_opus_info *self, ogg_packet *packe…
137 static void opus_process_data(stream_processor *stream, misc_opus_info *self, ogg_packet *packet)
149 static void opus_process(stream_processor *stream, ogg_page *page)
179 static void opus_end(stream_processor *stream)
197 void opus_start(stream_processor *stream)
H A Dogginfo2.c42 stream_processor *streams;
62 set->streams = calloc(5, sizeof(stream_processor)); in create_stream_set()
105 void print_summary(stream_processor *stream, size_t bytes, double time) in print_summary()
151 static stream_processor *find_stream_processor(stream_set *set, ogg_page *page) in find_stream_processor()
157 stream_processor *stream; in find_stream_processor()
196 set->streams = realloc(set->streams, sizeof(stream_processor)* in find_stream_processor()
315 stream_processor *p = find_stream_processor(processors, &page); in process_file()
H A Dcodec_invalid.c20 static void process_invalid(stream_processor *stream, ogg_page *page)
25 void invalid_start(stream_processor *stream)
H A Dcodec_other.c20 static void process_other(stream_processor *stream, ogg_page *page) in process_other()
31 void other_start(stream_processor *stream, const char *type) in other_start()
H A Dcodec_kate.c51 static void kate_process(stream_processor *stream, ogg_page *page ) in kate_process()
224 static void kate_end(stream_processor *stream) in kate_end()
252 static void kate_end(stream_processor *stream) in kate_end()
257 void kate_start(stream_processor *stream) in kate_start()
H A Dcodec_vorbis.c60 static void vorbis_process(stream_processor *stream, ogg_page *page ) in vorbis_process()
168 static void vorbis_end(stream_processor *stream) in vorbis_end()
193 void vorbis_start(stream_processor *stream) in vorbis_start()
H A Dcodec_skeleton.c213 static void skeleton_process(stream_processor *stream, ogg_page *page) in skeleton_process()
253 static void skeleton_end(stream_processor *stream) in skeleton_end()
260 void skeleton_start(stream_processor *stream) in skeleton_start()
H A Dcodec_theora.c41 static void theora_process(stream_processor *stream, ogg_page *page) in theora_process()
175 static void theora_end(stream_processor *stream) in theora_end()
211 void theora_start(stream_processor *stream) in theora_start()
H A Dmetadata.c35 int handle_vorbis_comments(stream_processor *stream, const unsigned char *in, size_t length, size_t… in handle_vorbis_comments()
79 void check_xiph_comment(stream_processor *stream, int i, const char *comment, int comment_length) in check_xiph_comment()
/dports/sysutils/graveman/graveman-0.3.12-5/src/
H A Dogg.c76 } stream_processor; typedef
79 stream_processor *streams;
102 set->streams = g_new0(stream_processor, 5); in create_stream_set()
109 static void vorbis_process(stream_processor *stream, ogg_page *page ) in vorbis_process()
155 static void vorbis_end(stream_processor *stream) in vorbis_end()
165 static void process_null(stream_processor *stream, ogg_page *page) in process_null()
198 static void null_start(stream_processor *stream) in null_start()
205 static void vorbis_start(stream_processor *stream, misc_vorbis_info *inf) in vorbis_start()
224 stream_processor *stream; in find_stream_processor()
260 set->streams = realloc(set->streams, sizeof(stream_processor)* set->allocated); in find_stream_processor()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/compress/
H A Dstream.hpp278 CCompressionStreamProcessor* stream_processor, in CCompressionIStream() argument
281 CCompressionStream(stream, stream_processor, 0, ownership) in CCompressionIStream()
329 CCompressionStreamProcessor* stream_processor, in Create() argument
332 CCompressionStream::Create(stream, stream_processor, 0, ownership); in Create()
352 CCompressionStreamProcessor* stream_processor, in CCompressionOStream() argument
355 CCompressionStream(stream, 0, stream_processor, ownership) in CCompressionOStream()
411 CCompressionStreamProcessor* stream_processor, in Create() argument
414 CCompressionStream::Create(stream, 0, stream_processor, ownership); in Create()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/compress/
H A Dstream.hpp278 CCompressionStreamProcessor* stream_processor, in CCompressionIStream() argument
281 CCompressionStream(stream, stream_processor, 0, ownership) in CCompressionIStream()
329 CCompressionStreamProcessor* stream_processor, in Create() argument
332 CCompressionStream::Create(stream, stream_processor, 0, ownership); in Create()
352 CCompressionStreamProcessor* stream_processor, in CCompressionOStream() argument
355 CCompressionStream(stream, 0, stream_processor, ownership) in CCompressionOStream()
411 CCompressionStreamProcessor* stream_processor, in Create() argument
414 CCompressionStream::Create(stream, 0, stream_processor, ownership); in Create()
/dports/audio/opus-tools/opus-tools-0.2/src/
H A Dopusinfo.h43 } stream_processor; typedef
46 stream_processor *streams;
62 void check_xiph_comment(stream_processor *stream, int i, const char *comment, int comment_length);
H A Dopusinfo.c59 set->streams = calloc(5, sizeof(stream_processor));
105 void check_xiph_comment(stream_processor *stream, int i, const char *comment,
611 static void process_null(stream_processor *stream, ogg_page *page)
618 static void process_other(stream_processor *stream, ogg_page *page )
659 static void null_start(stream_processor *stream)
666 static void other_start(stream_processor *stream, char *type)
676 static stream_processor *find_stream_processor(stream_set *set, ogg_page *page)
682 stream_processor *stream;
721 set->streams = realloc(set->streams, sizeof(stream_processor)*
849 stream_processor *p = find_stream_processor(processors, &page);
H A Dinfo_opus.h51 void info_opus_start(stream_processor *stream);
H A Dinfo_opus.c88 void info_opus_process(stream_processor *stream, ogg_page *page ) in info_opus_process()
257 void info_opus_end(stream_processor *stream) in info_opus_end()
322 void info_opus_start(stream_processor *stream) in info_opus_start()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/fuchsia/cdm/
H A Dfuchsia_cdm.cc283 fuchsia::media::StreamProcessorPtr stream_processor; in CreateVideoDecryptor() local
284 cdm_->CreateDecryptor(std::move(params), stream_processor.NewRequest()); in CreateVideoDecryptor()
287 std::move(stream_processor), client); in CreateVideoDecryptor()
304 fuchsia::media::StreamProcessorPtr stream_processor; in CreateAudioDecryptor() local
305 cdm_->CreateDecryptor(std::move(params), stream_processor.NewRequest()); in CreateAudioDecryptor()
308 std::move(stream_processor), kAudioStreamBufferSize); in CreateAudioDecryptor()
/dports/audio/streamripper/streamripper-1.64.6/lib/
H A Dripogg.c70 stream_processor *streams;
121 vorbis_process (RIP_MANAGER_INFO* rmi, stream_processor *stream, in vorbis_process()
404 vorbis_end(stream_processor *stream) in vorbis_end()
437 vorbis_start(stream_processor *stream) in vorbis_start()
609 memset (&rmi->stream, 0, sizeof(stream_processor)); in rip_ogg_init()
H A Dsrtypes.h387 } stream_processor; typedef
621 stream_processor stream;
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-0.24.0/examples/
H A Dasynchronous_processing.rs83 let stream_processor = consumer.start().try_for_each(|borrowed_message| { in run_async_processor() localVariable
117 stream_processor.await.expect("stream processing failed"); in run_async_processor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/fuchsia/cdm/
H A Dfuchsia_stream_decryptor.cc223 fuchsia::media::StreamProcessorPtr stream_processor; in Create() local
224 cdm->CreateDecryptor(std::move(params), stream_processor.NewRequest()); in Create()
227 std::move(stream_processor)); in Create()
H A Dfuchsia_cdm.cc268 fuchsia::media::StreamProcessorPtr stream_processor; in CreateVideoDecryptor() local
269 cdm_->CreateDecryptor(std::move(params), stream_processor.NewRequest()); in CreateVideoDecryptor()
272 std::move(stream_processor), client); in CreateVideoDecryptor()

12