Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_decode_scalability_g12.cpp124 case CodechalDecode::CodechalHcpDecodePhaseLegacyLong: in CodecHalDecodeScalability_CheckDecPhaseValidity_G12()
419 *pHcpDecPhase = CodechalDecode::CodechalHcpDecodePhaseLegacyLong; in CodecHalDecodeScalability_DetermineDecodePhase_G12()
423 case CodechalDecode::CodechalHcpDecodePhaseLegacyLong: in CodecHalDecodeScalability_DetermineDecodePhase_G12()
424 *pHcpDecPhase = CodechalDecode::CodechalHcpDecodePhaseLegacyLong; in CodecHalDecodeScalability_DetermineDecodePhase_G12()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_scalability.cpp101 case CodechalDecode::CodechalHcpDecodePhaseLegacyLong: in CodecHalDecodeScalability_CheckDecPhaseValidity()
925 *pHcpDecPhase = CodechalDecode::CodechalHcpDecodePhaseLegacyLong; in CodecHalDecodeScalability_DetermineDecodePhase()
929 *pHcpDecPhase = CodechalDecode::CodechalHcpDecodePhaseLegacyLong; in CodecHalDecodeScalability_DetermineDecodePhase()
H A Dcodechal_decoder.h274 CodechalHcpDecodePhaseLegacyLong, //!< Legacy long format phase enumerator
H A Dcodechal_decode_hevc.cpp1481 m_hcpDecPhase = CodechalHcpDecodePhaseLegacyLong; in DetermineDecodePhase()
1490 m_hcpDecPhase = CodechalHcpDecodePhaseLegacyLong; in DetermineDecodePhase()
2017 m_hcpDecPhase == CodechalHcpDecodePhaseLegacyLong) in SendPictureLongFormat()
2310 m_hcpDecPhase == CodechalHcpDecodePhaseLegacyLong) || in DecodePrimitiveLevel()
H A Dcodechal_decode_vp9.cpp1320 m_hcpDecPhase = CodechalHcpDecodePhaseLegacyLong; in DetermineDecodePhase()
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/codec/shared/
H A Dcodec_def_common.h585 (hcpDecPhase == CodechalDecode::CodechalHcpDecodePhaseLegacyLong && !shortFormat))
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/
H A Dcodechal_decode_hevc_g11.cpp1327 (m_hcpDecPhase == CodechalHcpDecodePhaseLegacyLong || in DecodePrimitiveLevel()