ff_qsv_map_fourcc  567 libavcodec/qsv.c         frames_ctx->sw_format         = ff_qsv_map_fourcc(i->FourCC);
ff_qsv_map_fourcc  121 libavcodec/qsv_internal.h enum AVPixelFormat ff_qsv_map_fourcc(uint32_t fourcc);
ff_qsv_map_fourcc  242 libavcodec/qsvdec.c     avctx->pix_fmt      = ff_qsv_map_fourcc(param->mfx.FrameInfo.FourCC);
ff_qsv_map_fourcc  593 libavcodec/qsvdec.c     if (ret >= 0 && (q->orig_pix_fmt != ff_qsv_map_fourcc(param.mfx.FrameInfo.FourCC) ||
ff_qsv_map_fourcc  606 libavcodec/qsvdec.c         q->orig_pix_fmt = avctx->pix_fmt = pix_fmt = ff_qsv_map_fourcc(param.mfx.FrameInfo.FourCC);