Searched refs:DecodePredicationPkt (Results 1 – 12 of 12) sorted by relevance
32 DecodePredicationPkt::DecodePredicationPkt(DecodePipeline *pipeline, CodechalHwInterfaceNext *hwInt… in DecodePredicationPkt() function in decode::DecodePredicationPkt38 MOS_STATUS DecodePredicationPkt::Init() in Init()56 MOS_STATUS DecodePredicationPkt::Prepare() in Prepare()61 MOS_STATUS DecodePredicationPkt::Execute(MOS_COMMAND_BUFFER& cmdBuffer) in Execute()161 MOS_STATUS DecodePredicationPkt::CalculateCommandSize(uint32_t &commandBufferSize, uint32_t &reques… in CalculateCommandSize()
41 class DecodePredicationPkt : public DecodeSubPacket47 DecodePredicationPkt(DecodePipeline *pipeline, CodechalHwInterfaceNext *hwInterface);52 virtual ~DecodePredicationPkt() {}; in ~DecodePredicationPkt()
250 DecodePredicationPkt *predicationPacket = dynamic_cast<DecodePredicationPkt*>(subPacket); in SendPrologCmds()
141 DecodePredicationPkt *predicationPacket = dynamic_cast<DecodePredicationPkt*>(subPacket); in SendPrologWithFrameTracking()
154 DecodePredicationPkt *predicationPacket = dynamic_cast<DecodePredicationPkt *>(subPacket); in SendPrologWithFrameTracking()
169 DecodePredicationPkt *predicationPacket = dynamic_cast<DecodePredicationPkt*>(subPacket); in SendPrologWithFrameTracking()
150 DecodePredicationPkt *predicationPacket = dynamic_cast<DecodePredicationPkt*>(subPacket); in SendPrologWithFrameTracking()
120 DecodePredicationPkt *predicationPacket = dynamic_cast<DecodePredicationPkt*>(subPacket); in SendPrologWithFrameTracking()
144 DecodePredicationPkt *predicationPacket = dynamic_cast<DecodePredicationPkt *>(subPacket); in SendPrologWithFrameTracking()
143 DecodePredicationPkt *predicationPacket = dynamic_cast<DecodePredicationPkt*>(subPacket); in SendPrologWithFrameTracking()
154 DecodePredicationPkt *predicationPacket = dynamic_cast<DecodePredicationPkt*>(subPacket); in SendPrologWithFrameTracking()
117 DecodePredicationPkt *predicationPkt = MOS_New(DecodePredicationPkt, this, m_hwInterface); in CreateSubPackets()