Home
last modified time | relevance | path

Searched refs:out_pad (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/lite/src/delegate/tensorrt/op/
Ddeconvolution_tensorrt.cc152 auto out_pad = ms_op->output_paddings(); in SetAttributes() local
153 if (padding == nullptr || out_pad == nullptr) { in SetAttributes()
158 auto out_pad_val = std::vector<int64_t>(out_pad->begin(), out_pad->end()); // h, w in SetAttributes()
/third_party/ffmpeg/libavfilter/
Daf_ladspa.c68 int out_pad; member
172 s->in_trim == 0 && s->out_pad == 0 && in filter_frame()
201 s->in_trim = s->out_pad = find_latency(ctx, s); in filter_frame()
244 if (ret == AVERROR_EOF && s->out_pad > 0) { in request_frame()
245 AVFrame *frame = ff_get_audio_buffer(outlink, FFMIN(2048, s->out_pad)); in request_frame()
249 s->out_pad -= frame->nb_samples; in request_frame()
Dv360.h139 float in_pad, out_pad; member
Dvf_v360.c144 …{ "out_pad", "percent output cubemap pads", OFFSET(out_pad), AV_OPT_TYPE_FLOAT, {.dbl=0.f}, …
1391 const float scalew = s->fout_pad > 0 ? 1.f - s->fout_pad / (width / 3.f) : 1.f - s->out_pad; in cube3x2_to_xyz()
1392 const float scaleh = s->fout_pad > 0 ? 1.f - s->fout_pad / (height / 2.f) : 1.f - s->out_pad; in cube3x2_to_xyz()
1519 const float scalew = s->fout_pad > 0 ? 1.f - (float)(s->fout_pad) / width : 1.f - s->out_pad; in cube1x6_to_xyz()
1520 const float scaleh = s->fout_pad > 0 ? 1.f - s->fout_pad / (height / 6.f) : 1.f - s->out_pad; in cube1x6_to_xyz()
1552 const float scalew = s->fout_pad > 0 ? 1.f - s->fout_pad / (width / 6.f) : 1.f - s->out_pad; in cube6x1_to_xyz()
1553 const float scaleh = s->fout_pad > 0 ? 1.f - (float)(s->fout_pad) / height : 1.f - s->out_pad; in cube6x1_to_xyz()
3581 … const float scalew = s->fout_pad > 0 ? 1.f - s->fout_pad / (width * 2.f / 3.f) : 1.f - s->out_pad; in barrelsplit_to_xyz()
3582 … const float scaleh = s->fout_pad > 0 ? 1.f - s->fout_pad / (height / 2.f) : 1.f - s->out_pad; in barrelsplit_to_xyz()
3598 … const float scalew = s->fout_pad > 0 ? 1.f - s->fout_pad / (width / 3.f) : 1.f - s->out_pad; in barrelsplit_to_xyz()
[all …]
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxpartreader.c765 GstPad *out_pad = NULL; in new_decoded_pad_added_cb() local
779 out_pad = reader->get_pad_cb (reader, pad, reader->cb_data); in new_decoded_pad_added_cb()
780 if (out_pad == NULL) { in new_decoded_pad_added_cb()
787 proxy_pad = gst_splitmux_part_reader_new_proxy_pad (reader, out_pad); in new_decoded_pad_added_cb()
790 proxy_pad, out_pad); in new_decoded_pad_added_cb()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dmultiqueue.c319 GstPad *out_pad; member
454 pad_data[i].out_pad = outpad; in construct_n_pads()
587 gst_object_unref (pad_data[i].out_pad); in run_output_order_test()
693 gst_object_unref (pad_data[i].out_pad); in GST_START_TEST()
/third_party/ffmpeg/doc/
Dfilters.texi20454 @item out_pad
20810 ffmpeg -i input.mkv -vf v360=e:c3x2:cubic:out_pad=0.01 output.mkv