Maria Pushkina

Results 11 comments of Maria Pushkina

Hi @lion117 , I couldn't build your solution, so I will add your changes to our sample_encode and investigate your issue.

I use VS 2017. i5-6300(SKL) I added your code: ``` std::memset(&m_cfgROISetting, 0, sizeof(m_cfgROISetting)); m_cfgROISetting.Header.BufferId = MFX_EXTBUFF_ENCODER_ROI; m_cfgROISetting.Header.BufferSz = sizeof(m_cfgROISetting); m_cfgROISetting.NumROI = 1; m_cfgROISetting.ROIMode = MFX_ROI_MODE_QP_DELTA; m_cfgROISetting.ROI[0].Left = 160; m_cfgROISetting.ROI[0].Right =...

@lion117, ICL is next generation of CPU , for example I tested on i7-1060G7. cmd was the same.

Hi @lion117 Sorry for delay, I will prepare sample code which should works today

@lion117 I noticed that source code was changed and my previous code needs to correct. I need more time to understand what was changed and test ROI again.

@lion117 Could please download last version of MediaSDK. And add next ROI code to pipeline_encode.cpp: ``` auto roi = m_mfxEncParams.AddExtBuffer(); roi->Header.BufferId = MFX_EXTBUFF_ENCODER_ROI; roi->Header.BufferSz = sizeof(roi); roi->NumROI = 1; roi->ROIMode...

> Hi @mpushki, is there any reason to use same xs? > The data bound to different xs, will make data to be rendered as in different x scales for...

This tool cannot support Go 1.16? Unfortunately I cannot update golang right now to check it