Home
last modified time | relevance | path

Searched refs:SetAddCommands (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_huc_cmd_initializer.h346 …virtual MOS_STATUS SetAddCommands(uint32_t commandtype, PMOS_COMMAND_BUFFER cmdBuffer, bool addToB…
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_vdenc_hevc_g12.cpp2991SetAddCommands(CODECHAL_CMD1, &cmdBuffer, true, m_roundInterValue, m_roundIntraValue, m_lowDelay); in ExecutePictureLevel()
2995SetAddCommands(CODECHAL_CMD2, &cmdBuffer, true, m_roundInterValue, m_roundIntraValue, m_lowDelay, … in ExecutePictureLevel()
4096SetAddCommands(CODECHAL_CMD1, &constructedCmdBuf, true, m_roundInterValue, m_roundIntraValue, m_lo… in ConstructBatchBufferHuCBRC()
4105SetAddCommands(CODECHAL_CMD2, &constructedCmdBuf, true, m_roundInterValue, m_roundIntraValue, m_lo… in ConstructBatchBufferHuCBRC()
4416SetAddCommands(CODECHAL_CMD1, &constructedCmdBuf, true, m_roundInterValue, m_roundIntraValue, m_lo… in ConstructTLB()
4421SetAddCommands(CODECHAL_CMD2, &constructedCmdBuf, true, m_roundInterValue, m_roundIntraValue, m_lo… in ConstructTLB()
9564 MOS_STATUS CodechalVdencHevcStateG12::SetAddCommands(uint32_t commandType, PMOS_COMMAND_BUFFER cmdB… in SetAddCommands() function in CodechalVdencHevcStateG12
H A Dcodechal_vdenc_hevc_g12.h2799 …MOS_STATUS SetAddCommands(uint32_t commandtype, PMOS_COMMAND_BUFFER cmdBuffer, bool addToBatchBuff…