Home
last modified time | relevance | path

Searched refs:ipid (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/dports/net/scamper/scamper-cvs-20211026/scamper/dealias/
H A Dscamper_dealias.c106 if(echo != 0 && p->ipid != r->ipid && p->ipid != byteswap16(r->ipid)) in scamper_dealias_ipid()
903 if((re->ipid == pr->ipid && re_a->ipid == pr_a->ipid && in scamper_dealias_radargun_fudge()
904 re_b->ipid == pr_b->ipid) || in scamper_dealias_radargun_fudge()
905 (re->ipid == re_a->ipid && re->ipid == re_b->ipid)) in scamper_dealias_radargun_fudge()
926 if(re_a->ipid < re_b->ipid) in scamper_dealias_radargun_fudge()
927 i = re_b->ipid - re_a->ipid; in scamper_dealias_radargun_fudge()
929 i = 0x10000 + re_b->ipid - re_a->ipid; in scamper_dealias_radargun_fudge()
930 if(re_b->ipid < re_c->ipid) in scamper_dealias_radargun_fudge()
931 i += re_c->ipid - re_b->ipid; in scamper_dealias_radargun_fudge()
933 i += 0x10000 + re_c->ipid - re_b->ipid; in scamper_dealias_radargun_fudge()
[all …]
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/libunix/
H A Dlock.c221 pid_t ipid; local
302 ipid = (pid_t) i;
319 if (ipid == ime)
368 zpath, (long) ipid, abtime);
487 ipid = (pid_t) i;
494 if (ipid == ime)
613 fsqnx_stale (ipid, inme, inid, pferr) in fsqnx_stale() argument
614 unsigned long ipid; in fsqnx_stale()
655 ipid /* get info on this process */,
670 if ((ifound_pid == ipid) && (spsdata.pid == ipid))
[all …]
H A Drun.c45 pid_t ipid; local
51 ipid = ixsfork ();
52 if (ipid < 0)
58 if (ipid != 0)
62 (void) ixswait ((unsigned long) ipid, (const char *) NULL);
95 ipid = ixsspawn (azargs, aidescs, TRUE, FALSE, (const char *) NULL,
100 if (ipid < 0)
H A Ddetach.c91 pid_t ipid; in usysdep_detach() local
97 ipid = ixsfork (); in usysdep_detach()
98 if (ipid < 0) in usysdep_detach()
101 if (ipid != 0) in usysdep_detach()
110 ipid = getpid (); in usysdep_detach()
111 ulog_id (ipid); in usysdep_detach()
119 (long) igrp, (long) ipid); in usysdep_detach()
H A Depopen.c43 pid_t ipid; local
58 ipid = ixsspawn (pazargs, aidescs, TRUE, FALSE,
62 if (ipid < 0)
75 (void) kill (ipid, SIGKILL);
76 (void) ixswait ((unsigned long) ipid, (const char *) NULL);
81 *pipid = ipid;
H A Dpipe.c101 q->ipid = -1;
164 if (qsysdep->ipid >= 0)
166 if (kill (qsysdep->ipid, SIGHUP) == 0)
169 if (kill (qsysdep->ipid, SIGPIPE) == 0)
172 if (kill (qsysdep->ipid, SIGKILL) < 0 && errno == EPERM)
175 (unsigned long) qsysdep->ipid, strerror (errno));
179 (void) ixswait ((unsigned long) qsysdep->ipid, (const char *) NULL);
181 qsysdep->ipid = -1;
221 q->ipid = ixsspawn (pzprog, aidescs, TRUE, TRUE, (const char *) NULL,
224 if (q->ipid < 0)
H A Dstatsb.c444 pid_t ipid; in fsysdep_lock_status() local
480 ipid = (pid_t) strtol (ab, &zend, 10); in fsysdep_lock_status()
484 ipid = (pid_t) i; in fsysdep_lock_status()
487 ipid = (pid_t) strtol (ab, (char **) NULL, 10); in fsysdep_lock_status()
498 if (pai[icheck] == ipid) in fsysdep_lock_status()
513 pai[cgot] = ipid; in fsysdep_lock_status()
574 pid_t ipid; in fsysdep_lock_status() local
588 if (ipid < 0) in fsysdep_lock_status()
591 (void) ixswait ((unsigned long) ipid, PS_PROGRAM); in fsysdep_lock_status()
602 pid_t ipid; in fsysdep_lock_status() local
[all …]
H A Drmdir.c19 pid_t ipid; local
28 ipid = ixsspawn (azargs, aidescs, TRUE, FALSE, (const char *) NULL,
32 if (ipid < 0)
35 if (ixswait ((unsigned long) ipid, (const char *) NULL) != 0)
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dreframe_rawpcm.c36 GF_FilterPid *ipid; member
58 ctx->ipid = NULL; in pcmreframe_configure_pid()
65 ctx->ipid = pid; in pcmreframe_configure_pid()
93 gf_filter_pid_copy_properties(ctx->opid, ctx->ipid); in pcmreframe_configure_pid()
165 gf_filter_pid_send_event(ctx->ipid, &fevt); in pcmreframe_process_event()
212 pck = gf_filter_pid_get_packet(ctx->ipid); in pcmreframe_process()
262 GF_FEVT_INIT(fevt, GF_FEVT_STOP, ctx->ipid); in pcmreframe_process()
263 gf_filter_pid_send_event(ctx->ipid, &fevt); in pcmreframe_process()
269 gf_filter_pid_drop_packet(ctx->ipid); in pcmreframe_process()
273 gf_filter_pid_send_event(ctx->ipid, &fevt); in pcmreframe_process()
[all …]
H A Dreframe_rawvid.c39 GF_FilterPid *ipid; member
62 ctx->ipid = NULL; in rawvidreframe_configure_pid()
69 ctx->ipid = pid; in rawvidreframe_configure_pid()
92 gf_filter_pid_copy_properties(ctx->opid, ctx->ipid); in rawvidreframe_configure_pid()
93 gf_filter_pid_set_framing_mode(ctx->ipid, GF_FALSE); in rawvidreframe_configure_pid()
152 GF_FEVT_INIT(fevt, GF_FEVT_SOURCE_SEEK, ctx->ipid); in rawvidreframe_process_event()
155 gf_filter_pid_send_event(ctx->ipid, &fevt); in rawvidreframe_process_event()
187 pck = gf_filter_pid_get_packet(ctx->ipid); in rawvidreframe_process()
251 gf_filter_pid_drop_packet(ctx->ipid); in rawvidreframe_process()
255 gf_filter_pid_send_event(ctx->ipid, &fevt); in rawvidreframe_process()
[all …]
H A Dreframe_img.c72 GF_FilterPid *ipid; member
91 ctx->ipid = NULL; in img_configure_pid()
99 ctx->ipid = pid; in img_configure_pid()
159 pck = gf_filter_pid_get_packet(ctx->ipid); in img_process()
161 if (gf_filter_pid_is_eos(ctx->ipid)) { in img_process()
218 gf_filter_pid_drop_packet(ctx->ipid); in img_process()
224 gf_filter_pid_drop_packet(ctx->ipid); in img_process()
257 gf_filter_pid_drop_packet(ctx->ipid); in img_process()
274 gf_filter_pid_drop_packet(ctx->ipid); in img_process()
288 gf_filter_pid_drop_packet(ctx->ipid); in img_process()
[all …]
H A Ddec_opensvc.c46 GF_FilterPid *ipid; member
84 if (ctx->streams[0].ipid == pid) { in osvcdec_configure_pid()
94 if (ctx->streams[i].ipid == pid) { in osvcdec_configure_pid()
95 ctx->streams[i].ipid = NULL; in osvcdec_configure_pid()
126 if (ctx->streams[i].ipid == pid) { in osvcdec_configure_pid()
147 ctx->streams[i+1].ipid = pid; in osvcdec_configure_pid()
162 ctx->streams[i].ipid = pid; in osvcdec_configure_pid()
172 ctx->streams[ctx->nb_streams].ipid = pid; in osvcdec_configure_pid()
316 if (!ctx->streams[idx].ipid) { in osvcdec_process()
386 if (!ctx->streams[idx].ipid) continue; in osvcdec_process()
[all …]
H A Dff_avf.c259 e = ffavf_setup_input(ctx, ipid); in ffavf_reconfigure_graph()
504 if (ipid->width) { in ffavf_process()
506 if (ipid->stride_uv) { in ffavf_process()
507 ctx->frame->data[1] = ctx->frame->data[0] + ipid->height * ipid->stride; in ffavf_process()
509 if (ipid->nb_planes==3) { in ffavf_process()
510 ctx->frame->data[2] = ctx->frame->data[1] + ipid->uv_height * ipid->stride_uv; in ffavf_process()
536 if (ipid->width) { in ffavf_process()
537 ctx->frame->width = ipid->width; in ffavf_process()
539 ctx->frame->format = ipid->pfmt; in ffavf_process()
547 ctx->frame->nb_samples = data_size / ipid->nb_ch / ipid->bps; in ffavf_process()
[all …]
H A Drewind.c37 GF_FilterPid *ipid, *opid; member
104 if (!ctx->ipid) { in rewind_configure_pid()
105 ctx->ipid = pid; in rewind_configure_pid()
107 gf_filter_pid_copy_properties(ctx->opid, ctx->ipid); in rewind_configure_pid()
118 gf_filter_pid_drop_packet(ctx->ipid); in rewind_process_video()
160 if (!ctx->ipid) return GF_OK; in rewind_process()
162 pck = gf_filter_pid_get_packet(ctx->ipid); in rewind_process()
165 if (gf_filter_pid_is_eos(ctx->ipid)) { in rewind_process()
176 gf_filter_pid_drop_packet(ctx->ipid); in rewind_process()
212 gf_filter_pid_drop_packet(ctx->ipid); in rewind_process()
H A Ddec_img.c33 GF_FilterPid *ipid, *opid; member
46 ctx->ipid = NULL; in imgdec_configure_pid()
55 ctx->ipid = pid; in imgdec_configure_pid()
61 gf_filter_pid_copy_properties(ctx->opid, ctx->ipid); in imgdec_configure_pid()
81 pck = gf_filter_pid_get_packet(ctx->ipid); in imgdec_process()
83 if (gf_filter_pid_is_eos(ctx->ipid)) { in imgdec_process()
105 gf_filter_pid_drop_packet(ctx->ipid); in imgdec_process()
140 gf_filter_pid_drop_packet(ctx->ipid); in imgdec_process()
H A Drewrite_mp4v.c37 GF_FilterPid *ipid; member
53 ctx->ipid = NULL; in m4vmx_configure_pid()
74 ctx->ipid = pid; in m4vmx_configure_pid()
80 gf_filter_pid_set_framing_mode(ctx->ipid, GF_TRUE); in m4vmx_configure_pid()
91 pck = gf_filter_pid_get_packet(ctx->ipid); in m4vmx_process()
93 if (gf_filter_pid_is_eos(ctx->ipid)) { in m4vmx_process()
132 gf_filter_pid_drop_packet(ctx->ipid); in m4vmx_process()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dreframe_rawpcm.c36 GF_FilterPid *ipid; member
58 ctx->ipid = NULL; in pcmreframe_configure_pid()
65 ctx->ipid = pid; in pcmreframe_configure_pid()
93 gf_filter_pid_copy_properties(ctx->opid, ctx->ipid); in pcmreframe_configure_pid()
165 gf_filter_pid_send_event(ctx->ipid, &fevt); in pcmreframe_process_event()
212 pck = gf_filter_pid_get_packet(ctx->ipid); in pcmreframe_process()
262 GF_FEVT_INIT(fevt, GF_FEVT_STOP, ctx->ipid); in pcmreframe_process()
263 gf_filter_pid_send_event(ctx->ipid, &fevt); in pcmreframe_process()
269 gf_filter_pid_drop_packet(ctx->ipid); in pcmreframe_process()
273 gf_filter_pid_send_event(ctx->ipid, &fevt); in pcmreframe_process()
[all …]
H A Dreframe_rawvid.c39 GF_FilterPid *ipid; member
62 ctx->ipid = NULL; in rawvidreframe_configure_pid()
69 ctx->ipid = pid; in rawvidreframe_configure_pid()
92 gf_filter_pid_copy_properties(ctx->opid, ctx->ipid); in rawvidreframe_configure_pid()
93 gf_filter_pid_set_framing_mode(ctx->ipid, GF_FALSE); in rawvidreframe_configure_pid()
152 GF_FEVT_INIT(fevt, GF_FEVT_SOURCE_SEEK, ctx->ipid); in rawvidreframe_process_event()
155 gf_filter_pid_send_event(ctx->ipid, &fevt); in rawvidreframe_process_event()
187 pck = gf_filter_pid_get_packet(ctx->ipid); in rawvidreframe_process()
251 gf_filter_pid_drop_packet(ctx->ipid); in rawvidreframe_process()
255 gf_filter_pid_send_event(ctx->ipid, &fevt); in rawvidreframe_process()
[all …]
H A Dreframe_img.c72 GF_FilterPid *ipid; member
91 ctx->ipid = NULL; in img_configure_pid()
99 ctx->ipid = pid; in img_configure_pid()
159 pck = gf_filter_pid_get_packet(ctx->ipid); in img_process()
161 if (gf_filter_pid_is_eos(ctx->ipid)) { in img_process()
218 gf_filter_pid_drop_packet(ctx->ipid); in img_process()
224 gf_filter_pid_drop_packet(ctx->ipid); in img_process()
257 gf_filter_pid_drop_packet(ctx->ipid); in img_process()
274 gf_filter_pid_drop_packet(ctx->ipid); in img_process()
288 gf_filter_pid_drop_packet(ctx->ipid); in img_process()
[all …]
H A Ddec_opensvc.c46 GF_FilterPid *ipid; member
84 if (ctx->streams[0].ipid == pid) { in osvcdec_configure_pid()
94 if (ctx->streams[i].ipid == pid) { in osvcdec_configure_pid()
95 ctx->streams[i].ipid = NULL; in osvcdec_configure_pid()
126 if (ctx->streams[i].ipid == pid) { in osvcdec_configure_pid()
147 ctx->streams[i+1].ipid = pid; in osvcdec_configure_pid()
162 ctx->streams[i].ipid = pid; in osvcdec_configure_pid()
172 ctx->streams[ctx->nb_streams].ipid = pid; in osvcdec_configure_pid()
316 if (!ctx->streams[idx].ipid) { in osvcdec_process()
386 if (!ctx->streams[idx].ipid) continue; in osvcdec_process()
[all …]
H A Dff_avf.c259 e = ffavf_setup_input(ctx, ipid); in ffavf_reconfigure_graph()
504 if (ipid->width) { in ffavf_process()
506 if (ipid->stride_uv) { in ffavf_process()
507 ctx->frame->data[1] = ctx->frame->data[0] + ipid->height * ipid->stride; in ffavf_process()
509 if (ipid->nb_planes==3) { in ffavf_process()
510 ctx->frame->data[2] = ctx->frame->data[1] + ipid->uv_height * ipid->stride_uv; in ffavf_process()
536 if (ipid->width) { in ffavf_process()
537 ctx->frame->width = ipid->width; in ffavf_process()
539 ctx->frame->format = ipid->pfmt; in ffavf_process()
547 ctx->frame->nb_samples = data_size / ipid->nb_ch / ipid->bps; in ffavf_process()
[all …]
H A Drewind.c37 GF_FilterPid *ipid, *opid; member
104 if (!ctx->ipid) { in rewind_configure_pid()
105 ctx->ipid = pid; in rewind_configure_pid()
107 gf_filter_pid_copy_properties(ctx->opid, ctx->ipid); in rewind_configure_pid()
118 gf_filter_pid_drop_packet(ctx->ipid); in rewind_process_video()
160 if (!ctx->ipid) return GF_OK; in rewind_process()
162 pck = gf_filter_pid_get_packet(ctx->ipid); in rewind_process()
165 if (gf_filter_pid_is_eos(ctx->ipid)) { in rewind_process()
176 gf_filter_pid_drop_packet(ctx->ipid); in rewind_process()
212 gf_filter_pid_drop_packet(ctx->ipid); in rewind_process()
H A Ddec_img.c33 GF_FilterPid *ipid, *opid; member
46 ctx->ipid = NULL; in imgdec_configure_pid()
55 ctx->ipid = pid; in imgdec_configure_pid()
61 gf_filter_pid_copy_properties(ctx->opid, ctx->ipid); in imgdec_configure_pid()
81 pck = gf_filter_pid_get_packet(ctx->ipid); in imgdec_process()
83 if (gf_filter_pid_is_eos(ctx->ipid)) { in imgdec_process()
105 gf_filter_pid_drop_packet(ctx->ipid); in imgdec_process()
140 gf_filter_pid_drop_packet(ctx->ipid); in imgdec_process()
H A Drewrite_mp4v.c37 GF_FilterPid *ipid; member
53 ctx->ipid = NULL; in m4vmx_configure_pid()
74 ctx->ipid = pid; in m4vmx_configure_pid()
80 gf_filter_pid_set_framing_mode(ctx->ipid, GF_TRUE); in m4vmx_configure_pid()
91 pck = gf_filter_pid_get_packet(ctx->ipid); in m4vmx_process()
93 if (gf_filter_pid_is_eos(ctx->ipid)) { in m4vmx_process()
132 gf_filter_pid_drop_packet(ctx->ipid); in m4vmx_process()
/dports/devel/libk8055/libk8055-0.2/
H A Dmain.c50 int ipid = 0; variable
119 ipid = 0; in read_param()
124 !Convert_StringToInt(params[i]+3,&ipid) ) erreurParam = true; in read_param()
168 fprintf(stderr,"Parameters : Card=%d Analog1=%d Analog2=%d Digital=%d\n",ipid,ia1,ia2,id8); in read_param()
170 if (ipid<0 || ipid>3){ in read_param()
226 if ( OpenDevice(ipid)<0 ) { in main()
227 …Could not open the k8055 (port:%d)\nPlease ensure that the device is correctly connected.\n",ipid); in main()

12345678910>>...20