MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_hwframe_map_replace

Function ff_hwframe_map_replace

libavutil/hwcontext.c:948–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946}
947
948int ff_hwframe_map_replace(AVFrame *dst, const AVFrame *src)
949{
950 HWMapDescriptor *hwmap = (HWMapDescriptor*)dst->buf[0]->data;
951 return av_frame_replace(hwmap->source, src);
952}

Callers 3

vulkan_map_from_vaapiFunction · 0.85
vulkan_map_to_vaapiFunction · 0.85
opencl_map_from_vaapiFunction · 0.85

Calls 1

av_frame_replaceFunction · 0.85

Tested by

no test coverage detected