Searched refs:dst_frame (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11screencapturesrc.cpp | 973 GstVideoFrame src_frame, dst_frame; in gst_d3d11_screen_capture_src_create() local 989 if (!gst_video_frame_map (&dst_frame, &self->video_info, sysmem_buf, in gst_d3d11_screen_capture_src_create() 996 copy_ret = gst_video_frame_copy (&dst_frame, &src_frame); in gst_d3d11_screen_capture_src_create() 997 gst_video_frame_unmap (&dst_frame); in gst_d3d11_screen_capture_src_create()
|
/third_party/ffmpeg/libavcodec/ |
D | pngdec.c | 1537 AVFrame *dst_frame = data; in decode_frame_png() local 1577 ret = output_frame(s, dst_frame, s->picture.f); in decode_frame_png() 1602 AVFrame *dst_frame = data; in decode_frame_apng() local 1640 ret = output_frame(s, dst_frame, s->picture.f); in decode_frame_apng()
|
D | h264dec.c | 924 static int send_next_delayed_frame(H264Context *h, AVFrame *dst_frame, in send_next_delayed_frame() argument 949 ret = finalize_frame(h, dst_frame, out, got_frame); in send_next_delayed_frame()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 48186 + scoped_refptr<media::VideoFrame> dst_frame = 48190 + sink_->PaintSingleFrame(std::move(dst_frame)); 48209 + scoped_refptr<media::VideoFrame> dst_frame = media::VideoFrame::CreateFrame( 48213 + media::ConvertAndScaleFrame(*src_frame, *dst_frame, resize_buf_); 48221 + sink_->PaintSingleFrame(std::move(dst_frame));
|