Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FRAME_COMP_WIDTH (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dblend.c61 dest_width = GST_VIDEO_FRAME_COMP_WIDTH (destframe, 0); \
134 width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
179 width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
354 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
366 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); \
376 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 2); \
397 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
407 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); \
417 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 2); \
583 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
[all …]
/third_party/gstreamer/gstplugins_bad/gst/videofilters/
Dgstvideodiff.c119 memcpy (d, s, GST_VIDEO_FRAME_COMP_WIDTH (inframe, 1)); in gst_video_diff_transform_frame_ip_planarY()
124 memcpy (d, s, GST_VIDEO_FRAME_COMP_WIDTH (inframe, 2)); in gst_video_diff_transform_frame_ip_planarY()
164 memcpy (d, s, GST_VIDEO_FRAME_COMP_WIDTH (inframe, k)); in gst_video_diff_transform_frame()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dblend.c60 dest_width = GST_VIDEO_FRAME_COMP_WIDTH (destframe, 0); \
189 width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
423 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
437 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); \
449 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 2); \
474 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
486 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); \
498 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 2); \
677 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
691 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); \
[all …]
/third_party/gstreamer/gstplugins_bad/gst/smooth/
Dgstsmooth.c193 GST_VIDEO_FRAME_COMP_WIDTH (in_frame, 0), in gst_smooth_transform_frame()
201 GST_VIDEO_FRAME_COMP_WIDTH (in_frame, 1), in gst_smooth_transform_frame()
208 GST_VIDEO_FRAME_COMP_WIDTH (in_frame, 2), in gst_smooth_transform_frame()
/third_party/gstreamer/gstplugins_good/gst/videofilter/
Dgstgamma.c226 width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); in gst_gamma_planar_yuv_ip()
250 width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); in gst_gamma_packed_yuv_ip()
292 width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); in gst_gamma_packed_rgb_ip()
Dgstvideoflip.c243 src_y_width = GST_VIDEO_FRAME_COMP_WIDTH (src, 0); in gst_video_flip_planar_yuv()
244 src_u_width = GST_VIDEO_FRAME_COMP_WIDTH (src, 1); in gst_video_flip_planar_yuv()
245 src_v_width = GST_VIDEO_FRAME_COMP_WIDTH (src, 2); in gst_video_flip_planar_yuv()
247 dest_y_width = GST_VIDEO_FRAME_COMP_WIDTH (dest, 0); in gst_video_flip_planar_yuv()
248 dest_u_width = GST_VIDEO_FRAME_COMP_WIDTH (dest, 1); in gst_video_flip_planar_yuv()
249 dest_v_width = GST_VIDEO_FRAME_COMP_WIDTH (dest, 2); in gst_video_flip_planar_yuv()
491 src_y_width = GST_VIDEO_FRAME_COMP_WIDTH (src, 0); in gst_video_flip_semi_planar_yuv()
492 src_uv_width = GST_VIDEO_FRAME_COMP_WIDTH (src, 1); in gst_video_flip_semi_planar_yuv()
494 dest_y_width = GST_VIDEO_FRAME_COMP_WIDTH (dest, 0); in gst_video_flip_semi_planar_yuv()
495 dest_uv_width = GST_VIDEO_FRAME_COMP_WIDTH (dest, 1); in gst_video_flip_semi_planar_yuv()
Dgstvideobalance.c202 width2 = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); in gst_video_balance_planar_yuv()
258 width2 = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); in gst_video_balance_semiplanar_yuv()
314 width2 = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); in gst_video_balance_packed_yuv()
/third_party/gstreamer/gstplugins_bad/gst/ivtc/
Dgstcombdetect.c209 width = GST_VIDEO_FRAME_COMP_WIDTH (outframe, k); in gst_comb_detect_transform_frame()
221 width = GST_VIDEO_FRAME_COMP_WIDTH (outframe, 0); in gst_comb_detect_transform_frame()
Dgstivtc.c359 width = GST_VIDEO_FRAME_COMP_WIDTH (top, k); in reconstruct()
399 width = GST_VIDEO_FRAME_COMP_WIDTH (dest_frame, k); in reconstruct_single()
469 width = GST_VIDEO_FRAME_COMP_WIDTH (dest_frame, k); in reconstruct_single()
644 width = GST_VIDEO_FRAME_COMP_WIDTH (top, 0); in get_comb_score()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabasefilter.c224 width = GST_VIDEO_FRAME_COMP_WIDTH (in_frame, i) * in gst_cuda_base_filter_transform_frame()
294 width = GST_VIDEO_FRAME_COMP_WIDTH (out_frame, i) * in gst_cuda_base_filter_transform_frame()
Dgstcudabasetransform.c392 width = GST_VIDEO_FRAME_COMP_WIDTH (in_frame, i) * in gst_cuda_base_transform_transform_frame_default()
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegenc.c627 w = GST_VIDEO_FRAME_COMP_WIDTH (frame, c); in fill_image_planar16_3()
658 w = GST_VIDEO_FRAME_COMP_WIDTH (frame, c); in fill_image_planar8_3()
687 w = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); in fill_image_planar8_1()
715 w = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); in fill_image_planar16_1()
944 comps[i].w = GST_VIDEO_FRAME_COMP_WIDTH (frame, i); in gst_openjpeg_enc_fill_image()
947 GST_VIDEO_FRAME_COMP_WIDTH (frame, i) + 0.5f); in gst_openjpeg_enc_fill_image()
Dgstopenjpegdec.c740 w = GST_VIDEO_FRAME_COMP_WIDTH (frame, c); in fill_frame_planar8_3()
772 w = GST_VIDEO_FRAME_COMP_WIDTH (frame, c); in fill_frame_planar16_3()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.h147 #define GST_VIDEO_FRAME_COMP_WIDTH(f,c) GST_VIDEO_INFO_COMP_WIDTH(&(f)->info,(c)) macro
Dvideo-frame.c330 w = GST_VIDEO_FRAME_COMP_WIDTH (dest, in gst_video_frame_copy_plane()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dassrender.c146 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (&frame, c); in sink_handoff_cb_I420()
/third_party/gstreamer/gstplugins_bad/ext/colormanagement/
Dgstlcms.c755 width = GST_VIDEO_FRAME_COMP_WIDTH (inframe, 0); in gst_lcms_process_rgb()
765 if (width != GST_VIDEO_FRAME_COMP_WIDTH (outframe, 0) in gst_lcms_process_rgb()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp388 component_width = GST_VIDEO_FRAME_COMP_WIDTH (&video_frame, i); in gst_openh264dec_handle_frame()
/third_party/gstreamer/gstplugins_bad/ext/aom/
Dgstav1dec.c303 GST_VIDEO_FRAME_COMP_WIDTH (&frame, in gst_av1_dec_image_to_buffer()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstcompare.c476 cw = GST_VIDEO_FRAME_COMP_WIDTH (&frame1, i); in gst_compare_ssim()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.c551 width = GST_VIDEO_FRAME_COMP_WIDTH (&frame, comp) in gst_vpx_dec_image_to_buffer()
/third_party/gstreamer/gstplugins_bad/gst/y4m/
Dgsty4mdec.c706 w = GST_VIDEO_FRAME_COMP_WIDTH (&iframe, i); in gst_y4m_dec_chain()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlacemethod.c533 frame_width = GST_VIDEO_FRAME_COMP_WIDTH (dest, plane) * in gst_deinterlace_simple_method_deinterlace_frame_planar_plane()
/third_party/gstreamer/gstplugins_good/gst/videocrop/
Dgstvideocrop.c373 copy_width = GST_VIDEO_FRAME_COMP_WIDTH (out_frame, p) * bytes_per_pixel; in gst_video_crop_transform_planar()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c1619 w_ = GST_VIDEO_FRAME_COMP_WIDTH (&from_frame, i); in d3d_copy_buffer()
1642 w_ = GST_VIDEO_FRAME_COMP_WIDTH (&from_frame, i); in d3d_copy_buffer()

12