Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FRAME_PLANE_STRIDE (Results 1 – 25 of 61) sorted by relevance

123

/third_party/gstreamer/gstplugins_good/gst/videofilter/
Dgstvideomedian.c237 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
239 GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 0), in gst_video_median_transform_frame()
247 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
249 GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 1), in gst_video_median_transform_frame()
253 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 2), in gst_video_median_transform_frame()
255 GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 2), in gst_video_median_transform_frame()
261 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0), in gst_video_median_transform_frame()
263 GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 0), in gst_video_median_transform_frame()
271 GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 1), in gst_video_median_transform_frame()
273 GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 1), in gst_video_median_transform_frame()
[all …]
Dgstvideoflip.c235 src_y_stride = GST_VIDEO_FRAME_PLANE_STRIDE (src, 0); in gst_video_flip_planar_yuv()
236 src_u_stride = GST_VIDEO_FRAME_PLANE_STRIDE (src, 1); in gst_video_flip_planar_yuv()
237 src_v_stride = GST_VIDEO_FRAME_PLANE_STRIDE (src, 2); in gst_video_flip_planar_yuv()
239 dest_y_stride = GST_VIDEO_FRAME_PLANE_STRIDE (dest, 0); in gst_video_flip_planar_yuv()
240 dest_u_stride = GST_VIDEO_FRAME_PLANE_STRIDE (dest, 1); in gst_video_flip_planar_yuv()
241 dest_v_stride = GST_VIDEO_FRAME_PLANE_STRIDE (dest, 2); in gst_video_flip_planar_yuv()
485 src_y_stride = GST_VIDEO_FRAME_PLANE_STRIDE (src, 0); in gst_video_flip_semi_planar_yuv()
486 src_uv_stride = GST_VIDEO_FRAME_PLANE_STRIDE (src, 1); in gst_video_flip_semi_planar_yuv()
488 dest_y_stride = GST_VIDEO_FRAME_PLANE_STRIDE (dest, 0); in gst_video_flip_semi_planar_yuv()
489 dest_uv_stride = GST_VIDEO_FRAME_PLANE_STRIDE (dest, 1); in gst_video_flip_semi_planar_yuv()
[all …]
Dgstvideobalance.c190 ystride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in gst_video_balance_planar_yuv()
207 ustride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 1); in gst_video_balance_planar_yuv()
208 vstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 2); in gst_video_balance_planar_yuv()
246 ystride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in gst_video_balance_semiplanar_yuv()
262 uvstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 1); in gst_video_balance_semiplanar_yuv()
300 stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in gst_video_balance_packed_yuv()
380 stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in gst_video_balance_packed_rgb()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstaudiovisualizer.c176 ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); in shader_fade()
178 ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); in shader_fade()
204 ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); in shader_fade_and_move_up()
206 ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); in shader_fade_and_move_up()
232 ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); in shader_fade_and_move_down()
234 ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); in shader_fade_and_move_down()
260 ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); in shader_fade_and_move_left()
262 ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); in shader_fade_and_move_left()
292 ss = GST_VIDEO_FRAME_PLANE_STRIDE (sframe, 0); in shader_fade_and_move_right()
294 ds = GST_VIDEO_FRAME_PLANE_STRIDE (dframe, 0); in shader_fade_and_move_right()
[all …]
/third_party/gstreamer/gstplugins_good/gst/videocrop/
Dgstvideocrop.c261 in_stride = GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 0); in gst_video_crop_transform_packed_complex()
262 out_stride = GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0); in gst_video_crop_transform_packed_complex()
313 in_stride = GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 0); in gst_video_crop_transform_packed_simple()
314 out_stride = GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0); in gst_video_crop_transform_packed_simple()
369 subsampled_crop_top) * GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, p); in gst_video_crop_transform_planar()
378 plane_in += GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, p); in gst_video_crop_transform_planar()
379 plane_out += GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, p); in gst_video_crop_transform_planar()
407 y_in += crop_top * GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 0) + crop_left; in gst_video_crop_transform_semi_planar()
412 y_in += GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 0); in gst_video_crop_transform_semi_planar()
413 y_out += GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0); in gst_video_crop_transform_semi_planar()
[all …]
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/tomsmocomp/
DTomsMoCompAll.inc98 src_pitch = GST_VIDEO_FRAME_PLANE_STRIDE (outframe, 0) * 2;
99 dst_pitch = GST_VIDEO_FRAME_PLANE_STRIDE (outframe, 0);
100 rowsize = GST_VIDEO_FRAME_PLANE_STRIDE (outframe, 0);
106 pCopySrc += GST_VIDEO_FRAME_PLANE_STRIDE (history[history_count-1].frame, 0);
109 pCopySrcP += GST_VIDEO_FRAME_PLANE_STRIDE (history[history_count-3].frame, 0);
112 pWeaveSrc += GST_VIDEO_FRAME_PLANE_STRIDE (history[history_count-2].frame, 0);
115 pWeaveSrcP += GST_VIDEO_FRAME_PLANE_STRIDE (history[history_count-4].frame, 0);
/third_party/gstreamer/gstplugins_good/ext/cairo/
Dgstcairooverlay.c240 int stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in gst_video_overlay_rectangle_premultiply_0()
265 int stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in gst_video_overlay_rectangle_premultiply_3()
310 int stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in gst_video_overlay_rectangle_unpremultiply_0()
337 int stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in gst_video_overlay_rectangle_unpremultiply_3()
428 GST_VIDEO_FRAME_HEIGHT (&frame), GST_VIDEO_FRAME_PLANE_STRIDE (&frame, in gst_cairo_overlay_transform_ip()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlacemethod.c371 data += CLAMP_HI (CLAMP_LOW (line)) * GST_VIDEO_FRAME_PLANE_STRIDE ((frame), in get_line()
397 frame_width = GST_VIDEO_FRAME_PLANE_STRIDE (outframe, 0); in gst_deinterlace_simple_method_deinterlace_frame_packed()
400 frame_width = MIN (frame_width, GST_VIDEO_FRAME_PLANE_STRIDE (frame0, 0)); in gst_deinterlace_simple_method_deinterlace_frame_packed()
405 frame_width = MIN (frame_width, GST_VIDEO_FRAME_PLANE_STRIDE (framep, 0)); in gst_deinterlace_simple_method_deinterlace_frame_packed()
413 frame_width = MIN (frame_width, GST_VIDEO_FRAME_PLANE_STRIDE (frame1, 0)); in gst_deinterlace_simple_method_deinterlace_frame_packed()
419 frame_width = MIN (frame_width, GST_VIDEO_FRAME_PLANE_STRIDE (frame2, 0)); in gst_deinterlace_simple_method_deinterlace_frame_packed()
422 GST_VIDEO_FRAME_PLANE_STRIDE((x),0)) in gst_deinterlace_simple_method_deinterlace_frame_packed()
540 GST_VIDEO_FRAME_PLANE_STRIDE((x),plane)) in gst_deinterlace_simple_method_deinterlace_frame_planar_plane()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstnavigationtest.c144 stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in draw_box_planar411()
153 stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 1); in draw_box_planar411()
166 stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 2); in draw_box_planar411()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstvideocodectestsink.c222 stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, plane); in gst_video_codec_test_sink_process_i420()
249 stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in gst_video_codec_test_sink_process_nv12()
264 stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 1); in gst_video_codec_test_sink_process_nv12()
/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstsmptealpha.c307 src_wrap = GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 0) - (width << 2); \
308 dest_wrap = GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0) - (width << 2); \
360 src_wrap = GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 0) - (width << 2); in gst_smpte_alpha_process_ayuv_ayuv()
361 dest_wrap = GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0) - (width << 2); in gst_smpte_alpha_process_ayuv_ayuv()
422 dest_wrap = GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0) - (width << 2); in gst_smpte_alpha_process_i420_ayuv()
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstrev.c127 sstride = GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 0); in gst_revtv_transform_frame()
129 dstride = GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0); in gst_revtv_transform_frame()
Dgstwarp.c159 sstride = GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 0); in gst_warptv_transform_frame()
160 dstride = GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0); in gst_warptv_transform_frame()
Dgstvertigo.c179 sstride = GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, 0); in gst_vertigotv_transform_frame()
181 dstride = GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0); in gst_vertigotv_transform_frame()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideoenc.cpp567 if (GST_VIDEO_FRAME_PLANE_STRIDE (vframe, 0) != in gst_mf_video_enc_frame_needs_copy()
568 2 * GST_VIDEO_FRAME_PLANE_STRIDE (vframe, 1) || in gst_mf_video_enc_frame_needs_copy()
569 GST_VIDEO_FRAME_PLANE_STRIDE (vframe, 1) != in gst_mf_video_enc_frame_needs_copy()
570 GST_VIDEO_FRAME_PLANE_STRIDE (vframe, 2)) { in gst_mf_video_enc_frame_needs_copy()
574 size = GST_VIDEO_FRAME_PLANE_STRIDE (vframe, 0) * in gst_mf_video_enc_frame_needs_copy()
585 size = GST_VIDEO_FRAME_PLANE_STRIDE (vframe, 1) * in gst_mf_video_enc_frame_needs_copy()
607 if (GST_VIDEO_FRAME_PLANE_STRIDE (vframe, 0) != in gst_mf_video_enc_frame_needs_copy()
608 GST_VIDEO_FRAME_PLANE_STRIDE (vframe, 1)) { in gst_mf_video_enc_frame_needs_copy()
612 size = GST_VIDEO_FRAME_PLANE_STRIDE (vframe, 0) * in gst_mf_video_enc_frame_needs_copy()
985 src_stride = GST_VIDEO_FRAME_PLANE_STRIDE (vframe, i); in gst_mf_video_enc_create_input_sample()
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegdec.c430 dstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in fill_frame_packed8_4()
474 dstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0) / 2; in fill_frame_packed16_4()
519 dstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in fill_frame_packed8_3()
555 dstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0) / 2; in fill_frame_packed16_3()
597 dstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in fill_frame_packed8_2()
637 dstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0) / 2; in fill_frame_packed16_2()
680 dstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in fill_frame_planar8_1()
708 dstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0) / 2; in fill_frame_planar16_1()
805 dstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in fill_frame_planar8_3_generic()
842 dstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0) / 2; in fill_frame_planar16_3_generic()
Dgstopenjpegenc.c515 sstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0) / 2; in fill_image_packed16_4()
553 sstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in fill_image_packed8_4()
591 sstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in fill_image_packed8_3()
629 sstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, c) / 2; in fill_image_planar16_3()
660 sstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, c); in fill_image_planar8_3()
689 sstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in fill_image_planar8_1()
717 sstride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0) / 2; in fill_image_planar16_1()
/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.c162 stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in fill_ayuv()
184 src_stride = GST_VIDEO_FRAME_PLANE_STRIDE (src_frame, 0); in copy_ayuv_ayuv()
185 dest_stride = GST_VIDEO_FRAME_PLANE_STRIDE (dest_frame, 0); in copy_ayuv_ayuv()
258 src_stride = GST_VIDEO_FRAME_PLANE_STRIDE (src_frame, 0); in copy_ayuv_i420()
1689 dest_stride = GST_VIDEO_FRAME_PLANE_STRIDE (dest_frame, 0); in copy_i420_ayuv()
1775 stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in fill_rgb32()
1820 dest_stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in fill_rgb24()
1851 src_stride = GST_VIDEO_FRAME_PLANE_STRIDE (src_frame, 0); in copy_rgb32()
1852 dest_stride = GST_VIDEO_FRAME_PLANE_STRIDE (dest_frame, 0); in copy_rgb32()
1955 dest_stride = GST_VIDEO_FRAME_PLANE_STRIDE (dest_frame, 0); in copy_rgb32_ayuv()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabasefilter.c229 param.srcPitch = GST_VIDEO_FRAME_PLANE_STRIDE (in_frame, i); in gst_cuda_base_filter_transform_frame()
303 param.dstPitch = GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, i); in gst_cuda_base_filter_transform_frame()
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/
Dgstdvbsubenc.c296 in_stride = GST_VIDEO_FRAME_PLANE_STRIDE (in, 0); in create_cropped_frame()
299 out_stride = GST_VIDEO_FRAME_PLANE_STRIDE (out, 0); in create_cropped_frame()
329 guint stride = GST_VIDEO_FRAME_PLANE_STRIDE (vframe, 0); in process_largest_subregion()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-overlay-composition.c844 int stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in gst_video_overlay_rectangle_premultiply_0()
868 int stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in gst_video_overlay_rectangle_premultiply_3()
912 int stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in gst_video_overlay_rectangle_unpremultiply_0()
938 int stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in gst_video_overlay_rectangle_unpremultiply_3()
1107 stride = GST_VIDEO_FRAME_PLANE_STRIDE (&src_frame, 0); in gst_video_overlay_rectangle_convert()
/third_party/gstreamer/gstplugins_bad/gst/coloreffects/
Dgstcoloreffects.c323 row_stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in gst_color_effects_transform_rgb()
381 row_stride = GST_VIDEO_FRAME_PLANE_STRIDE (frame, 0); in gst_color_effects_transform_ayuv()
/third_party/gstreamer/gstplugins_bad/gst/pnm/
Dgstpnmenc.c271 i_rowstride = GST_VIDEO_FRAME_PLANE_STRIDE (&in_frame, 0); in gst_pnmenc_handle_frame()
336 i_rowstride = GST_VIDEO_FRAME_PLANE_STRIDE (&in_frame, 0); in gst_pnmenc_handle_frame()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c1593 srcstride = GST_VIDEO_FRAME_PLANE_STRIDE (&from_frame, 0); in d3d_copy_buffer()
1594 dststride = GST_VIDEO_FRAME_PLANE_STRIDE (&to_frame, 0); in d3d_copy_buffer()
1639 srcstride = GST_VIDEO_FRAME_PLANE_STRIDE (&from_frame, i); in d3d_copy_buffer()
1640 dststride = GST_VIDEO_FRAME_PLANE_STRIDE (&to_frame, i); in d3d_copy_buffer()
1664 srcstride = GST_VIDEO_FRAME_PLANE_STRIDE (&from_frame, 0); in d3d_copy_buffer()
1665 dststride = GST_VIDEO_FRAME_PLANE_STRIDE (&to_frame, 0); in d3d_copy_buffer()
1685 srcstride = GST_VIDEO_FRAME_PLANE_STRIDE (&from_frame, 0); in d3d_copy_buffer()
1686 dststride = GST_VIDEO_FRAME_PLANE_STRIDE (&to_frame, 0); in d3d_copy_buffer()
1707 srcstride = GST_VIDEO_FRAME_PLANE_STRIDE (&from_frame, 0); in d3d_copy_buffer()
1708 dststride = GST_VIDEO_FRAME_PLANE_STRIDE (&to_frame, 0); in d3d_copy_buffer()
/third_party/gstreamer/gstplugins_bad/ext/openni2/
Dgstopenni2src.cpp675 pData += GST_VIDEO_FRAME_PLANE_STRIDE (&vframe, 0); in openni2_read_gstbuffer()
703 pData += GST_VIDEO_FRAME_PLANE_STRIDE (&vframe, 0) / 2; in openni2_read_gstbuffer()
729 pData += GST_VIDEO_FRAME_PLANE_STRIDE (&vframe, 0); in openni2_read_gstbuffer()

123