Intel-Media-SDK / MediaSDK

The Intel® Media SDK
MIT License
924 stars 454 forks source link

Identical MFXVideoVPP_Query requests return different status codes #3010

Open FallingSnow opened 1 year ago

FallingSnow commented 1 year ago

I'm calling MFXVideoVPP_Query from my application but cannot seem to get past it returning a MFX_ERR_UNSUPPORTED. I've diff'ed the two trace logs (one from the sample_vpp application) but they are almost identical except for things like pointers. Is there anything else that can cause an UNSUPPORTED error beyond just the input parameters to MFXVideoVPP_Query?

Trace from sample_vpp:

1508173 2023-2-13 11:58:45 function: MFXVideoVPP_Query(mfxSession session=0x55c1aa8c20c0, mfxVideoParam *in=0x7ffc64a87720, mfxVideoParam *out=0x7ffc64a86e10) +
1508173 2023-2-13 11:58:45     mfxSession session=0x55c1aa8c4b88
1508173 2023-2-13 11:58:45     in.AllocId=0
1508173 2023-2-13 11:58:45     in.reserved[]={ 0, 0 }
1508173 2023-2-13 11:58:45     in.AsyncDepth=1
1508173 2023-2-13 11:58:45     in.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     in.vpp.In.reserved[]={ 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     in.vpp.In.reserved4=0
1508173 2023-2-13 11:58:45     in.vpp.In.BitDepthLuma=0
1508173 2023-2-13 11:58:45     in.vpp.In.BitDepthChroma=0
1508173 2023-2-13 11:58:45     in.vpp.In.Shift=0
1508173 2023-2-13 11:58:45     in.vpp.In.mfxFrameId.TemporalId=0
1508173 2023-2-13 11:58:45     in.vpp.In.mfxFrameId.PriorityId=0
1508173 2023-2-13 11:58:45     in.vpp.In.mfxFrameId.DependencyId=0
1508173 2023-2-13 11:58:45     in.vpp.In.mfxFrameId.QualityId=0
1508173 2023-2-13 11:58:45     in.vpp.In.mfxFrameId.ViewId=0
1508173 2023-2-13 11:58:45     in.vpp.In.FourCC=YV12
1508173 2023-2-13 11:58:45     in.vpp.In.Width=1920
1508173 2023-2-13 11:58:45     in.vpp.In.Height=1088
1508173 2023-2-13 11:58:45     in.vpp.In.CropX=0
1508173 2023-2-13 11:58:45     in.vpp.In.CropY=0
1508173 2023-2-13 11:58:45     in.vpp.In.CropW=1920
1508173 2023-2-13 11:58:45     in.vpp.In.CropH=1080
1508173 2023-2-13 11:58:45     in.vpp.In.BufferSize=71305088
1508173 2023-2-13 11:58:45     in.vpp.In.reserved5=70780800
1508173 2023-2-13 11:58:45     in.vpp.In.FrameRateExtN=30
1508173 2023-2-13 11:58:45     in.vpp.In.FrameRateExtD=1
1508173 2023-2-13 11:58:45     in.vpp.In.reserved3=0
1508173 2023-2-13 11:58:45     in.vpp.In.AspectRatioW=0
1508173 2023-2-13 11:58:45     in.vpp.In.AspectRatioH=0
1508173 2023-2-13 11:58:45     in.vpp.In.PicStruct=1
1508173 2023-2-13 11:58:45     in.vpp.In.ChromaFormat=1
1508173 2023-2-13 11:58:45     in.vpp.In.reserved2=0
1508173 2023-2-13 11:58:45     in.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     in.vpp.Out.reserved[]={ 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     in.vpp.Out.reserved4=0
1508173 2023-2-13 11:58:45     in.vpp.Out.BitDepthLuma=0
1508173 2023-2-13 11:58:45     in.vpp.Out.BitDepthChroma=0
1508173 2023-2-13 11:58:45     in.vpp.Out.Shift=0
1508173 2023-2-13 11:58:45     in.vpp.Out.mfxFrameId.TemporalId=0
1508173 2023-2-13 11:58:45     in.vpp.Out.mfxFrameId.PriorityId=0
1508173 2023-2-13 11:58:45     in.vpp.Out.mfxFrameId.DependencyId=0
1508173 2023-2-13 11:58:45     in.vpp.Out.mfxFrameId.QualityId=0
1508173 2023-2-13 11:58:45     in.vpp.Out.mfxFrameId.ViewId=0
1508173 2023-2-13 11:58:45     in.vpp.Out.FourCC=NV12
1508173 2023-2-13 11:58:45     in.vpp.Out.Width=1920
1508173 2023-2-13 11:58:45     in.vpp.Out.Height=1088
1508173 2023-2-13 11:58:45     in.vpp.Out.CropX=0
1508173 2023-2-13 11:58:45     in.vpp.Out.CropY=0
1508173 2023-2-13 11:58:45     in.vpp.Out.CropW=1920
1508173 2023-2-13 11:58:45     in.vpp.Out.CropH=1080
1508173 2023-2-13 11:58:45     in.vpp.Out.BufferSize=71305088
1508173 2023-2-13 11:58:45     in.vpp.Out.reserved5=70780800
1508173 2023-2-13 11:58:45     in.vpp.Out.FrameRateExtN=30
1508173 2023-2-13 11:58:45     in.vpp.Out.FrameRateExtD=1
1508173 2023-2-13 11:58:45     in.vpp.Out.reserved3=0
1508173 2023-2-13 11:58:45     in.vpp.Out.AspectRatioW=0
1508173 2023-2-13 11:58:45     in.vpp.Out.AspectRatioH=0
1508173 2023-2-13 11:58:45     in.vpp.Out.PicStruct=1
1508173 2023-2-13 11:58:45     in.vpp.Out.ChromaFormat=1
1508173 2023-2-13 11:58:45     in.vpp.Out.reserved2=0
1508173 2023-2-13 11:58:45     in.Protected=0
1508173 2023-2-13 11:58:45     in.IOPattern=MFX_IOPATTERN_IN_SYSTEM_MEMORY; MFX_IOPATTERN_OUT_SYSTEM_MEMORY; 
1508173 2023-2-13 11:58:45     in.NumExtParam=0
1508173 2023-2-13 11:58:45     in.ExtParam=0

1508173 2023-2-13 11:58:45     in.reserved2=0
1508173 2023-2-13 11:58:45     out.AllocId=0
1508173 2023-2-13 11:58:45     out.reserved[]={ 0, 0 }
1508173 2023-2-13 11:58:45     out.AsyncDepth=0
1508173 2023-2-13 11:58:45     out.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     out.vpp.In.reserved[]={ 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     out.vpp.In.reserved4=0
1508173 2023-2-13 11:58:45     out.vpp.In.BitDepthLuma=0
1508173 2023-2-13 11:58:45     out.vpp.In.BitDepthChroma=0
1508173 2023-2-13 11:58:45     out.vpp.In.Shift=0
1508173 2023-2-13 11:58:45     out.vpp.In.mfxFrameId.TemporalId=0
1508173 2023-2-13 11:58:45     out.vpp.In.mfxFrameId.PriorityId=0
1508173 2023-2-13 11:58:45     out.vpp.In.mfxFrameId.DependencyId=0
1508173 2023-2-13 11:58:45     out.vpp.In.mfxFrameId.QualityId=0
1508173 2023-2-13 11:58:45     out.vpp.In.mfxFrameId.ViewId=0
1508173 2023-2-13 11:58:45     out.vpp.In.FourCC=UNKNOWN
1508173 2023-2-13 11:58:45     out.vpp.In.Width=0
1508173 2023-2-13 11:58:45     out.vpp.In.Height=0
1508173 2023-2-13 11:58:45     out.vpp.In.CropX=0
1508173 2023-2-13 11:58:45     out.vpp.In.CropY=0
1508173 2023-2-13 11:58:45     out.vpp.In.CropW=0
1508173 2023-2-13 11:58:45     out.vpp.In.CropH=0
1508173 2023-2-13 11:58:45     out.vpp.In.BufferSize=0
1508173 2023-2-13 11:58:45     out.vpp.In.reserved5=0
1508173 2023-2-13 11:58:45     out.vpp.In.FrameRateExtN=0
1508173 2023-2-13 11:58:45     out.vpp.In.FrameRateExtD=0
1508173 2023-2-13 11:58:45     out.vpp.In.reserved3=0
1508173 2023-2-13 11:58:45     out.vpp.In.AspectRatioW=0
1508173 2023-2-13 11:58:45     out.vpp.In.AspectRatioH=0
1508173 2023-2-13 11:58:45     out.vpp.In.PicStruct=0
1508173 2023-2-13 11:58:45     out.vpp.In.ChromaFormat=0
1508173 2023-2-13 11:58:45     out.vpp.In.reserved2=0
1508173 2023-2-13 11:58:45     out.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     out.vpp.Out.reserved[]={ 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     out.vpp.Out.reserved4=0
1508173 2023-2-13 11:58:45     out.vpp.Out.BitDepthLuma=0
1508173 2023-2-13 11:58:45     out.vpp.Out.BitDepthChroma=0
1508173 2023-2-13 11:58:45     out.vpp.Out.Shift=0
1508173 2023-2-13 11:58:45     out.vpp.Out.mfxFrameId.TemporalId=0
1508173 2023-2-13 11:58:45     out.vpp.Out.mfxFrameId.PriorityId=0
1508173 2023-2-13 11:58:45     out.vpp.Out.mfxFrameId.DependencyId=0
1508173 2023-2-13 11:58:45     out.vpp.Out.mfxFrameId.QualityId=0
1508173 2023-2-13 11:58:45     out.vpp.Out.mfxFrameId.ViewId=0
1508173 2023-2-13 11:58:45     out.vpp.Out.FourCC=UNKNOWN
1508173 2023-2-13 11:58:45     out.vpp.Out.Width=0
1508173 2023-2-13 11:58:45     out.vpp.Out.Height=0
1508173 2023-2-13 11:58:45     out.vpp.Out.CropX=0
1508173 2023-2-13 11:58:45     out.vpp.Out.CropY=0
1508173 2023-2-13 11:58:45     out.vpp.Out.CropW=0
1508173 2023-2-13 11:58:45     out.vpp.Out.CropH=0
1508173 2023-2-13 11:58:45     out.vpp.Out.BufferSize=0
1508173 2023-2-13 11:58:45     out.vpp.Out.reserved5=0
1508173 2023-2-13 11:58:45     out.vpp.Out.FrameRateExtN=0
1508173 2023-2-13 11:58:45     out.vpp.Out.FrameRateExtD=0
1508173 2023-2-13 11:58:45     out.vpp.Out.reserved3=0
1508173 2023-2-13 11:58:45     out.vpp.Out.AspectRatioW=0
1508173 2023-2-13 11:58:45     out.vpp.Out.AspectRatioH=0
1508173 2023-2-13 11:58:45     out.vpp.Out.PicStruct=0
1508173 2023-2-13 11:58:45     out.vpp.Out.ChromaFormat=0
1508173 2023-2-13 11:58:45     out.vpp.Out.reserved2=0
1508173 2023-2-13 11:58:45     out.Protected=0
1508173 2023-2-13 11:58:45     out.IOPattern=UNKNOWN(0)
1508173 2023-2-13 11:58:45     out.NumExtParam=0
1508173 2023-2-13 11:58:45     out.ExtParam=0

1508173 2023-2-13 11:58:45     out.reserved2=0
1508173 2023-2-13 11:58:45 >> MFXVideoVPP_Query called
1508173 2023-2-13 11:58:45     mfxSession session=0x55c1aa8c4b88
1508173 2023-2-13 11:58:45     in.AllocId=0
1508173 2023-2-13 11:58:45     in.reserved[]={ 0, 0 }
1508173 2023-2-13 11:58:45     in.AsyncDepth=1
1508173 2023-2-13 11:58:45     in.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     in.vpp.In.reserved[]={ 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     in.vpp.In.reserved4=0
1508173 2023-2-13 11:58:45     in.vpp.In.BitDepthLuma=0
1508173 2023-2-13 11:58:45     in.vpp.In.BitDepthChroma=0
1508173 2023-2-13 11:58:45     in.vpp.In.Shift=0
1508173 2023-2-13 11:58:45     in.vpp.In.mfxFrameId.TemporalId=0
1508173 2023-2-13 11:58:45     in.vpp.In.mfxFrameId.PriorityId=0
1508173 2023-2-13 11:58:45     in.vpp.In.mfxFrameId.DependencyId=0
1508173 2023-2-13 11:58:45     in.vpp.In.mfxFrameId.QualityId=0
1508173 2023-2-13 11:58:45     in.vpp.In.mfxFrameId.ViewId=0
1508173 2023-2-13 11:58:45     in.vpp.In.FourCC=YV12
1508173 2023-2-13 11:58:45     in.vpp.In.Width=1920
1508173 2023-2-13 11:58:45     in.vpp.In.Height=1088
1508173 2023-2-13 11:58:45     in.vpp.In.CropX=0
1508173 2023-2-13 11:58:45     in.vpp.In.CropY=0
1508173 2023-2-13 11:58:45     in.vpp.In.CropW=1920
1508173 2023-2-13 11:58:45     in.vpp.In.CropH=1080
1508173 2023-2-13 11:58:45     in.vpp.In.BufferSize=71305088
1508173 2023-2-13 11:58:45     in.vpp.In.reserved5=70780800
1508173 2023-2-13 11:58:45     in.vpp.In.FrameRateExtN=30
1508173 2023-2-13 11:58:45     in.vpp.In.FrameRateExtD=1
1508173 2023-2-13 11:58:45     in.vpp.In.reserved3=0
1508173 2023-2-13 11:58:45     in.vpp.In.AspectRatioW=0
1508173 2023-2-13 11:58:45     in.vpp.In.AspectRatioH=0
1508173 2023-2-13 11:58:45     in.vpp.In.PicStruct=1
1508173 2023-2-13 11:58:45     in.vpp.In.ChromaFormat=1
1508173 2023-2-13 11:58:45     in.vpp.In.reserved2=0
1508173 2023-2-13 11:58:45     in.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     in.vpp.Out.reserved[]={ 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     in.vpp.Out.reserved4=0
1508173 2023-2-13 11:58:45     in.vpp.Out.BitDepthLuma=0
1508173 2023-2-13 11:58:45     in.vpp.Out.BitDepthChroma=0
1508173 2023-2-13 11:58:45     in.vpp.Out.Shift=0
1508173 2023-2-13 11:58:45     in.vpp.Out.mfxFrameId.TemporalId=0
1508173 2023-2-13 11:58:45     in.vpp.Out.mfxFrameId.PriorityId=0
1508173 2023-2-13 11:58:45     in.vpp.Out.mfxFrameId.DependencyId=0
1508173 2023-2-13 11:58:45     in.vpp.Out.mfxFrameId.QualityId=0
1508173 2023-2-13 11:58:45     in.vpp.Out.mfxFrameId.ViewId=0
1508173 2023-2-13 11:58:45     in.vpp.Out.FourCC=NV12
1508173 2023-2-13 11:58:45     in.vpp.Out.Width=1920
1508173 2023-2-13 11:58:45     in.vpp.Out.Height=1088
1508173 2023-2-13 11:58:45     in.vpp.Out.CropX=0
1508173 2023-2-13 11:58:45     in.vpp.Out.CropY=0
1508173 2023-2-13 11:58:45     in.vpp.Out.CropW=1920
1508173 2023-2-13 11:58:45     in.vpp.Out.CropH=1080
1508173 2023-2-13 11:58:45     in.vpp.Out.BufferSize=71305088
1508173 2023-2-13 11:58:45     in.vpp.Out.reserved5=70780800
1508173 2023-2-13 11:58:45     in.vpp.Out.FrameRateExtN=30
1508173 2023-2-13 11:58:45     in.vpp.Out.FrameRateExtD=1
1508173 2023-2-13 11:58:45     in.vpp.Out.reserved3=0
1508173 2023-2-13 11:58:45     in.vpp.Out.AspectRatioW=0
1508173 2023-2-13 11:58:45     in.vpp.Out.AspectRatioH=0
1508173 2023-2-13 11:58:45     in.vpp.Out.PicStruct=1
1508173 2023-2-13 11:58:45     in.vpp.Out.ChromaFormat=1
1508173 2023-2-13 11:58:45     in.vpp.Out.reserved2=0
1508173 2023-2-13 11:58:45     in.Protected=0
1508173 2023-2-13 11:58:45     in.IOPattern=MFX_IOPATTERN_IN_SYSTEM_MEMORY; MFX_IOPATTERN_OUT_SYSTEM_MEMORY; 
1508173 2023-2-13 11:58:45     in.NumExtParam=0
1508173 2023-2-13 11:58:45     in.ExtParam=0

1508173 2023-2-13 11:58:45     in.reserved2=0
1508173 2023-2-13 11:58:45     out.AllocId=0
1508173 2023-2-13 11:58:45     out.reserved[]={ 0, 0 }
1508173 2023-2-13 11:58:45     out.AsyncDepth=1
1508173 2023-2-13 11:58:45     out.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     out.vpp.In.reserved[]={ 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     out.vpp.In.reserved4=0
1508173 2023-2-13 11:58:45     out.vpp.In.BitDepthLuma=0
1508173 2023-2-13 11:58:45     out.vpp.In.BitDepthChroma=0
1508173 2023-2-13 11:58:45     out.vpp.In.Shift=0
1508173 2023-2-13 11:58:45     out.vpp.In.mfxFrameId.TemporalId=0
1508173 2023-2-13 11:58:45     out.vpp.In.mfxFrameId.PriorityId=0
1508173 2023-2-13 11:58:45     out.vpp.In.mfxFrameId.DependencyId=0
1508173 2023-2-13 11:58:45     out.vpp.In.mfxFrameId.QualityId=0
1508173 2023-2-13 11:58:45     out.vpp.In.mfxFrameId.ViewId=0
1508173 2023-2-13 11:58:45     out.vpp.In.FourCC=YV12
1508173 2023-2-13 11:58:45     out.vpp.In.Width=1920
1508173 2023-2-13 11:58:45     out.vpp.In.Height=1088
1508173 2023-2-13 11:58:45     out.vpp.In.CropX=0
1508173 2023-2-13 11:58:45     out.vpp.In.CropY=0
1508173 2023-2-13 11:58:45     out.vpp.In.CropW=1920
1508173 2023-2-13 11:58:45     out.vpp.In.CropH=1080
1508173 2023-2-13 11:58:45     out.vpp.In.BufferSize=71305088
1508173 2023-2-13 11:58:45     out.vpp.In.reserved5=70780800
1508173 2023-2-13 11:58:45     out.vpp.In.FrameRateExtN=30
1508173 2023-2-13 11:58:45     out.vpp.In.FrameRateExtD=1
1508173 2023-2-13 11:58:45     out.vpp.In.reserved3=0
1508173 2023-2-13 11:58:45     out.vpp.In.AspectRatioW=0
1508173 2023-2-13 11:58:45     out.vpp.In.AspectRatioH=0
1508173 2023-2-13 11:58:45     out.vpp.In.PicStruct=1
1508173 2023-2-13 11:58:45     out.vpp.In.ChromaFormat=1
1508173 2023-2-13 11:58:45     out.vpp.In.reserved2=0
1508173 2023-2-13 11:58:45     out.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     out.vpp.Out.reserved[]={ 0, 0, 0, 0 }
1508173 2023-2-13 11:58:45     out.vpp.Out.reserved4=0
1508173 2023-2-13 11:58:45     out.vpp.Out.BitDepthLuma=0
1508173 2023-2-13 11:58:45     out.vpp.Out.BitDepthChroma=0
1508173 2023-2-13 11:58:45     out.vpp.Out.Shift=0
1508173 2023-2-13 11:58:45     out.vpp.Out.mfxFrameId.TemporalId=0
1508173 2023-2-13 11:58:45     out.vpp.Out.mfxFrameId.PriorityId=0
1508173 2023-2-13 11:58:45     out.vpp.Out.mfxFrameId.DependencyId=0
1508173 2023-2-13 11:58:45     out.vpp.Out.mfxFrameId.QualityId=0
1508173 2023-2-13 11:58:45     out.vpp.Out.mfxFrameId.ViewId=0
1508173 2023-2-13 11:58:45     out.vpp.Out.FourCC=NV12
1508173 2023-2-13 11:58:45     out.vpp.Out.Width=1920
1508173 2023-2-13 11:58:45     out.vpp.Out.Height=1088
1508173 2023-2-13 11:58:45     out.vpp.Out.CropX=0
1508173 2023-2-13 11:58:45     out.vpp.Out.CropY=0
1508173 2023-2-13 11:58:45     out.vpp.Out.CropW=1920
1508173 2023-2-13 11:58:45     out.vpp.Out.CropH=1080
1508173 2023-2-13 11:58:45     out.vpp.Out.BufferSize=71305088
1508173 2023-2-13 11:58:45     out.vpp.Out.reserved5=70780800
1508173 2023-2-13 11:58:45     out.vpp.Out.FrameRateExtN=30
1508173 2023-2-13 11:58:45     out.vpp.Out.FrameRateExtD=1
1508173 2023-2-13 11:58:45     out.vpp.Out.reserved3=0
1508173 2023-2-13 11:58:45     out.vpp.Out.AspectRatioW=0
1508173 2023-2-13 11:58:45     out.vpp.Out.AspectRatioH=0
1508173 2023-2-13 11:58:45     out.vpp.Out.PicStruct=1
1508173 2023-2-13 11:58:45     out.vpp.Out.ChromaFormat=1
1508173 2023-2-13 11:58:45     out.vpp.Out.reserved2=0
1508173 2023-2-13 11:58:45     out.Protected=0
1508173 2023-2-13 11:58:45     out.IOPattern=MFX_IOPATTERN_IN_SYSTEM_MEMORY; MFX_IOPATTERN_OUT_SYSTEM_MEMORY; 
1508173 2023-2-13 11:58:45     out.NumExtParam=0
1508173 2023-2-13 11:58:45     out.ExtParam=0

1508173 2023-2-13 11:58:45     out.reserved2=0
1508173 2023-2-13 11:58:45 function: MFXVideoVPP_Query(3.38 msec, status=MFX_ERR_NONE) - 

My application:

1606097 2023-2-13 15:28:57 function: MFXVideoVPP_Query(mfxSession session=0x5567abcc5e10, mfxVideoParam *in=0x7ffe0c51d220, mfxVideoParam *out=0x7ffe0c51d4e8) +
1606097 2023-2-13 15:28:57     mfxSession session=0x5567abcc5138
1606097 2023-2-13 15:28:57     in.AllocId=0
1606097 2023-2-13 15:28:57     in.reserved[]={ 0, 0 }
1606097 2023-2-13 15:28:57     in.AsyncDepth=1
1606097 2023-2-13 15:28:57     in.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     in.vpp.In.reserved[]={ 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     in.vpp.In.reserved4=0
1606097 2023-2-13 15:28:57     in.vpp.In.BitDepthLuma=0
1606097 2023-2-13 15:28:57     in.vpp.In.BitDepthChroma=0
1606097 2023-2-13 15:28:57     in.vpp.In.Shift=0
1606097 2023-2-13 15:28:57     in.vpp.In.mfxFrameId.TemporalId=0
1606097 2023-2-13 15:28:57     in.vpp.In.mfxFrameId.PriorityId=0
1606097 2023-2-13 15:28:57     in.vpp.In.mfxFrameId.DependencyId=0
1606097 2023-2-13 15:28:57     in.vpp.In.mfxFrameId.QualityId=0
1606097 2023-2-13 15:28:57     in.vpp.In.mfxFrameId.ViewId=0
1606097 2023-2-13 15:28:57     in.vpp.In.FourCC=YV12
1606097 2023-2-13 15:28:57     in.vpp.In.Width=1920
1606097 2023-2-13 15:28:57     in.vpp.In.Height=1088
1606097 2023-2-13 15:28:57     in.vpp.In.CropX=0
1606097 2023-2-13 15:28:57     in.vpp.In.CropY=0
1606097 2023-2-13 15:28:57     in.vpp.In.CropW=1920
1606097 2023-2-13 15:28:57     in.vpp.In.CropH=1080
1606097 2023-2-13 15:28:57     in.vpp.In.BufferSize=71305088
1606097 2023-2-13 15:28:57     in.vpp.In.reserved5=70780800
1606097 2023-2-13 15:28:57     in.vpp.In.FrameRateExtN=30
1606097 2023-2-13 15:28:57     in.vpp.In.FrameRateExtD=1
1606097 2023-2-13 15:28:57     in.vpp.In.reserved3=0
1606097 2023-2-13 15:28:57     in.vpp.In.AspectRatioW=0
1606097 2023-2-13 15:28:57     in.vpp.In.AspectRatioH=0
1606097 2023-2-13 15:28:57     in.vpp.In.PicStruct=1
1606097 2023-2-13 15:28:57     in.vpp.In.ChromaFormat=1
1606097 2023-2-13 15:28:57     in.vpp.In.reserved2=0
1606097 2023-2-13 15:28:57     in.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     in.vpp.Out.reserved[]={ 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     in.vpp.Out.reserved4=0
1606097 2023-2-13 15:28:57     in.vpp.Out.BitDepthLuma=0
1606097 2023-2-13 15:28:57     in.vpp.Out.BitDepthChroma=0
1606097 2023-2-13 15:28:57     in.vpp.Out.Shift=0
1606097 2023-2-13 15:28:57     in.vpp.Out.mfxFrameId.TemporalId=0
1606097 2023-2-13 15:28:57     in.vpp.Out.mfxFrameId.PriorityId=0
1606097 2023-2-13 15:28:57     in.vpp.Out.mfxFrameId.DependencyId=0
1606097 2023-2-13 15:28:57     in.vpp.Out.mfxFrameId.QualityId=0
1606097 2023-2-13 15:28:57     in.vpp.Out.mfxFrameId.ViewId=0
1606097 2023-2-13 15:28:57     in.vpp.Out.FourCC=NV12
1606097 2023-2-13 15:28:57     in.vpp.Out.Width=1920
1606097 2023-2-13 15:28:57     in.vpp.Out.Height=1088
1606097 2023-2-13 15:28:57     in.vpp.Out.CropX=0
1606097 2023-2-13 15:28:57     in.vpp.Out.CropY=0
1606097 2023-2-13 15:28:57     in.vpp.Out.CropW=1920
1606097 2023-2-13 15:28:57     in.vpp.Out.CropH=1080
1606097 2023-2-13 15:28:57     in.vpp.Out.BufferSize=71305088
1606097 2023-2-13 15:28:57     in.vpp.Out.reserved5=70780800
1606097 2023-2-13 15:28:57     in.vpp.Out.FrameRateExtN=30
1606097 2023-2-13 15:28:57     in.vpp.Out.FrameRateExtD=1
1606097 2023-2-13 15:28:57     in.vpp.Out.reserved3=0
1606097 2023-2-13 15:28:57     in.vpp.Out.AspectRatioW=0
1606097 2023-2-13 15:28:57     in.vpp.Out.AspectRatioH=0
1606097 2023-2-13 15:28:57     in.vpp.Out.PicStruct=1
1606097 2023-2-13 15:28:57     in.vpp.Out.ChromaFormat=1
1606097 2023-2-13 15:28:57     in.vpp.Out.reserved2=0
1606097 2023-2-13 15:28:57     in.Protected=0
1606097 2023-2-13 15:28:57     in.IOPattern=MFX_IOPATTERN_IN_SYSTEM_MEMORY; MFX_IOPATTERN_OUT_SYSTEM_MEMORY; 
1606097 2023-2-13 15:28:57     in.NumExtParam=0
1606097 2023-2-13 15:28:57     in.ExtParam=0

1606097 2023-2-13 15:28:57     in.reserved2=0
1606097 2023-2-13 15:28:57     out.AllocId=0
1606097 2023-2-13 15:28:57     out.reserved[]={ 0, 0 }
1606097 2023-2-13 15:28:57     out.AsyncDepth=0
1606097 2023-2-13 15:28:57     out.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     out.vpp.In.reserved[]={ 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     out.vpp.In.reserved4=0
1606097 2023-2-13 15:28:57     out.vpp.In.BitDepthLuma=0
1606097 2023-2-13 15:28:57     out.vpp.In.BitDepthChroma=0
1606097 2023-2-13 15:28:57     out.vpp.In.Shift=0
1606097 2023-2-13 15:28:57     out.vpp.In.mfxFrameId.TemporalId=0
1606097 2023-2-13 15:28:57     out.vpp.In.mfxFrameId.PriorityId=0
1606097 2023-2-13 15:28:57     out.vpp.In.mfxFrameId.DependencyId=0
1606097 2023-2-13 15:28:57     out.vpp.In.mfxFrameId.QualityId=0
1606097 2023-2-13 15:28:57     out.vpp.In.mfxFrameId.ViewId=0
1606097 2023-2-13 15:28:57     out.vpp.In.FourCC=UNKNOWN
1606097 2023-2-13 15:28:57     out.vpp.In.Width=0
1606097 2023-2-13 15:28:57     out.vpp.In.Height=0
1606097 2023-2-13 15:28:57     out.vpp.In.CropX=0
1606097 2023-2-13 15:28:57     out.vpp.In.CropY=0
1606097 2023-2-13 15:28:57     out.vpp.In.CropW=0
1606097 2023-2-13 15:28:57     out.vpp.In.CropH=0
1606097 2023-2-13 15:28:57     out.vpp.In.BufferSize=0
1606097 2023-2-13 15:28:57     out.vpp.In.reserved5=0
1606097 2023-2-13 15:28:57     out.vpp.In.FrameRateExtN=0
1606097 2023-2-13 15:28:57     out.vpp.In.FrameRateExtD=0
1606097 2023-2-13 15:28:57     out.vpp.In.reserved3=0
1606097 2023-2-13 15:28:57     out.vpp.In.AspectRatioW=0
1606097 2023-2-13 15:28:57     out.vpp.In.AspectRatioH=0
1606097 2023-2-13 15:28:57     out.vpp.In.PicStruct=0
1606097 2023-2-13 15:28:57     out.vpp.In.ChromaFormat=0
1606097 2023-2-13 15:28:57     out.vpp.In.reserved2=0
1606097 2023-2-13 15:28:57     out.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     out.vpp.Out.reserved[]={ 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     out.vpp.Out.reserved4=0
1606097 2023-2-13 15:28:57     out.vpp.Out.BitDepthLuma=0
1606097 2023-2-13 15:28:57     out.vpp.Out.BitDepthChroma=0
1606097 2023-2-13 15:28:57     out.vpp.Out.Shift=0
1606097 2023-2-13 15:28:57     out.vpp.Out.mfxFrameId.TemporalId=0
1606097 2023-2-13 15:28:57     out.vpp.Out.mfxFrameId.PriorityId=0
1606097 2023-2-13 15:28:57     out.vpp.Out.mfxFrameId.DependencyId=0
1606097 2023-2-13 15:28:57     out.vpp.Out.mfxFrameId.QualityId=0
1606097 2023-2-13 15:28:57     out.vpp.Out.mfxFrameId.ViewId=0
1606097 2023-2-13 15:28:57     out.vpp.Out.FourCC=UNKNOWN
1606097 2023-2-13 15:28:57     out.vpp.Out.Width=0
1606097 2023-2-13 15:28:57     out.vpp.Out.Height=0
1606097 2023-2-13 15:28:57     out.vpp.Out.CropX=0
1606097 2023-2-13 15:28:57     out.vpp.Out.CropY=0
1606097 2023-2-13 15:28:57     out.vpp.Out.CropW=0
1606097 2023-2-13 15:28:57     out.vpp.Out.CropH=0
1606097 2023-2-13 15:28:57     out.vpp.Out.BufferSize=0
1606097 2023-2-13 15:28:57     out.vpp.Out.reserved5=0
1606097 2023-2-13 15:28:57     out.vpp.Out.FrameRateExtN=0
1606097 2023-2-13 15:28:57     out.vpp.Out.FrameRateExtD=0
1606097 2023-2-13 15:28:57     out.vpp.Out.reserved3=0
1606097 2023-2-13 15:28:57     out.vpp.Out.AspectRatioW=0
1606097 2023-2-13 15:28:57     out.vpp.Out.AspectRatioH=0
1606097 2023-2-13 15:28:57     out.vpp.Out.PicStruct=0
1606097 2023-2-13 15:28:57     out.vpp.Out.ChromaFormat=0
1606097 2023-2-13 15:28:57     out.vpp.Out.reserved2=0
1606097 2023-2-13 15:28:57     out.Protected=0
1606097 2023-2-13 15:28:57     out.IOPattern=UNKNOWN(0)
1606097 2023-2-13 15:28:57     out.NumExtParam=0
1606097 2023-2-13 15:28:57     out.ExtParam=0

1606097 2023-2-13 15:28:57     out.reserved2=0
1606097 2023-2-13 15:28:57 >> MFXVideoVPP_Query called
1606097 2023-2-13 15:28:57     mfxSession session=0x5567abcc5138
1606097 2023-2-13 15:28:57     in.AllocId=0
1606097 2023-2-13 15:28:57     in.reserved[]={ 0, 0 }
1606097 2023-2-13 15:28:57     in.AsyncDepth=1
1606097 2023-2-13 15:28:57     in.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     in.vpp.In.reserved[]={ 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     in.vpp.In.reserved4=0
1606097 2023-2-13 15:28:57     in.vpp.In.BitDepthLuma=0
1606097 2023-2-13 15:28:57     in.vpp.In.BitDepthChroma=0
1606097 2023-2-13 15:28:57     in.vpp.In.Shift=0
1606097 2023-2-13 15:28:57     in.vpp.In.mfxFrameId.TemporalId=0
1606097 2023-2-13 15:28:57     in.vpp.In.mfxFrameId.PriorityId=0
1606097 2023-2-13 15:28:57     in.vpp.In.mfxFrameId.DependencyId=0
1606097 2023-2-13 15:28:57     in.vpp.In.mfxFrameId.QualityId=0
1606097 2023-2-13 15:28:57     in.vpp.In.mfxFrameId.ViewId=0
1606097 2023-2-13 15:28:57     in.vpp.In.FourCC=YV12
1606097 2023-2-13 15:28:57     in.vpp.In.Width=1920
1606097 2023-2-13 15:28:57     in.vpp.In.Height=1088
1606097 2023-2-13 15:28:57     in.vpp.In.CropX=0
1606097 2023-2-13 15:28:57     in.vpp.In.CropY=0
1606097 2023-2-13 15:28:57     in.vpp.In.CropW=1920
1606097 2023-2-13 15:28:57     in.vpp.In.CropH=1080
1606097 2023-2-13 15:28:57     in.vpp.In.BufferSize=71305088
1606097 2023-2-13 15:28:57     in.vpp.In.reserved5=70780800
1606097 2023-2-13 15:28:57     in.vpp.In.FrameRateExtN=30
1606097 2023-2-13 15:28:57     in.vpp.In.FrameRateExtD=1
1606097 2023-2-13 15:28:57     in.vpp.In.reserved3=0
1606097 2023-2-13 15:28:57     in.vpp.In.AspectRatioW=0
1606097 2023-2-13 15:28:57     in.vpp.In.AspectRatioH=0
1606097 2023-2-13 15:28:57     in.vpp.In.PicStruct=1
1606097 2023-2-13 15:28:57     in.vpp.In.ChromaFormat=1
1606097 2023-2-13 15:28:57     in.vpp.In.reserved2=0
1606097 2023-2-13 15:28:57     in.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     in.vpp.Out.reserved[]={ 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     in.vpp.Out.reserved4=0
1606097 2023-2-13 15:28:57     in.vpp.Out.BitDepthLuma=0
1606097 2023-2-13 15:28:57     in.vpp.Out.BitDepthChroma=0
1606097 2023-2-13 15:28:57     in.vpp.Out.Shift=0
1606097 2023-2-13 15:28:57     in.vpp.Out.mfxFrameId.TemporalId=0
1606097 2023-2-13 15:28:57     in.vpp.Out.mfxFrameId.PriorityId=0
1606097 2023-2-13 15:28:57     in.vpp.Out.mfxFrameId.DependencyId=0
1606097 2023-2-13 15:28:57     in.vpp.Out.mfxFrameId.QualityId=0
1606097 2023-2-13 15:28:57     in.vpp.Out.mfxFrameId.ViewId=0
1606097 2023-2-13 15:28:57     in.vpp.Out.FourCC=NV12
1606097 2023-2-13 15:28:57     in.vpp.Out.Width=1920
1606097 2023-2-13 15:28:57     in.vpp.Out.Height=1088
1606097 2023-2-13 15:28:57     in.vpp.Out.CropX=0
1606097 2023-2-13 15:28:57     in.vpp.Out.CropY=0
1606097 2023-2-13 15:28:57     in.vpp.Out.CropW=1920
1606097 2023-2-13 15:28:57     in.vpp.Out.CropH=1080
1606097 2023-2-13 15:28:57     in.vpp.Out.BufferSize=71305088
1606097 2023-2-13 15:28:57     in.vpp.Out.reserved5=70780800
1606097 2023-2-13 15:28:57     in.vpp.Out.FrameRateExtN=30
1606097 2023-2-13 15:28:57     in.vpp.Out.FrameRateExtD=1
1606097 2023-2-13 15:28:57     in.vpp.Out.reserved3=0
1606097 2023-2-13 15:28:57     in.vpp.Out.AspectRatioW=0
1606097 2023-2-13 15:28:57     in.vpp.Out.AspectRatioH=0
1606097 2023-2-13 15:28:57     in.vpp.Out.PicStruct=1
1606097 2023-2-13 15:28:57     in.vpp.Out.ChromaFormat=1
1606097 2023-2-13 15:28:57     in.vpp.Out.reserved2=0
1606097 2023-2-13 15:28:57     in.Protected=0
1606097 2023-2-13 15:28:57     in.IOPattern=MFX_IOPATTERN_IN_SYSTEM_MEMORY; MFX_IOPATTERN_OUT_SYSTEM_MEMORY; 
1606097 2023-2-13 15:28:57     in.NumExtParam=0
1606097 2023-2-13 15:28:57     in.ExtParam=0

1606097 2023-2-13 15:28:57     in.reserved2=0
1606097 2023-2-13 15:28:57     out.AllocId=0
1606097 2023-2-13 15:28:57     out.reserved[]={ 0, 0 }
1606097 2023-2-13 15:28:57     out.AsyncDepth=1
1606097 2023-2-13 15:28:57     out.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     out.vpp.In.reserved[]={ 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     out.vpp.In.reserved4=0
1606097 2023-2-13 15:28:57     out.vpp.In.BitDepthLuma=0
1606097 2023-2-13 15:28:57     out.vpp.In.BitDepthChroma=0
1606097 2023-2-13 15:28:57     out.vpp.In.Shift=0
1606097 2023-2-13 15:28:57     out.vpp.In.mfxFrameId.TemporalId=0
1606097 2023-2-13 15:28:57     out.vpp.In.mfxFrameId.PriorityId=0
1606097 2023-2-13 15:28:57     out.vpp.In.mfxFrameId.DependencyId=0
1606097 2023-2-13 15:28:57     out.vpp.In.mfxFrameId.QualityId=0
1606097 2023-2-13 15:28:57     out.vpp.In.mfxFrameId.ViewId=0
1606097 2023-2-13 15:28:57     out.vpp.In.FourCC=YV12
1606097 2023-2-13 15:28:57     out.vpp.In.Width=1920
1606097 2023-2-13 15:28:57     out.vpp.In.Height=1088
1606097 2023-2-13 15:28:57     out.vpp.In.CropX=0
1606097 2023-2-13 15:28:57     out.vpp.In.CropY=0
1606097 2023-2-13 15:28:57     out.vpp.In.CropW=1920
1606097 2023-2-13 15:28:57     out.vpp.In.CropH=1080
1606097 2023-2-13 15:28:57     out.vpp.In.BufferSize=71305088
1606097 2023-2-13 15:28:57     out.vpp.In.reserved5=70780800
1606097 2023-2-13 15:28:57     out.vpp.In.FrameRateExtN=30
1606097 2023-2-13 15:28:57     out.vpp.In.FrameRateExtD=1
1606097 2023-2-13 15:28:57     out.vpp.In.reserved3=0
1606097 2023-2-13 15:28:57     out.vpp.In.AspectRatioW=0
1606097 2023-2-13 15:28:57     out.vpp.In.AspectRatioH=0
1606097 2023-2-13 15:28:57     out.vpp.In.PicStruct=1
1606097 2023-2-13 15:28:57     out.vpp.In.ChromaFormat=1
1606097 2023-2-13 15:28:57     out.vpp.In.reserved2=0
1606097 2023-2-13 15:28:57     out.vpp.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     out.vpp.Out.reserved[]={ 0, 0, 0, 0 }
1606097 2023-2-13 15:28:57     out.vpp.Out.reserved4=0
1606097 2023-2-13 15:28:57     out.vpp.Out.BitDepthLuma=0
1606097 2023-2-13 15:28:57     out.vpp.Out.BitDepthChroma=0
1606097 2023-2-13 15:28:57     out.vpp.Out.Shift=0
1606097 2023-2-13 15:28:57     out.vpp.Out.mfxFrameId.TemporalId=0
1606097 2023-2-13 15:28:57     out.vpp.Out.mfxFrameId.PriorityId=0
1606097 2023-2-13 15:28:57     out.vpp.Out.mfxFrameId.DependencyId=0
1606097 2023-2-13 15:28:57     out.vpp.Out.mfxFrameId.QualityId=0
1606097 2023-2-13 15:28:57     out.vpp.Out.mfxFrameId.ViewId=0
1606097 2023-2-13 15:28:57     out.vpp.Out.FourCC=NV12
1606097 2023-2-13 15:28:57     out.vpp.Out.Width=1920
1606097 2023-2-13 15:28:57     out.vpp.Out.Height=1088
1606097 2023-2-13 15:28:57     out.vpp.Out.CropX=0
1606097 2023-2-13 15:28:57     out.vpp.Out.CropY=0
1606097 2023-2-13 15:28:57     out.vpp.Out.CropW=1920
1606097 2023-2-13 15:28:57     out.vpp.Out.CropH=1080
1606097 2023-2-13 15:28:57     out.vpp.Out.BufferSize=71305088
1606097 2023-2-13 15:28:57     out.vpp.Out.reserved5=70780800
1606097 2023-2-13 15:28:57     out.vpp.Out.FrameRateExtN=30
1606097 2023-2-13 15:28:57     out.vpp.Out.FrameRateExtD=1
1606097 2023-2-13 15:28:57     out.vpp.Out.reserved3=0
1606097 2023-2-13 15:28:57     out.vpp.Out.AspectRatioW=0
1606097 2023-2-13 15:28:57     out.vpp.Out.AspectRatioH=0
1606097 2023-2-13 15:28:57     out.vpp.Out.PicStruct=1
1606097 2023-2-13 15:28:57     out.vpp.Out.ChromaFormat=1
1606097 2023-2-13 15:28:57     out.vpp.Out.reserved2=0
1606097 2023-2-13 15:28:57     out.Protected=0
1606097 2023-2-13 15:28:57     out.IOPattern=MFX_IOPATTERN_IN_SYSTEM_MEMORY; MFX_IOPATTERN_OUT_SYSTEM_MEMORY; 
1606097 2023-2-13 15:28:57     out.NumExtParam=0
1606097 2023-2-13 15:28:57     out.ExtParam=0

1606097 2023-2-13 15:28:57     out.reserved2=0
1606097 2023-2-13 15:28:57 function: MFXVideoVPP_Query(0.079 msec, status=MFX_ERR_UNSUPPORTED) -