Home
last modified time | relevance | path

Searched defs:GetDebugInterface (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/pipeline/
H A Dencode_pipeline.h93 CodechalDebugInterface *GetDebugInterface() const { return m_debugInterface; } in GetDebugInterface() function
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/pipeline/
H A Ddecode_pipeline.h132 CodechalDebugInterface *GetDebugInterface() const { return m_debugInterface; } in GetDebugInterface() function
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/
H A Dcodechal_common.h357 CodechalDebugInterface *GetDebugInterface() { return m_debugInterface; } in GetDebugInterface() function