Home
last modified time | relevance | path

Searched refs:veboxItf (Results 1 – 7 of 7) sorted by relevance

/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/pipeline/
Dvp_pipeline_adapter_base.h158 void SetMhwVeboxItf(std::shared_ptr<mhw::vebox::Itf> veboxItf) in SetMhwVeboxItf() argument
161 if (veboxItf == nullptr) in SetMhwVeboxItf()
177 m_veboxItf = veboxItf; in SetMhwVeboxItf()
Dvp_pipeline_adapter_base.cpp59 std::shared_ptr<mhw::vebox::Itf> veboxItf = nullptr; in GetVpMhwInterface() local
98 …eStatus = VphalDevice::CreateVPMhwInterfaces(sfcNeeded, veboxNeeded, veboxItf, sfcItf, miItf, m_os… in GetVpMhwInterface()
101 SetMhwVeboxItf(veboxItf); in GetVpMhwInterface()
/external/intel-media-driver/media_driver/media_softlet/agnostic/common/vp/hal/packet/
Dvp_vebox_cmd_packet_legacy.cpp2415 std::shared_ptr<mhw::vebox::Itf> veboxItf = nullptr; in DumpVeboxStateHeap() local
2419 veboxItf = std::static_pointer_cast<mhw::vebox::Itf>(pVeboxInterface->GetNewVeboxInterface()); in DumpVeboxStateHeap()
2422 if(veboxItf) in DumpVeboxStateHeap()
2424 VP_RENDER_CHK_STATUS_RETURN(veboxItf->GetVeboxHeapInfo(&pVeboxHeap)); in DumpVeboxStateHeap()
2931 std::shared_ptr<mhw::vebox::Itf> veboxItf = nullptr; in AddVeboxDndiState() local
2936 veboxItf = std::static_pointer_cast<mhw::vebox::Itf>(pVeboxInterface->GetNewVeboxInterface()); in AddVeboxDndiState()
2940 if(veboxItf) in AddVeboxDndiState()
2942 return veboxItf->SetVeboxDndiState(&pRenderData->GetDNDIParams()); in AddVeboxDndiState()
2958 std::shared_ptr<mhw::vebox::Itf> veboxItf = nullptr; in AddVeboxIECPState() local
2964 veboxItf = std::static_pointer_cast<mhw::vebox::Itf>(pVeboxInterface->GetNewVeboxInterface()); in AddVeboxIECPState()
[all …]
/external/intel-media-driver/media_common/agnostic/common/media_interfaces/
Dmedia_interfaces_vphal.h93 std::shared_ptr<mhw::vebox::Itf> &veboxItf,
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/platform_interface/
Dvp_platform_interface.h281 inline void SetMhwVeboxItf(std::shared_ptr<mhw::vebox::Itf> veboxItf) in SetMhwVeboxItf() argument
283 m_veboxItf = veboxItf; in SetMhwVeboxItf()
/external/intel-media-driver/media_softlet/linux/common/media_interfaces/
Dmedia_interfaces_next.cpp151 std::shared_ptr<mhw::vebox::Itf> &veboxItf, in CreateVPMhwInterfaces() argument
164 veboxItf = mhwInterfaces->m_veboxItf; in CreateVPMhwInterfaces()
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/packet/
Dvp_render_cmd_packet.cpp1085 std::shared_ptr<mhw::vebox::Itf> veboxItf = nullptr; in InitStateHeapSurface() local