Home
last modified time | relevance | path

Searched refs:out_frame (Results 1 – 25 of 1577) sorted by relevance

12345678910>>...64

/dports/misc/vxl/vxl-3.3.2/core/vidl/
H A Dvidl_convert.cxx60 assert(in_frame.size() == out_frame.size()); in copy_conversion()
356 vxl_byte * green = red + out_frame.ni() * out_frame.nj(); in apply()
357 vxl_byte * blue = green + out_frame.ni() * out_frame.nj(); in apply()
478 return (*table[in_frame.pixel_format()][out_frame.pixel_format()])(in_frame, out_frame); in operator ()()
505 conversion_table(temp_frame, out_frame);
531 …if (out_frame.size() != out_size || out_frame.ni() != ni || out_frame.nj() != nj || !out_frame.dat… in vidl_convert_frame()
540 return vidl_ffmpeg_convert(in_frame, out_frame); in vidl_convert_frame()
561 if (vidl_convert_frame(*in_frame, *out_frame)) in vidl_convert_frame()
562 return out_frame; in vidl_convert_frame()
741 vidl_convert_frame(frame, *out_frame); in vidl_convert_to_view()
[all …]
H A Dvidl_ffmpeg_convert.cxx107 vidl_ffmpeg_convert(vidl_frame const & in_frame, vidl_frame & out_frame) in vidl_ffmpeg_convert() argument
111 AVPixelFormat out_fmt = vidl_pixel_format_to_ffmpeg(out_frame.pixel_format()); in vidl_ffmpeg_convert()
120 …if (out_frame.size() != out_size || out_frame.ni() != ni || out_frame.nj() != nj || !out_frame.dat… in vidl_ffmpeg_convert()
135 avpicture_fill(&out_pic, (uint8_t *)out_frame.data(), out_fmt, ni, nj); in vidl_ffmpeg_convert()
150 vidl_ffmpeg_convert(const vidl_frame_sptr & in_frame, vidl_frame_sptr & out_frame) in vidl_ffmpeg_convert() argument
152 if (!in_frame || !out_frame) in vidl_ffmpeg_convert()
157 AVPixelFormat out_fmt = vidl_pixel_format_to_ffmpeg(out_frame->pixel_format()); in vidl_ffmpeg_convert()
166 …if (out_frame->size() != out_size || out_frame->ni() != ni || out_frame->nj() != nj || !out_frame-… in vidl_ffmpeg_convert()
167 out_frame = new vidl_memory_chunk_frame( in vidl_ffmpeg_convert()
168 ni, nj, out_frame->pixel_format(), new vil_memory_chunk(out_size, VIL_PIXEL_FORMAT_BYTE)); in vidl_ffmpeg_convert()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/planar/
H A Dboxblur.c210 vo_frame_t *out_frame; in boxblur_draw() local
242 _x_post_frame_copy_down(frame, out_frame); in boxblur_draw()
260 vBlur(out_frame->base[0], out_frame->base[0], yv12_frame->width, yv12_frame->height, in boxblur_draw()
261out_frame->pitches[0], out_frame->pitches[0], this->params.luma_radius, this->params.luma_power); in boxblur_draw()
262 vBlur(out_frame->base[1], out_frame->base[1], cw,ch, in boxblur_draw()
263 out_frame->pitches[1], out_frame->pitches[1], chroma_radius, chroma_power); in boxblur_draw()
264 vBlur(out_frame->base[2], out_frame->base[2], cw,ch, in boxblur_draw()
265 out_frame->pitches[2], out_frame->pitches[2], chroma_radius, chroma_power); in boxblur_draw()
269 skip = out_frame->draw(out_frame, stream); in boxblur_draw()
271 _x_post_frame_copy_up(frame, out_frame); in boxblur_draw()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_stagedesc.c23 struct ia_css_frame *out_frame[], in ia_css_pipe_get_generic_stage_desc() argument
30 stage_desc, binary, out_frame, in_frame, vf_frame); in ia_css_pipe_get_generic_stage_desc()
45 stage_desc->out_frame[i] = out_frame[i]; in ia_css_pipe_get_generic_stage_desc()
55 struct ia_css_frame *out_frame[], in ia_css_pipe_get_firmwares_stage_desc() argument
72 stage_desc->out_frame[i] = out_frame[i]; in ia_css_pipe_get_firmwares_stage_desc()
93 stage_desc->out_frame[i] = NULL; in ia_css_pipe_get_acc_stage_desc()
100 struct ia_css_frame *out_frame, in ia_css_pipe_get_sp_func_stage_desc() argument
114 stage_desc->out_frame[0] = out_frame; in ia_css_pipe_get_sp_func_stage_desc()
116 stage_desc->out_frame[i] = NULL; in ia_css_pipe_get_sp_func_stage_desc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_stagedesc.c23 struct ia_css_frame *out_frame[], in ia_css_pipe_get_generic_stage_desc() argument
30 stage_desc, binary, out_frame, in_frame, vf_frame); in ia_css_pipe_get_generic_stage_desc()
45 stage_desc->out_frame[i] = out_frame[i]; in ia_css_pipe_get_generic_stage_desc()
55 struct ia_css_frame *out_frame[], in ia_css_pipe_get_firmwares_stage_desc() argument
72 stage_desc->out_frame[i] = out_frame[i]; in ia_css_pipe_get_firmwares_stage_desc()
93 stage_desc->out_frame[i] = NULL; in ia_css_pipe_get_acc_stage_desc()
100 struct ia_css_frame *out_frame, in ia_css_pipe_get_sp_func_stage_desc() argument
114 stage_desc->out_frame[0] = out_frame; in ia_css_pipe_get_sp_func_stage_desc()
116 stage_desc->out_frame[i] = NULL; in ia_css_pipe_get_sp_func_stage_desc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_stagedesc.c23 struct ia_css_frame *out_frame[], in ia_css_pipe_get_generic_stage_desc() argument
30 stage_desc, binary, out_frame, in_frame, vf_frame); in ia_css_pipe_get_generic_stage_desc()
45 stage_desc->out_frame[i] = out_frame[i]; in ia_css_pipe_get_generic_stage_desc()
55 struct ia_css_frame *out_frame[], in ia_css_pipe_get_firmwares_stage_desc() argument
72 stage_desc->out_frame[i] = out_frame[i]; in ia_css_pipe_get_firmwares_stage_desc()
93 stage_desc->out_frame[i] = NULL; in ia_css_pipe_get_acc_stage_desc()
100 struct ia_css_frame *out_frame, in ia_css_pipe_get_sp_func_stage_desc() argument
114 stage_desc->out_frame[0] = out_frame; in ia_css_pipe_get_sp_func_stage_desc()
116 stage_desc->out_frame[i] = NULL; in ia_css_pipe_get_sp_func_stage_desc()
/dports/multimedia/zoneminder/zoneminder-1.36.5/src/
H A Dzm_packet.cpp33 out_frame(nullptr), in ZMPacket()
53 out_frame(nullptr), in ZMPacket()
73 out_frame(nullptr), in ZMPacket()
96 if (out_frame) av_frame_free(&out_frame); in ~ZMPacket()
253 if (!out_frame) { in get_out_frame()
255 if (!out_frame) { in get_out_frame()
270 out_frame->data, in get_out_frame()
271 out_frame->linesize, in get_out_frame()
288 (AVPicture *)out_frame, in get_out_frame()
295 out_frame->width = width; in get_out_frame()
[all …]
/dports/audio/festival/speech_tools/sigpr/
H A Dsigpr_frame.cc68 EST_FVector &out_frame) in convert2lpc() argument
71 sig2lpc(in_frame, out_frame); in convert2lpc()
73 lsf2lpc(in_frame, out_frame); in convert2lpc()
75 ref2lpc(in_frame, out_frame); in convert2lpc()
82 EST_FVector &out_frame) in convert2ref() argument
106 EST_FVector &out_frame) in convert2area() argument
130 EST_FVector &out_frame) in convert2cep() argument
140 lpc2cep(tmp, out_frame); in convert2cep()
146 lpc2cep(tmp, out_frame); in convert2cep()
152 lpc2cep(tmp, out_frame); in convert2cep()
[all …]
/dports/multimedia/gavl/gavl-1.4.0/src/
H A Dcolorspace_test.c1418 out_frame = tmp_frame; in write_file()
1424 out_frame = tmp_frame; in write_file()
1429 out_frame = tmp_frame; in write_file()
1434 out_frame = tmp_frame; in write_file()
1439 out_frame = tmp_frame; in write_file()
1444 out_frame = tmp_frame; in write_file()
1451 out_frame = frame; in write_file()
1456 out_frame = tmp_frame; in write_file()
1461 out_frame = tmp_frame; in write_file()
1466 out_frame = tmp_frame; in write_file()
[all …]
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideomedian.c81 GstVideoFrame * in_frame, GstVideoFrame * out_frame);
227 GstVideoFrame * in_frame, GstVideoFrame * out_frame) in gst_video_median_transform_frame() argument
232 median_5 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
233 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 gst_video_frame_copy_plane (out_frame, in_frame, 1); in gst_video_median_transform_frame()
243 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
256 median_9 (GST_VIDEO_FRAME_PLANE_DATA (out_frame, 0), in gst_video_median_transform_frame()
257 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
267 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
[all …]

12345678910>>...64