Home
last modified time | relevance | path

Searched refs:dst_frame (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapturesrc.cpp973 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/
Dpngdec.c1537 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()
Dh264dec.c924 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/
D0003-3.2-Beta3-1115.patch48186 + 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));