Home
last modified time | relevance | path

Searched refs:the_stream (Results 1 – 25 of 39) sorted by relevance

12

/dports/multimedia/mpeg_play/mpeg_play/
H A Dmotionvector.c177 ComputeForwVector(recon_right_for_ptr, recon_down_for_ptr, the_stream) in ComputeForwVector() argument
180 VidStream *the_stream;
186 picture = &(the_stream->picture);
187 mblock = &(the_stream->mblock);
218 ComputeBackVector(recon_right_back_ptr, recon_down_back_ptr, the_stream) in ComputeBackVector() argument
221 VidStream *the_stream;
226 picture = &(the_stream->picture);
227 mblock = &(the_stream->mblock);
H A Dproto.h79 …ComputeForwVector P((int *recon_right_for_ptr , int *recon_down_for_ptr , VidStream *the_stream ));
80 …omputeBackVector P((int *recon_right_back_ptr , int *recon_down_back_ptr, VidStream *the_stream ));
/dports/emulators/frodo/Frodo-4.1b/Src/
H A DSID_Be.i20 the_stream = new BDACStream(); in init_sound()
22 ready = the_sub->Subscribe(the_stream) == B_NO_ERROR; in init_sound()
24 the_stream->SetSamplingRate(SAMPLE_FREQ); in init_sound()
25the_stream->SetStreamBuffers(SAMPLE_FREQ / CALC_FREQ * 4, 4); // Must be called after EnterStream() in init_sound()
43 the_stream->SetStreamBuffers(4096, 8); in ~DigitalRenderer()
48 delete the_stream; in ~DigitalRenderer() local
/dports/emulators/vice/vice-3.5/src/lib/liblame/ACM/
H A DACM.cpp970 ACMStream * the_stream = ACMStream::Create(); in OnStreamOpen() local
973 if (the_stream != NULL) in OnStreamOpen()
984 ACMStream::Erase( the_stream ); in OnStreamOpen()
1007 if (the_stream != NULL) in OnStreamOpen()
1015 DecodeStream::Erase( the_stream ); in OnStreamOpen()
1048 if (the_stream != NULL) in OnStreamSize()
1059 if (the_stream != NULL) in OnStreamSize()
1117 if (the_stream->open(my_EncodingProperties)) in OnStreamPrepareHeader()
1126 if (the_stream->open()) in OnStreamPrepareHeader()
1184 if (the_stream != NULL) in OnStreamConvert()
[all …]
/dports/audio/lame/lame-3.100/ACM/
H A DACM.cpp970 ACMStream * the_stream = ACMStream::Create(); in OnStreamOpen() local
973 if (the_stream != NULL) in OnStreamOpen()
984 ACMStream::Erase( the_stream ); in OnStreamOpen()
1007 if (the_stream != NULL) in OnStreamOpen()
1015 DecodeStream::Erase( the_stream ); in OnStreamOpen()
1048 if (the_stream != NULL) in OnStreamSize()
1059 if (the_stream != NULL) in OnStreamSize()
1117 if (the_stream->open(my_EncodingProperties)) in OnStreamPrepareHeader()
1126 if (the_stream->open()) in OnStreamPrepareHeader()
1184 if (the_stream != NULL) in OnStreamConvert()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/ACM/
H A DACM.cpp970 ACMStream * the_stream = ACMStream::Create(); in OnStreamOpen() local
973 if (the_stream != NULL) in OnStreamOpen()
984 ACMStream::Erase( the_stream ); in OnStreamOpen()
1007 if (the_stream != NULL) in OnStreamOpen()
1015 DecodeStream::Erase( the_stream ); in OnStreamOpen()
1048 if (the_stream != NULL) in OnStreamSize()
1059 if (the_stream != NULL) in OnStreamSize()
1117 if (the_stream->open(my_EncodingProperties)) in OnStreamPrepareHeader()
1126 if (the_stream->open()) in OnStreamPrepareHeader()
1184 if (the_stream != NULL) in OnStreamConvert()
[all …]
/dports/multimedia/smpeg/smpeg-0.4.4/video/
H A Dmotionvector.cpp177 VidStream* the_stream ) in ComputeForwVector() argument
183 picture = &(the_stream->picture); in ComputeForwVector()
184 mblock = &(the_stream->mblock); in ComputeForwVector()
215 VidStream* the_stream ) in ComputeBackVector() argument
220 picture = &(the_stream->picture); in ComputeBackVector()
221 mblock = &(the_stream->mblock); in ComputeBackVector()
H A Dproto.h82 …ComputeForwVector P((int *recon_right_for_ptr , int *recon_down_for_ptr , VidStream *the_stream ));
83 …omputeBackVector P((int *recon_right_back_ptr , int *recon_down_back_ptr, VidStream *the_stream ));
/dports/multimedia/smpeg2/smpeg2-2.0.0/video/
H A Dmotionvec.cpp177 VidStream* the_stream ) in ComputeForwVector() argument
183 picture = &(the_stream->picture); in ComputeForwVector()
184 mblock = &(the_stream->mblock); in ComputeForwVector()
215 VidStream* the_stream ) in ComputeBackVector() argument
220 picture = &(the_stream->picture); in ComputeBackVector()
221 mblock = &(the_stream->mblock); in ComputeBackVector()
H A Dproto.h82 …ComputeForwVector P((int *recon_right_for_ptr , int *recon_down_for_ptr , VidStream *the_stream ));
83 …omputeBackVector P((int *recon_right_back_ptr , int *recon_down_back_ptr, VidStream *the_stream ));
/dports/textproc/zorba/zorba-2.7.0/src/api/serialization/
H A Dserializer.h354 std::ostream& the_stream,
375 json_emitter(serializer* the_serializer, std::ostream& the_stream);
422 std::ostream& the_stream,
462 xhtml_emitter(serializer* the_serializer, std::ostream& the_stream);
478 html_emitter(serializer* the_serializer, std::ostream& the_stream);
498 text_emitter(serializer* the_serializer, std::ostream& the_stream);
533 std::ostream& the_stream,
577 binary_emitter(serializer* the_serializer, std::ostream& the_stream);
H A Dserializer.cpp121 std::ostream& the_stream, in emitter() argument
125 tr(the_stream), in emitter()
870 std::ostream& the_stream, in xml_emitter() argument
955 std::ostream& the_stream) in json_emitter() argument
1139 std::ostream& the_stream, in hybrid_emitter() argument
1318 std::ostream& the_stream) in html_emitter() argument
1320 emitter(the_serializer, the_stream) in html_emitter()
1583 std::ostream& the_stream) in xhtml_emitter() argument
1719 std::ostream& the_stream, in sax2_emitter() argument
1985 std::ostream& the_stream) in text_emitter() argument
[all …]
/dports/databases/retcl/retcl-0.4.0/examples/
H A Dstreams.tcl14 the_stream mystream _ { Redis KEY for the stream we'll be using }
44 producer XADD $::g(the_stream) * {*}$tuple
73 XRANGE $::g(the_stream) $last_id + COUNT $::g(cons_chunk_size)]
82 consumer_$wid DEL $::g(the_stream)
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/test/
H A Dtest_engine.c566 zrtp_test_stream_t *the_stream = &the_session->streams[i]; in zrtp_test_session_create() local
567 zrtp_memset(the_stream, 0, sizeof(zrtp_test_stream_t)); in zrtp_test_session_create()
569 the_stream->id = g_streams_counter++; in zrtp_test_session_create()
570 the_stream->session_id = the_session->id; in zrtp_test_session_create()
571 the_stream->endpoint_id = endpoint_id; in zrtp_test_session_create()
573 s = zrtp_stream_attach(the_session->zrtp, &the_stream->zrtp); in zrtp_test_session_create()
575 zrtp_stream_set_userdata(the_stream->zrtp, &the_stream->id); in zrtp_test_session_create()
/dports/emulators/uae/uae-0.8.29/src/od-beos/
H A Dbeos.cpp873 static BDACStream *the_stream; variable
883 the_stream = new BDACStream(); in init_sound()
888 sound_ready = the_sub->Subscribe(the_stream) == B_NO_ERROR; in init_sound()
906 the_stream->SetSamplingRate(44100); in init_sound()
907 the_stream->SetStreamBuffers(sndbufsize, 4); in init_sound()
922 the_stream->SetStreamBuffers(4096, 8); in close_sound()
927 delete the_stream; in close_sound()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/data_loaders/asn_cache/
H A Ddump_asn_index.hpp82 inline std::ostream & operator<<( std::ostream & the_stream, in operator <<() argument
85 return the_stream << the_sat_satkey_range.AsString(); in operator <<()
/dports/sysutils/conan/conan-1.44.0/conans/client/
H A Drunner.py92 def get_stream_lines(the_stream): argument
94 line = the_stream.readline()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/reqwest-0.11.4/src/async_impl/
H A Dmultipart.rs629 let the_stream = futures_util::stream::iter(stream_data); in correct_content_length() localVariable
634 let stream_part = Part::stream_with_length(Body::stream(the_stream), stream_len as u64); in correct_content_length()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/reqwest-0.11.7/src/async_impl/
H A Dmultipart.rs629 let the_stream = futures_util::stream::iter(stream_data); in correct_content_length() localVariable
634 let stream_part = Part::stream_with_length(Body::stream(the_stream), stream_len as u64); in correct_content_length()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/reqwest-0.11.7/src/async_impl/
H A Dmultipart.rs629 let the_stream = futures_util::stream::iter(stream_data); in correct_content_length() localVariable
634 let stream_part = Part::stream_with_length(Body::stream(the_stream), stream_len as u64); in correct_content_length()
/dports/net/routinator/routinator-0.10.2/cargo-crates/reqwest-0.11.4/src/async_impl/
H A Dmultipart.rs629 let the_stream = futures_util::stream::iter(stream_data); in correct_content_length() localVariable
634 let stream_part = Part::stream_with_length(Body::stream(the_stream), stream_len as u64); in correct_content_length()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/reqwest-0.10.10/src/async_impl/
H A Dmultipart.rs632 let the_stream = futures_util::stream::iter(stream_data); in correct_content_length() localVariable
637 let stream_part = Part::stream_with_length(Body::stream(the_stream), stream_len as u64); in correct_content_length()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/reqwest-0.11.4/src/async_impl/
H A Dmultipart.rs629 let the_stream = futures_util::stream::iter(stream_data); in correct_content_length() localVariable
634 let stream_part = Part::stream_with_length(Body::stream(the_stream), stream_len as u64); in correct_content_length()
/dports/www/rearx/rearx-0.1.4/cargo-crates/reqwest-0.11.2/src/async_impl/
H A Dmultipart.rs629 let the_stream = futures_util::stream::iter(stream_data); in correct_content_length() localVariable
634 let stream_part = Part::stream_with_length(Body::stream(the_stream), stream_len as u64); in correct_content_length()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/reqwest-0.11.8/src/async_impl/
H A Dmultipart.rs629 let the_stream = futures_util::stream::iter(stream_data); in correct_content_length() localVariable
634 let stream_part = Part::stream_with_length(Body::stream(the_stream), stream_len as u64); in correct_content_length()

12