Lines Matching defs:handle
113 { MFX_ERR_INVALID_HANDLE, AVERROR(EINVAL), "invalid handle" },
374 //This code is only required for Linux since a display handle is required.
399 return ff_qsv_print_error(avctx, ret, "Error during set display handle\n");
660 /* wrap the provided handle in a hwaccel AVFrame */
732 mfxHDL handle = NULL;
761 err = MFXVideoCORE_GetHandle(parent_session, handle_type, &handle);
764 "Error getting handle session");
767 if (!handle) {
768 av_log(avctx, AV_LOG_VERBOSE, "No supported hw handle could be retrieved "
780 if (handle) {
781 err = MFXVideoCORE_SetHandle(session, handle_type, handle);
784 "Error setting a HW handle");