Home
last modified time | relevance | path

Searched refs:opid (Results 1 – 25 of 1130) sorted by relevance

12345678910>>...46

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dff_avf.c153 opid = NULL; in ffavf_setup_outputs()
155 if (!opid) { in ffavf_setup_outputs()
622 opid->tb_num = opid->io_filter_ctx->inputs[0]->time_base.num; in ffavf_process()
625 …gf_pixel_get_size_info(opid->gf_pfmt, opid->width, opid->height, &opid->out_size, &opid->stride, & in ffavf_process()
627 opid->uv_width = opid->width; in ffavf_process()
629 opid->uv_width = opid->width/2; in ffavf_process()
644 buffer += opid->height*opid->stride; in ffavf_process()
650 buffer += opid->uv_height*opid->stride_uv; in ffavf_process()
685 opid->tb_num = opid->io_filter_ctx->inputs[0]->time_base.num; in ffavf_process()
686 opid->bps = gf_audio_fmt_bit_depth(opid->gf_pfmt) / 8; in ffavf_process()
[all …]
H A Ddmx_mpegps.c38 GF_FilterPid *opid; member
91 st->opid = gf_filter_pid_new(filter); in m2psdmx_setup()
100 gf_filter_pid_copy_properties(st->opid, ctx->ipid); in m2psdmx_setup()
101 gf_filter_pid_set_name(st->opid, "Video"); in m2psdmx_setup()
158 st->opid = gf_filter_pid_new(filter); in m2psdmx_setup()
167 gf_filter_pid_copy_properties(st->opid, ctx->ipid); in m2psdmx_setup()
169 gf_filter_pid_set_name(st->opid, szName); in m2psdmx_setup()
211 gf_filter_pid_remove(st->opid); in m2psdmx_configure_pid()
274 if (pss->opid == evt->base.on_pid) in m2psdmx_process_event()
291 if (pss->opid == evt->base.on_pid) in m2psdmx_process_event()
[all …]
H A Din_rtp_sdp.c159 assert(!stream->opid); in rtpin_declare_pid()
160 stream->opid = gf_filter_pid_new(stream->rtpin->filter); in rtpin_declare_pid()
162 gf_filter_pid_set_property(stream->opid, GF_PROP_PID_ID, &PROP_UINT(ch_idx) ); in rtpin_declare_pid()
164 gf_filter_pid_set_property(stream->opid, GF_PROP_PID_ESID, &PROP_UINT(stream->ES_ID) ); in rtpin_declare_pid()
173 gf_filter_pid_set_property(stream->opid, GF_PROP_PID_DURATION, &PROP_FRAC64(dur) ); in rtpin_declare_pid()
178 gf_filter_pid_set_property(stream->opid, GF_PROP_PID_SCALABLE, &PROP_BOOL( GF_TRUE) ); in rtpin_declare_pid()
195 gf_filter_pid_set_property(stream->opid, GF_PROP_PID_IN_IOD, &PROP_BOOL( GF_TRUE ) ); in rtpin_declare_pid()
202 gf_filter_pid_set_property(stream->opid, GF_PROP_PID_IN_IOD, &PROP_BOOL( GF_TRUE ) ); in rtpin_declare_pid()
255 gf_filter_pid_recompute_dts(stream->opid, GF_TRUE); in rtpin_declare_pid()
257 gf_filter_pid_recompute_dts(stream->opid, GF_TRUE); in rtpin_declare_pid()
[all …]
H A Dreframe_rawvid.c41 GF_FilterPid *opid; member
63 gf_filter_pid_remove(ctx->opid); in rawvidreframe_configure_pid()
89 if (!ctx->opid) in rawvidreframe_configure_pid()
90 ctx->opid = gf_filter_pid_new(filter); in rawvidreframe_configure_pid()
92 gf_filter_pid_copy_properties(ctx->opid, ctx->ipid); in rawvidreframe_configure_pid()
121 gf_filter_pid_set_property_str(ctx->opid, "BufferLength", &PROP_UINT(0)); in rawvidreframe_configure_pid()
185 if (!ctx->is_playing && ctx->opid) return GF_OK; in rawvidreframe_process()
194 if (ctx->opid) in rawvidreframe_process()
195 gf_filter_pid_set_eos(ctx->opid); in rawvidreframe_process()
244 if (ctx->opid) in rawvidreframe_process()
[all …]
H A Dreframe_prores.c43 GF_FilterPid *opid; member
80 gf_filter_pid_remove(ctx->opid); in proresdmx_configure_pid()
90 if (ctx->timescale && !ctx->opid) { in proresdmx_configure_pid()
91 ctx->opid = gf_filter_pid_new(filter); in proresdmx_configure_pid()
324 if (!ctx->opid) { in proresdmx_check_pid()
421 if (!ctx->is_playing && ctx->opid) in proresdmx_process_buffer()
448 if (ctx->opid) in proresdmx_process_buffer()
482 if (!ctx->is_playing && ctx->opid) in proresdmx_process()
504 if (ctx->opid) in proresdmx_process()
505 gf_filter_pid_set_eos(ctx->opid); in proresdmx_process()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dff_avf.c153 opid = NULL; in ffavf_setup_outputs()
155 if (!opid) { in ffavf_setup_outputs()
622 opid->tb_num = opid->io_filter_ctx->inputs[0]->time_base.num; in ffavf_process()
625 …gf_pixel_get_size_info(opid->gf_pfmt, opid->width, opid->height, &opid->out_size, &opid->stride, & in ffavf_process()
627 opid->uv_width = opid->width; in ffavf_process()
629 opid->uv_width = opid->width/2; in ffavf_process()
644 buffer += opid->height*opid->stride; in ffavf_process()
650 buffer += opid->uv_height*opid->stride_uv; in ffavf_process()
685 opid->tb_num = opid->io_filter_ctx->inputs[0]->time_base.num; in ffavf_process()
686 opid->bps = gf_audio_fmt_bit_depth(opid->gf_pfmt) / 8; in ffavf_process()
[all …]
H A Ddmx_mpegps.c38 GF_FilterPid *opid; member
91 st->opid = gf_filter_pid_new(filter); in m2psdmx_setup()
100 gf_filter_pid_copy_properties(st->opid, ctx->ipid); in m2psdmx_setup()
101 gf_filter_pid_set_name(st->opid, "Video"); in m2psdmx_setup()
158 st->opid = gf_filter_pid_new(filter); in m2psdmx_setup()
167 gf_filter_pid_copy_properties(st->opid, ctx->ipid); in m2psdmx_setup()
169 gf_filter_pid_set_name(st->opid, szName); in m2psdmx_setup()
211 gf_filter_pid_remove(st->opid); in m2psdmx_configure_pid()
274 if (pss->opid == evt->base.on_pid) in m2psdmx_process_event()
291 if (pss->opid == evt->base.on_pid) in m2psdmx_process_event()
[all …]
H A Din_rtp_sdp.c159 assert(!stream->opid); in rtpin_declare_pid()
160 stream->opid = gf_filter_pid_new(stream->rtpin->filter); in rtpin_declare_pid()
162 gf_filter_pid_set_property(stream->opid, GF_PROP_PID_ID, &PROP_UINT(ch_idx) ); in rtpin_declare_pid()
164 gf_filter_pid_set_property(stream->opid, GF_PROP_PID_ESID, &PROP_UINT(stream->ES_ID) ); in rtpin_declare_pid()
173 gf_filter_pid_set_property(stream->opid, GF_PROP_PID_DURATION, &PROP_FRAC64(dur) ); in rtpin_declare_pid()
178 gf_filter_pid_set_property(stream->opid, GF_PROP_PID_SCALABLE, &PROP_BOOL( GF_TRUE) ); in rtpin_declare_pid()
195 gf_filter_pid_set_property(stream->opid, GF_PROP_PID_IN_IOD, &PROP_BOOL( GF_TRUE ) ); in rtpin_declare_pid()
202 gf_filter_pid_set_property(stream->opid, GF_PROP_PID_IN_IOD, &PROP_BOOL( GF_TRUE ) ); in rtpin_declare_pid()
255 gf_filter_pid_recompute_dts(stream->opid, GF_TRUE); in rtpin_declare_pid()
257 gf_filter_pid_recompute_dts(stream->opid, GF_TRUE); in rtpin_declare_pid()
[all …]
H A Dreframe_rawvid.c41 GF_FilterPid *opid; member
63 gf_filter_pid_remove(ctx->opid); in rawvidreframe_configure_pid()
89 if (!ctx->opid) in rawvidreframe_configure_pid()
90 ctx->opid = gf_filter_pid_new(filter); in rawvidreframe_configure_pid()
92 gf_filter_pid_copy_properties(ctx->opid, ctx->ipid); in rawvidreframe_configure_pid()
121 gf_filter_pid_set_property_str(ctx->opid, "BufferLength", &PROP_UINT(0)); in rawvidreframe_configure_pid()
185 if (!ctx->is_playing && ctx->opid) return GF_OK; in rawvidreframe_process()
194 if (ctx->opid) in rawvidreframe_process()
195 gf_filter_pid_set_eos(ctx->opid); in rawvidreframe_process()
244 if (ctx->opid) in rawvidreframe_process()
[all …]
H A Dreframe_prores.c43 GF_FilterPid *opid; member
80 gf_filter_pid_remove(ctx->opid); in proresdmx_configure_pid()
90 if (ctx->timescale && !ctx->opid) { in proresdmx_configure_pid()
91 ctx->opid = gf_filter_pid_new(filter); in proresdmx_configure_pid()
324 if (!ctx->opid) { in proresdmx_check_pid()
421 if (!ctx->is_playing && ctx->opid) in proresdmx_process_buffer()
448 if (ctx->opid) in proresdmx_process_buffer()
482 if (!ctx->is_playing && ctx->opid) in proresdmx_process()
504 if (ctx->opid) in proresdmx_process()
505 gf_filter_pid_set_eos(ctx->opid); in proresdmx_process()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/influxdata/influxdb-client-go/v2/domain/templates/
H A Dclient-with-responses.tmpl18 {{$opid := .OperationId -}}
22opid}}{{.Suffix}}WithResponse(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}, pa…
24 {{end}}{{/* range . $opid := .OperationId */}}
27 {{range .}}{{$opid := .OperationId}}{{$op := .}}
28 type {{$opid | ucFirst}}Response struct {
55 {{$opid := .OperationId -}}
71opid}}{{.Suffix}}WithResponse(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}, pa…
83 {{range .}}{{$opid := .OperationId}}
85 // Parse{{genResponseTypeName $opid | ucFirst}} parses an HTTP response from a {{$opid}}WithRespons…
86 func Parse{{genResponseTypeName $opid | ucFirst}}(rsp *http.Response) (*{{genResponseTypeName $opid
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb-client-go/v2/domain/templates/
H A Dclient-with-responses.tmpl18 {{$opid := .OperationId -}}
22opid}}{{.Suffix}}WithResponse(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}, pa…
24 {{end}}{{/* range . $opid := .OperationId */}}
27 {{range .}}{{$opid := .OperationId}}{{$op := .}}
28 type {{$opid | ucFirst}}Response struct {
55 {{$opid := .OperationId -}}
71opid}}{{.Suffix}}WithResponse(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}, pa…
83 {{range .}}{{$opid := .OperationId}}
85 // Parse{{genResponseTypeName $opid | ucFirst}} parses an HTTP response from a {{$opid}}WithRespons…
86 func Parse{{genResponseTypeName $opid | ucFirst}}(rsp *http.Response) (*{{genResponseTypeName $opid
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/
H A Dclient-with-responses.tmpl33 {{$opid := .OperationId -}}
37opid}}{{.Suffix}}WithResponse(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}, pa…
39 {{end}}{{/* range . $opid := .OperationId */}}
42 {{range .}}{{$opid := .OperationId}}{{$op := .}}
43 type {{$opid | ucFirst}}Response struct {
70 {{$opid := .OperationId -}}
86opid}}{{.Suffix}}WithResponse(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}, pa…
98 {{range .}}{{$opid := .OperationId}}
100 // Parse{{genResponseTypeName $opid | ucFirst}} parses an HTTP response from a {{$opid}}WithRespons…
101 func Parse{{genResponseTypeName $opid | ucFirst}}(rsp *http.Response) (*{{genResponseTypeName $opid
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/
H A Dclient-with-responses.tmpl33 {{$opid := .OperationId -}}
37opid}}{{.Suffix}}WithResponse(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}, pa…
39 {{end}}{{/* range . $opid := .OperationId */}}
42 {{range .}}{{$opid := .OperationId}}{{$op := .}}
43 type {{$opid | ucFirst}}Response struct {
70 {{$opid := .OperationId -}}
86opid}}{{.Suffix}}WithResponse(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}, pa…
98 {{range .}}{{$opid := .OperationId}}
100 // Parse{{genResponseTypeName $opid | ucFirst}} parses an HTTP response from a {{$opid}}WithRespons…
101 func Parse{{genResponseTypeName $opid | ucFirst}}(rsp *http.Response) (*{{genResponseTypeName $opid
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/
H A Dclient-with-responses.tmpl33 {{$opid := .OperationId -}}
37opid}}{{.Suffix}}WithResponse(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}, pa…
39 {{end}}{{/* range . $opid := .OperationId */}}
42 {{range .}}{{$opid := .OperationId}}{{$op := .}}
43 type {{$opid | ucFirst}}Response struct {
70 {{$opid := .OperationId -}}
86opid}}{{.Suffix}}WithResponse(ctx context.Context{{genParamArgs $pathParams}}{{if $hasParams}}, pa…
98 {{range .}}{{$opid := .OperationId}}
100 // Parse{{genResponseTypeName $opid | ucFirst}} parses an HTTP response from a {{$opid}}WithRespons…
101 func Parse{{genResponseTypeName $opid | ucFirst}}(rsp *http.Response) (*{{genResponseTypeName $opid
[all …]
/dports/deskutils/recoll/recoll-1.31.2/index/
H A Drclmon.sh44 opid=0
48 read opid junk < $pidfile
51 if test $opid -gt 0; then
52 out=`kill -0 ${opid} 2>&1`
55 opid=0
66 if test "$opid" -ne 0 ; then
67 fatal "Already running process: $opid"
72 if test "$opid" -eq 0 ; then
75 kill $opid
/dports/devel/clthreads/clthreads-2.4.2/source/
H A Ditc_ctrl.cc146 int ITC_ctrl::send_event (unsigned int opid, ITC_mesg *M) in send_event() argument
148 if ((opid < N_OP) && _dest [opid]) return _dest [opid]->put_event (_ipid [opid], M); in send_event()
153 int ITC_ctrl::send_event (unsigned int opid, unsigned int incr) in send_event() argument
155 if ((opid < N_OP) && _dest [opid]) return _dest [opid]->put_event (_ipid [opid], incr); in send_event()
160 void ITC_ctrl::connect (ITC_ctrl *srce, unsigned int opid, in connect() argument
164 assert (opid < N_OP); in connect()
167 srce->_dest [opid] = 0; in connect()
168 srce->_ipid [opid] = ipid; in connect()
169 srce->_dest [opid] = dest; in connect()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libedata-cal/
H A De-data-cal.h76 guint32 opid,
79 guint32 opid,
82 guint32 opid,
87 guint32 opid,
92 guint32 opid,
97 guint32 opid,
103 guint32 opid,
109 guint32 opid,
116 guint32 opid,
119 guint32 opid,
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/impex/csv/
H A Dcsv_saver.cpp357 if (opid == COMPOSITE_OVER) return "Color"; in convertToBlending()
358 if (opid == COMPOSITE_BEHIND) return "Behind"; in convertToBlending()
359 if (opid == COMPOSITE_ERASE) return "Erase"; in convertToBlending()
363 if (opid == COMPOSITE_HUE) return "Hue"; in convertToBlending()
364 if ((opid == COMPOSITE_ADD) || in convertToBlending()
367 if (opid == COMPOSITE_MULT) return "Multiply"; in convertToBlending()
368 if (opid == COMPOSITE_SCREEN) return "Screen"; in convertToBlending()
372 if (opid == COMPOSITE_DIVIDE) return "Divide"; in convertToBlending()
374 if (opid == COMPOSITE_DODGE) return "Light2"; in convertToBlending()
375 if (opid == COMPOSITE_BURN) return "Shade2"; in convertToBlending()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/sccs/sccs/lib/mpwlib/src/
H A Dlockit.c90 pid_t opid; local
138 opid = pid; /* In case file is empty */
140 (void) read(fd, (char *)&opid, sizeof (opid));
148 if (opid == pid) /* Recursive lock attempt */
150 if (opid == getppid()) /* Lock held by our parent */
152 if (kill((int) opid, 0) == -1 && errno == ESRCH) {
322 pid_t opid; local
330 n = read(fd, (char *)&opid, sizeof (opid));
333 if (n == sizeof (opid) && opid == pid && (equal(ouuname, uuname))) {
336 if (n == sizeof (opid) && (equal(ouuname, uuname))) {
[all …]
/dports/devel/smake/schily-2021-09-18/sccs/sccs/lib/mpwlib/src/
H A Dlockit.c90 pid_t opid; local
138 opid = pid; /* In case file is empty */
140 (void) read(fd, (char *)&opid, sizeof (opid));
148 if (opid == pid) /* Recursive lock attempt */
150 if (opid == getppid()) /* Lock held by our parent */
152 if (kill((int) opid, 0) == -1 && errno == ESRCH) {
322 pid_t opid; local
330 n = read(fd, (char *)&opid, sizeof (opid));
333 if (n == sizeof (opid) && opid == pid && (equal(ouuname, uuname))) {
336 if (n == sizeof (opid) && (equal(ouuname, uuname))) {
[all …]
/dports/devel/schilybase/schily-2021-09-18/sccs/sccs/lib/mpwlib/src/
H A Dlockit.c90 pid_t opid; local
138 opid = pid; /* In case file is empty */
140 (void) read(fd, (char *)&opid, sizeof (opid));
148 if (opid == pid) /* Recursive lock attempt */
150 if (opid == getppid()) /* Lock held by our parent */
152 if (kill((int) opid, 0) == -1 && errno == ESRCH) {
322 pid_t opid; local
330 n = read(fd, (char *)&opid, sizeof (opid));
333 if (n == sizeof (opid) && opid == pid && (equal(ouuname, uuname))) {
336 if (n == sizeof (opid) && (equal(ouuname, uuname))) {
[all …]
/dports/devel/sccs/schily-2021-09-18/sccs/sccs/lib/mpwlib/src/
H A Dlockit.c90 pid_t opid; local
138 opid = pid; /* In case file is empty */
140 (void) read(fd, (char *)&opid, sizeof (opid));
148 if (opid == pid) /* Recursive lock attempt */
150 if (opid == getppid()) /* Lock held by our parent */
152 if (kill((int) opid, 0) == -1 && errno == ESRCH) {
322 pid_t opid; local
330 n = read(fd, (char *)&opid, sizeof (opid));
333 if (n == sizeof (opid) && opid == pid && (equal(ouuname, uuname))) {
336 if (n == sizeof (opid) && (equal(ouuname, uuname))) {
[all …]
/dports/net/rscsi/schily-2021-09-18/sccs/sccs/lib/mpwlib/src/
H A Dlockit.c90 pid_t opid; local
138 opid = pid; /* In case file is empty */
140 (void) read(fd, (char *)&opid, sizeof (opid));
148 if (opid == pid) /* Recursive lock attempt */
150 if (opid == getppid()) /* Lock held by our parent */
152 if (kill((int) opid, 0) == -1 && errno == ESRCH) {
322 pid_t opid; local
330 n = read(fd, (char *)&opid, sizeof (opid));
333 if (n == sizeof (opid) && opid == pid && (equal(ouuname, uuname))) {
336 if (n == sizeof (opid) && (equal(ouuname, uuname))) {
[all …]
/dports/archivers/star/schily-2021-09-18/sccs/sccs/lib/mpwlib/src/
H A Dlockit.c90 pid_t opid; local
138 opid = pid; /* In case file is empty */
140 (void) read(fd, (char *)&opid, sizeof (opid));
148 if (opid == pid) /* Recursive lock attempt */
150 if (opid == getppid()) /* Lock held by our parent */
152 if (kill((int) opid, 0) == -1 && errno == ESRCH) {
322 pid_t opid; local
330 n = read(fd, (char *)&opid, sizeof (opid));
333 if (n == sizeof (opid) && opid == pid && (equal(ouuname, uuname))) {
336 if (n == sizeof (opid) && (equal(ouuname, uuname))) {
[all …]

12345678910>>...46