Home
last modified time | relevance | path

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

/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/feature_manager/
Dhw_filter.cpp58 m_swFilterPipe = param.executedFilters; in Initialize()
101 m_vpInterface.GetSwFilterPipeFactory().Destory(m_swFilterPipe); in Clean()
110 if (m_swFilterPipe) in GetRenderTargetType()
112 return m_swFilterPipe->GetRenderTargetType(); in GetRenderTargetType()
145 VP_PUBLIC_CHK_NULL_RETURN(m_swFilterPipe); in SetPacketParams()
146 VP_SURFACE *inputSurf = m_swFilterPipe->GetSurface(true, 0); in SetPacketParams()
147 VP_SURFACE *outputSurf = m_swFilterPipe->GetSurface(false, 0); in SetPacketParams()
149 VP_SURFACE *previousSurf = m_swFilterPipe->GetPastSurface(0); in SetPacketParams()
150 auto &surfSetting = m_swFilterPipe->GetSurfacesSetting(); in SetPacketParams()
203 VP_PUBLIC_CHK_NULL_RETURN(m_swFilterPipe); in SetPacketParams()
[all …]
Dhw_filter.h110 SwFilterPipe *m_swFilterPipe = nullptr; variable