Home
last modified time | relevance | path

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

12

/third_party/gstreamer/gstplugins_bad/gst/videofilters/
Dgstvideodiff.c117 memcpy (d, s, GST_VIDEO_FRAME_COMP_WIDTH (inframe, 1)); in gst_video_diff_transform_frame_ip_planarY()
122 memcpy (d, s, GST_VIDEO_FRAME_COMP_WIDTH (inframe, 2)); in gst_video_diff_transform_frame_ip_planarY()
162 memcpy (d, s, GST_VIDEO_FRAME_COMP_WIDTH (inframe, k)); in gst_video_diff_transform_frame()
/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_base/gst/compositor/
Dblend.c59 dest_width = GST_VIDEO_FRAME_COMP_WIDTH (destframe, 0); \
167 width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
212 width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
392 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
404 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); \
414 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 2); \
435 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
445 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); \
455 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 2); \
626 comp_width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); \
[all …]
Dcompositor.c902 rowsize = GST_VIDEO_FRAME_COMP_WIDTH (outframe, plane) in _draw_background()
/third_party/gstreamer/gstplugins_bad/gst/smooth/
Dgstsmooth.c192 GST_VIDEO_FRAME_COMP_WIDTH (in_frame, 0), in gst_smooth_transform_frame()
200 GST_VIDEO_FRAME_COMP_WIDTH (in_frame, 1), in gst_smooth_transform_frame()
207 GST_VIDEO_FRAME_COMP_WIDTH (in_frame, 2), in gst_smooth_transform_frame()
/third_party/gstreamer/gstplugins_good/gst/videofilter/
Dgstgamma.c225 width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); in gst_gamma_planar_yuv_ip()
249 width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); in gst_gamma_packed_yuv_ip()
291 width = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); in gst_gamma_packed_rgb_ip()
Dgstvideoflip.c220 src_y_width = GST_VIDEO_FRAME_COMP_WIDTH (src, 0); in gst_video_flip_planar_yuv()
221 src_u_width = GST_VIDEO_FRAME_COMP_WIDTH (src, 1); in gst_video_flip_planar_yuv()
222 src_v_width = GST_VIDEO_FRAME_COMP_WIDTH (src, 2); in gst_video_flip_planar_yuv()
224 dest_y_width = GST_VIDEO_FRAME_COMP_WIDTH (dest, 0); in gst_video_flip_planar_yuv()
225 dest_u_width = GST_VIDEO_FRAME_COMP_WIDTH (dest, 1); in gst_video_flip_planar_yuv()
226 dest_v_width = GST_VIDEO_FRAME_COMP_WIDTH (dest, 2); in gst_video_flip_planar_yuv()
468 src_y_width = GST_VIDEO_FRAME_COMP_WIDTH (src, 0); in gst_video_flip_semi_planar_yuv()
469 src_uv_width = GST_VIDEO_FRAME_COMP_WIDTH (src, 1); in gst_video_flip_semi_planar_yuv()
471 dest_y_width = GST_VIDEO_FRAME_COMP_WIDTH (dest, 0); in gst_video_flip_semi_planar_yuv()
472 dest_uv_width = GST_VIDEO_FRAME_COMP_WIDTH (dest, 1); in gst_video_flip_semi_planar_yuv()
Dgstvideobalance.c200 width2 = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); in gst_video_balance_planar_yuv()
256 width2 = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); in gst_video_balance_semiplanar_yuv()
312 width2 = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); in gst_video_balance_packed_yuv()
/third_party/gstreamer/gstplugins_bad/gst/ivtc/
Dgstcombdetect.c207 width = GST_VIDEO_FRAME_COMP_WIDTH (outframe, k); in gst_comb_detect_transform_frame()
219 width = GST_VIDEO_FRAME_COMP_WIDTH (outframe, 0); in gst_comb_detect_transform_frame()
Dgstivtc.c358 width = GST_VIDEO_FRAME_COMP_WIDTH (top, k); in reconstruct()
398 width = GST_VIDEO_FRAME_COMP_WIDTH (dest_frame, k); in reconstruct_single()
468 width = GST_VIDEO_FRAME_COMP_WIDTH (dest_frame, k); in reconstruct_single()
643 width = GST_VIDEO_FRAME_COMP_WIDTH (top, 0); in get_comb_score()
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegenc.c461 w = GST_VIDEO_FRAME_COMP_WIDTH (frame, c); in fill_image_planar16_3()
488 w = GST_VIDEO_FRAME_COMP_WIDTH (frame, c); in fill_image_planar8_3()
514 w = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); in fill_image_planar8_1()
539 w = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); in fill_image_planar16_1()
729 comps[i].w = GST_VIDEO_FRAME_COMP_WIDTH (frame, i); in gst_openjpeg_enc_fill_image()
732 GST_VIDEO_FRAME_WIDTH (frame) / GST_VIDEO_FRAME_COMP_WIDTH (frame, i); in gst_openjpeg_enc_fill_image()
Dgstopenjpegdec.c518 w = GST_VIDEO_FRAME_COMP_WIDTH (frame, c); in fill_frame_planar8_3()
548 w = GST_VIDEO_FRAME_COMP_WIDTH (frame, c); in fill_frame_planar16_3()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.h142 #define GST_VIDEO_FRAME_COMP_WIDTH(f,c) GST_VIDEO_INFO_COMP_WIDTH(&(f)->info,(c)) macro
Dvideo-frame.c327 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.c752 width = GST_VIDEO_FRAME_COMP_WIDTH (inframe, 0); in gst_lcms_process_rgb()
762 if (width != GST_VIDEO_FRAME_COMP_WIDTH (outframe, 0) in gst_lcms_process_rgb()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp385 component_width = GST_VIDEO_FRAME_COMP_WIDTH (&video_frame, i); in gst_openh264dec_handle_frame()
/third_party/gstreamer/gstplugins_bad/ext/aom/
Dgstav1dec.c302 GST_VIDEO_FRAME_COMP_WIDTH (&frame, in gst_av1_dec_image_to_buffer()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstcompare.c471 cw = GST_VIDEO_FRAME_COMP_WIDTH (&frame1, i); in gst_compare_ssim()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.c531 width = GST_VIDEO_FRAME_COMP_WIDTH (&frame, comp) in gst_vpx_dec_image_to_buffer()
/third_party/gstreamer/gstplugins_bad/gst/y4m/
Dgsty4mdec.c704 w = GST_VIDEO_FRAME_COMP_WIDTH (&iframe, i); in gst_y4m_dec_chain()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlacemethod.c464 frame_width = GST_VIDEO_FRAME_COMP_WIDTH (dest, plane) * in gst_deinterlace_simple_method_deinterlace_frame_planar_plane()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c1602 w_ = GST_VIDEO_FRAME_COMP_WIDTH (&from_frame, i); in d3d_copy_buffer()
1625 w_ = GST_VIDEO_FRAME_COMP_WIDTH (&from_frame, i); in d3d_copy_buffer()
/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.c678 widthY = GST_VIDEO_FRAME_COMP_WIDTH (frame, 0); in fill_planar_yuv()
679 widthU = GST_VIDEO_FRAME_COMP_WIDTH (frame, 1); in fill_planar_yuv()
680 widthV = GST_VIDEO_FRAME_COMP_WIDTH (frame, 2); in fill_planar_yuv()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtenc.c1218 plane_widths[i] = GST_VIDEO_FRAME_COMP_WIDTH (&vframe->videoframe, i); in gst_vtenc_encode_frame()

12