Home
last modified time | relevance | path

Searched refs:process_frame (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/amd64/amd64/
H A Dprocess_machdep.c71 static inline struct trapframe *process_frame(struct lwp *);
78 process_frame(struct lwp *l) in process_frame() function
87 struct trapframe *tf = process_frame(l); in process_read_regs()
108 struct trapframe *tf = process_frame(l); in process_write_regs()
139 struct trapframe *tf = process_frame(l); in process_sstep()
152 struct trapframe *tf = process_frame(l); in process_set_pc()
/dports/net/py-stomp.py/stomp.py-4.1.17/stomp/test/
H A Dtransport_test.py13 self.transport.process_frame(fr, None)
18 self.transport.process_frame(fr, None)
22 self.transport.process_frame(fr, None)
27 self.transport.process_frame(fr, None)
/dports/multimedia/spook/spook-20050207/
H A Dstream.c77 dest->process_frame( f, dest->d ); in deliver_frame_to_stream()
95 frame_deliver_func process_frame, void *d ) in new_dest() argument
107 dest->process_frame = process_frame; in new_dest()
133 frame_deliver_func process_frame, void *d, in connect_to_stream() argument
142 return new_dest( s, process_frame, d ); in connect_to_stream()
157 return new_dest( s, process_frame, d ); in connect_to_stream()
H A Dstream.h24 frame_deliver_func process_frame; member
42 frame_deliver_func process_frame, void *d,
/dports/graphics/opencv/opencv-4.5.3/samples/python/
H A Dvideo_threaded.py49 def process_frame(frame, t0): function
78 task = pool.apply_async(process_frame, (frame.copy(), t))
80 task = DummyTask(process_frame(frame, t))
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/i386/i386/
H A Dprocess_machdep.c81 process_frame(struct lwp *l) in process_frame() function
90 struct trapframe *tf = process_frame(l); in process_read_regs()
136 struct trapframe *tf = process_frame(l); in process_write_regs()
201 struct trapframe *tf = process_frame(l); in process_sstep()
214 struct trapframe *tf = process_frame(l); in process_set_pc()
/dports/multimedia/py-PySceneDetect/PySceneDetect-0.5.4/scenedetect/
H A Dscene_detector.py89 def process_frame(self, frame_num, frame_img): member in SceneDetector
122 def process_frame(self, frame_num, frame_img): member in SparseSceneDetector
/dports/games/quakeforge/quakeforge-0.7.2/libs/models/alias/
H A Dsw_model_alias.c67 process_frame (maliasframedesc_t *frame, int posenum, int extra) in process_frame() function
120 process_frame ((maliasframedesc_t *) &group->frames[j], in sw_Mod_MakeAliasModelDisplayLists()
123 process_frame (frame, posenum++, extra); in sw_Mod_MakeAliasModelDisplayLists()
/dports/net/p5-Net-SPDY/Net-SPDY-0.1_5/t/
H A Dsession.t71 $session->process_frame;
80 $session->process_frame;
90 $session->process_frame;
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A Dapplication_trace.cpp13 static void process_frame(const cv::UMat& frame) in process_frame() function
86 process_frame(frame); in main()
/dports/net/py-wsproto/wsproto-1.0.0/test/
H A Dtest_frame_protocol.py89 frame = decoder.process_frame(frame)
105 frame = decoder.process_frame(frame)
121 frame = decoder.process_frame(frame)
144 frame = decoder.process_frame(frame)
167 frame = decoder.process_frame(frame)
183 decoder.process_frame(frame)
197 decoder.process_frame(frame)
211 decoder.process_frame(frame)
226 decoder.process_frame(frame)
241 decoder.process_frame(frame)
[all …]
/dports/audio/bliss/bliss-1.2.0-6-ga443635/src/
H A Ddecode.c14 int process_frame(struct bl_song *const song, int8_t **beginning_ptr,
130 if ((ret = process_frame(song, &beginning, decoded_frame, &index, &size, in bl_audio_decode()
151 if ((ret = process_frame(song, &beginning, decoded_frame, &index, &size, in bl_audio_decode()
162 if (process_frame(song, &beginning, decoded_frame, &index, &size, in bl_audio_decode()
403 int process_frame(struct bl_song *const song, int8_t **beginning_ptr, function
/dports/multimedia/ppm2fli/ppm2fli-2.1/
H A Duunfli.c36 static int process_frame(unsigned char *pwork, int nchunks, int verbose);
172 process_frame(frame_buffer, nchunks, verbose); in unfli()
232 static int process_frame(unsigned char *pwork, int nchunks, int verbose) in process_frame() function
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Ddualinput.c22 static int process_frame(FFFrameSync *fs) in process_frame() function
49 s->fs.on_event = process_frame; in ff_dualinput_init()
/dports/emulators/mess/mame-mame0226/plugins/autofire/
H A Dinit.lua42 local function process_frame() function
107 emu.register_frame_done(process_frame)
/dports/multimedia/blind/blind-1.1/src/
H A Dblind-skip-pattern.c12 process_frame(struct stream *stream, int include, size_t rown) in process_frame() function
76 if (!process_frame(&stream, include, rown)) in main()
/dports/emulators/mame/mame-mame0226/plugins/autofire/
H A Dinit.lua42 local function process_frame() function
107 emu.register_frame_done(process_frame)
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Ddualinput.c22 static int process_frame(FFFrameSync *fs) in process_frame() function
49 s->fs.on_event = process_frame; in ff_dualinput_init()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/alpha/kernel/
H A Derr_marvel.c1050 int (*process_frame)(struct ev7_lf_subpackets *, int) = NULL; in marvel_machine_check() local
1066 process_frame = marvel_process_680_frame; in marvel_machine_check()
1071 process_frame = marvel_process_logout_frame; in marvel_machine_check()
1076 process_frame = marvel_process_logout_frame; in marvel_machine_check()
1102 if (process_frame && lf_subpackets && lf_subpackets->logout) { in marvel_machine_check()
1124 disposition = process_frame(lf_subpackets, 0); in marvel_machine_check()
1137 process_frame(lf_subpackets, 1); in marvel_machine_check()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/alpha/kernel/
H A Derr_marvel.c1050 int (*process_frame)(struct ev7_lf_subpackets *, int) = NULL; in marvel_machine_check() local
1066 process_frame = marvel_process_680_frame; in marvel_machine_check()
1071 process_frame = marvel_process_logout_frame; in marvel_machine_check()
1076 process_frame = marvel_process_logout_frame; in marvel_machine_check()
1102 if (process_frame && lf_subpackets && lf_subpackets->logout) { in marvel_machine_check()
1124 disposition = process_frame(lf_subpackets, 0); in marvel_machine_check()
1137 process_frame(lf_subpackets, 1); in marvel_machine_check()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/alpha/kernel/
H A Derr_marvel.c1050 int (*process_frame)(struct ev7_lf_subpackets *, int) = NULL; in marvel_machine_check() local
1066 process_frame = marvel_process_680_frame; in marvel_machine_check()
1071 process_frame = marvel_process_logout_frame; in marvel_machine_check()
1076 process_frame = marvel_process_logout_frame; in marvel_machine_check()
1102 if (process_frame && lf_subpackets && lf_subpackets->logout) { in marvel_machine_check()
1124 disposition = process_frame(lf_subpackets, 0); in marvel_machine_check()
1137 process_frame(lf_subpackets, 1); in marvel_machine_check()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Dvframe.inline.hpp53 …ine vframeStream::vframeStream(JavaThread* thread, bool stop_at_java_call_stub, bool process_frame) in vframeStream() argument
54 : vframeStreamCommon(thread, process_frame /* process_frames */) { in vframeStream()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Dvframe.inline.hpp54 …ine vframeStream::vframeStream(JavaThread* thread, bool stop_at_java_call_stub, bool process_frame) in vframeStream() argument
55 : vframeStreamCommon(thread, process_frame /* process_frames */) { in vframeStream()
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/arm_tpiu/
H A Dpd.py73 def process_frame(self, buf): member in Decoder
130 self.process_frame(self.buf)
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dmpeg.c402 mp->process_frame = handle_aac_frame; in check_for_aac()
473 mp->process_frame = handle_mpeg_frame; in check_for_mp3()
514 mp->process_frame = handle_usac_frame; in check_for_usac()
549 mp->process_frame = handle_ts_frame; in check_for_ts()
614 mp->process_frame = handle_id3_frame; in check_for_id3()
636 mp->process_frame = handle_id3_frame; in check_for_id3()
671 mp->process_frame = handle_id3_frame; in check_for_id3()
917 frame_len = mp->process_frame (mp, cb, start, remaining); in mpeg_complete_frames_cb()

12345678910>>...12