/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-frame.h | 108 gboolean gst_video_frame_copy (GstVideoFrame *dest, const GstVideoFrame *src);
|
D | video-frame.c | 407 gst_video_frame_copy (GstVideoFrame * dest, const GstVideoFrame * src) in gst_video_frame_copy() function
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | coremediabuffer.c | 199 ret = gst_video_frame_copy (&dest, &src); in gst_core_media_buffer_new_from_buffer()
|
D | vtenc.c | 1595 if (!gst_video_frame_copy (&outframe, &inframe)) { in gst_vtenc_encode_frame()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | gstnavigationtest.c | 182 gst_video_frame_copy (out_frame, in_frame); in gst_navigationtest_transform_frame()
|
/third_party/gstreamer/gstplugins_good/gst/videofilter/ |
D | gstvideoflip.c | 461 gst_video_frame_copy (dest, src); in gst_video_flip_planar_yuv() 660 gst_video_frame_copy (dest, src); in gst_video_flip_semi_planar_yuv() 761 gst_video_frame_copy (dest, src); in gst_video_flip_packed_simple() 977 gst_video_frame_copy (dest, src); in gst_video_flip_y422()
|
/third_party/gstreamer/gstplugins_bad/gst/smooth/ |
D | gstsmooth.c | 187 gst_video_frame_copy (out_frame, in_frame); in gst_smooth_transform_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvabasetransform.c | 478 if (!gst_video_frame_copy (&dest_frame, &src_frame)) { in gst_va_base_transform_generate_output() 806 copied = gst_video_frame_copy (&out_frame, &in_frame); in gst_va_base_transform_import_buffer()
|
D | gstvabasedec.c | 933 if (!gst_video_frame_copy (&dest_frame, &src_frame)) { in gst_va_base_dec_copy_output_buffer()
|
/third_party/gstreamer/gstplugins_bad/gst/gaudieffects/ |
D | gstgaussblur.c | 252 gst_video_frame_copy (out_frame, in_frame); in gst_gaussianblur_transform_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecvp8dec.c | 686 if (!gst_video_frame_copy (&dest_frame, &src_frame)) { in gst_v4l2_codec_vp8_dec_copy_output_buffer()
|
D | gstv4l2codecmpeg2dec.c | 648 if (!gst_video_frame_copy (&dest_frame, &src_frame)) { in gst_v4l2_codec_mpeg2_dec_copy_output_buffer()
|
D | gstv4l2codecvp9dec.c | 855 if (!gst_video_frame_copy (&dest_frame, &src_frame)) { in gst_v4l2_codec_vp9_dec_copy_output_buffer()
|
D | gstv4l2codech264dec.c | 1016 if (!gst_video_frame_copy (&dest_frame, &src_frame)) { in gst_v4l2_codec_h264_dec_copy_output_buffer()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11screencapturesrc.cpp | 996 copy_ret = gst_video_frame_copy (&dst_frame, &src_frame); in gst_d3d11_screen_capture_src_create()
|
D | gstd3d11pluginutils.cpp | 707 ret = gst_video_frame_copy (&out_frame, &in_frame); in gst_d3d11_buffer_copy_into_fallback()
|
D | gstd3d11videosink.cpp | 1045 ret = gst_video_frame_copy (&out_frame, &in_frame); in gst_d3d11_video_sink_upload_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | gstwaylandsink.c | 844 gst_video_frame_copy (&dst, &src); in gst_wayland_sink_show_frame()
|
/third_party/gstreamer/gstplugins_bad/gst/interlace/ |
D | gstinterlace.c | 1385 gst_video_frame_copy (&dframe, &sframe); in gst_interlace_chain()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstaudiovisualizer.c | 1174 gst_video_frame_copy (&outframe, &scope->priv->tempframe); in gst_audio_visualizer_chain()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkupload.c | 879 if (!gst_video_frame_copy (&out_frame, &in_frame)) { in _raw_to_image_perform()
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | compositor.c | 1423 gst_video_frame_copy (outframe, prepared_frame); in gst_compositor_aggregate_frames()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimagesink.c | 997 gst_video_frame_copy (&dest, &src); in gst_xv_image_sink_show_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkvpp.c | 844 if (!gst_video_frame_copy (&out_frame, &src_frame)) { in get_msdk_surface_from_input_buffer()
|
/third_party/gstreamer/gstplugins_base/sys/ximage/ |
D | ximagesink.c | 1414 gst_video_frame_copy (&dest, &src); in gst_x_image_sink_show_frame()
|