Home
last modified time | relevance | path

Searched defs:src_frame (Results 1 – 23 of 23) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.c176 gboolean dest_sdtv, gint dest_x, gint dest_y, GstVideoFrame * src_frame, in copy_ayuv_ayuv()
234 gboolean dest_sdtv, gint dest_x, gint dest_y, GstVideoFrame * src_frame, in copy_ayuv_i420()
1673 gboolean dest_sdtv, gint dest_x, gint dest_y, GstVideoFrame * src_frame, in copy_i420_ayuv()
1838 gboolean dest_sdtv, gint dest_x, gint dest_y, GstVideoFrame * src_frame, in copy_rgb32()
1940 gboolean dest_sdtv, gint dest_x, gint dest_y, GstVideoFrame * src_frame, in copy_rgb32_ayuv()
2046 gboolean dest_sdtv, gint dest_x, gint dest_y, GstVideoFrame * src_frame, in copy_ayuv_rgb32()
2190 gboolean dest_sdtv, gint dest_x, gint dest_y, GstVideoFrame * src_frame, in copy_packed_simple()
2278 gboolean dest_sdtv, gint dest_x, gint dest_y, GstVideoFrame * src_frame, in copy_yuy2_yuy2()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c819 GstVideoFrame * src_frame, GstVideoFrame * dest_frame, in _copy_buffer_and_apply_video_crop()
887 GstVideoFrame src_frame; in gst_va_base_dec_copy_output_buffer() local
Dgstvabasetransform.c441 GstVideoFrame src_frame; in gst_va_base_transform_generate_output() local
/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstintervideosrc.c237 GstVideoFrame src_frame, dest_frame; in gst_inter_video_src_set_caps() local
/third_party/ffmpeg/libavutil/
Dhwcontext.c510 AVFrame *src_frame; in av_hwframe_get_buffer() local
Dhwcontext_qsv.c891 const AVFrame *src_frame; in qsv_transfer_data_to() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-blend.c174 GstVideoFrame src_frame, dest_frame; in gst_video_blend_scale_linear_RGBA() local
Dvideo-overlay-composition.c1084 GstVideoFrame src_frame, dest_frame; in gst_video_overlay_rectangle_convert() local
Dgstvideoaggregator.c746 GstVideoFrame src_frame; member
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapturesrc.cpp973 GstVideoFrame src_frame, dst_frame; in gst_d3d11_screen_capture_src_create() local
Dgstd3d11compositor.cpp999 GstVideoFrame src_frame, dest_frame; in gst_d3d11_compositor_copy_buffer() local
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp8dec.c660 GstVideoFrame src_frame; in gst_v4l2_codec_vp8_dec_copy_output_buffer() local
Dgstv4l2codecvp9dec.c829 GstVideoFrame src_frame; in gst_v4l2_codec_vp9_dec_copy_output_buffer() local
Dgstv4l2codecmpeg2dec.c624 GstVideoFrame src_frame; in gst_v4l2_codec_mpeg2_dec_copy_output_buffer() local
Dgstv4l2codech264dec.c990 GstVideoFrame src_frame; in gst_v4l2_codec_h264_dec_copy_output_buffer() local
/third_party/ffmpeg/libavcodec/
Dqsvdec.c525 AVFrame *src_frame; in qsv_decode() local
Dpngdec.c1667 ThreadFrame *src_frame = NULL; in update_thread_context() local
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c134 GstVideoFrame src_frame, dest_frame; in gst_v4l2_buffer_pool_copy_buffer() local
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpp.c797 GstVideoFrame src_frame, out_frame; in get_msdk_surface_from_input_buffer() local
Dgstmsdkenc.c1643 GstVideoFrame src_frame, out_frame; in gst_msdkenc_get_surface_from_frame() local
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.c1627 GstVideoFrame src_frame, aligned_frame; in gst_svthevc_enc_convert_frame() local
/third_party/gstreamer/gstplugins_bad/ext/directfb/
Ddfbvideosink.c1797 GstVideoFrame src_frame; in gst_dfbvideosink_show_frame() local
/third_party/ffmpeg/fftools/
Dffplay.c1744 static int queue_picture(VideoState *is, AVFrame *src_frame, double pts, double duration, int64_t p… in queue_picture()