Lines Matching refs:src_fc
2247 AVHWFramesContext *src_fc =
2281 av_log(src_fc, AV_LOG_DEBUG, "Map QSV/VAAPI surface %#x to "
2370 AVHWFramesContext *src_fc =
2372 AVDXVA2FramesContext *src_hwctx = src_fc->hwctx;
2432 AVHWFramesContext *src_fc, int flags)
2435 AVDXVA2FramesContext *src_hwctx = src_fc->hwctx;
2442 if (src_fc->sw_format != AV_PIX_FMT_NV12) {
2449 if (src_fc->initial_pool_size == 0) {
2588 AVHWFramesContext *src_fc, int flags)
2591 AVD3D11VAFramesContext *src_hwctx = src_fc->hwctx;
2598 if (src_fc->sw_format != AV_PIX_FMT_NV12) {
2605 if (src_fc->initial_pool_size == 0) {
2615 frames_priv->nb_mapped_frames = src_fc->initial_pool_size;
2688 AVHWFramesContext *src_fc =
2747 err = opencl_get_plane_format(src_fc->sw_format, p,
2748 src_fc->width, src_fc->height,
2872 AVHWFramesContext *src_fc, int flags)
2875 switch (src_fc->device_ctx->type) {
2901 err = opencl_frames_derive_from_dxva2(dst_fc, src_fc, flags);
2913 err = opencl_frames_derive_from_d3d11(dst_fc, src_fc, flags);