Home
last modified time | relevance | path

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

/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/feature_manager/
Dhw_filter_pipe.cpp132 EngineType HwFilterPipe::GetEngineType(uint32_t index) in GetEngineType() function in HwFilterPipe
141 return m_Pipe[index]->GetEngineType(); in GetEngineType()
Dhw_filter_pipe.h59 EngineType GetEngineType(uint32_t index);
Dhw_filter.h95 EngineType GetEngineType() in GetEngineType() function
Dvp_obj_factories.cpp115 switch (pHwFilter->GetEngineType()) in Destory()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/type/matcher/v3/
Dregex.pb.go72 func (m *RegexMatcher) GetEngineType() isRegexMatcher_EngineType { func
80 if x, ok := x.GetEngineType().(*RegexMatcher_GoogleRe2); ok {
/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/packet/
Dvp_packet_pipe.cpp185 VpCmdPacket *pPacket = m_PacketFactory.CreatePacket(hwFilter.GetEngineType()); in AddPacket()
197 VP_PUBLIC_CHK_STATUS_RETURN(SetOutputPipeMode(hwFilter.GetEngineType())); in AddPacket()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc85 EngineInfo::EngineType GetEngineType( in GetEngineType() function
97 GetEngineType(params) == EngineInfo::EngineType::TRTDynamic; in AllowDynamicNonBatchDimension()
831 curr_engine.engine_type = GetEngineType(params); in ConvertGraph()