Home
last modified time | relevance | path

Searched refs:sourceFrameInfo (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_hevc_fei/src/
H A Dpipeline_hevc_fei.cpp132 mfxFrameInfo sourceFrameInfo; in PrintInfo() local
133 m_pYUVSource->GetActualFrameInfo(sourceFrameInfo); in PrintInfo()
135 …msdk_printf(MSDK_STRING("\nResolution :\t%dx%d"), sourceFrameInfo.Width, sourceFrameInfo.Hei… in PrintInfo()
136 …%d = %.2f"), sourceFrameInfo.FrameRateExtN, sourceFrameInfo.FrameRateExtD, CalculateFrameRate(sour… in PrintInfo()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_hevc_fei_abr/src/
H A Dpipeline_hevc_fei.cpp212 mfxFrameInfo sourceFrameInfo; in PrintInfo() local
213 m_source->GetActualFrameInfo(sourceFrameInfo); in PrintInfo()
215 …msdk_printf(MSDK_STRING("\nResolution :\t%dx%d"), sourceFrameInfo.Width, sourceFrameInfo.Hei… in PrintInfo()
216 …%d = %.2f"), sourceFrameInfo.FrameRateExtN, sourceFrameInfo.FrameRateExtD, CalculateFrameRate(sour… in PrintInfo()