Home
last modified time | relevance | path

Searched refs:SetDecodeInUse (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/enc/vp9/packet/
H A Dencode_vp9_dynamic_scal_packet_xe_lpm_plus_base.cpp581 m_basicFeature->SetDecodeInUse(true); in ReadImageStatus()
602 m_basicFeature->SetDecodeInUse(false); in ReadImageStatus()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/vp9/features/
H A Dencode_vp9_basic_feature.h234 void SetDecodeInUse(bool decodeInUse) { m_decodeInUse = decodeInUse; } in SetDecodeInUse() function
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/hw/vdbox/
H A Dmhw_vdbox_mfx_interface.h890 inline void SetDecodeInUse(bool decodeInUse) in SetDecodeInUse() function
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_hw.cpp1638 m_mfxInterface->SetDecodeInUse(true); in ReadImageStatus()
1660 m_mfxInterface->SetDecodeInUse(false); in ReadImageStatus()
H A Dcodechal_encoder_base.cpp2848 m_hwInterface->GetMfxInterface()->SetDecodeInUse(true); in ReadImageStatus()
2870 m_hwInterface->GetMfxInterface()->SetDecodeInUse(false); in ReadImageStatus()