Searched refs:dst_frames (Results 1 – 1 of 1) sorted by relevance
791 AVHWFramesContext *src_frames, *dst_frames; in av_hwframe_map() local797 dst_frames = (AVHWFramesContext*)dst->hw_frames_ctx->data; in av_hwframe_map()799 if ((src_frames == dst_frames && in av_hwframe_map()800 src->format == dst_frames->sw_format && in av_hwframe_map()801 dst->format == dst_frames->format) || in av_hwframe_map()804 (uint8_t*)dst_frames)) { in av_hwframe_map()833 dst_frames = (AVHWFramesContext*)dst->hw_frames_ctx->data; in av_hwframe_map()835 if (dst_frames->format == dst->format && in av_hwframe_map()836 dst_frames->internal->hw_type->map_to) { in av_hwframe_map()837 ret = dst_frames->internal->hw_type->map_to(dst_frames, in av_hwframe_map()