Lines Matching defs:upload
611 mfxSession *session, int upload)
654 par.IOPattern = upload ? MFX_IOPATTERN_OUT_OPAQUE_MEMORY :
657 par.IOPattern = upload ? MFX_IOPATTERN_OUT_VIDEO_MEMORY :
661 par.IOPattern |= upload ? MFX_IOPATTERN_IN_SYSTEM_MEMORY :
669 * are only doing data upload/download here, we just invent an arbitrary
678 "Surface upload/download will not be possible\n");
1035 static int qsv_internal_session_check_init(AVHWFramesContext *ctx, int upload)
1038 atomic_int *inited = upload ? &s->session_upload_init : &s->session_download_init;
1039 mfxSession *session = upload ? &s->session_upload : &s->session_download;
1050 ret = qsv_init_internal_session(ctx, session, upload);
1203 av_log(ctx, AV_LOG_ERROR, "Surface upload not possible\n");