Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_debug_encode_par_g12.h36 class CodechalDebugEncodeParG12 : public CodechalDebugEncodePar
42 CodechalDebugEncodeParG12(CodechalEncoderState *encoder) : in CodechalDebugEncodeParG12() function
48 ~CodechalDebugEncodeParG12() {}; in ~CodechalDebugEncodeParG12()
H A Dcodechal_debug_encode_par_g12.cpp35 MOS_STATUS CodechalDebugEncodeParG12::PopulateDsParam(void *cmd) in PopulateDsParam()
58 MOS_STATUS CodechalDebugEncodeParG12::PopulateHmeParam( in PopulateHmeParam()
H A Dcodechal_vdenc_avc_g12.cpp640 …CHAL_ENCODE_CHK_NULL_NO_STATUS_RETURN(m_encodeParState = MOS_New(CodechalDebugEncodeParG12, this)); in CodechalVdencAvcStateG12()
H A Dcodechal_encode_avc_g12.cpp1235 …CHAL_ENCODE_CHK_NULL_NO_STATUS_RETURN(m_encodeParState = MOS_New(CodechalDebugEncodeParG12, this)); in CodechalEncodeAvcEncG12()
H A Dcodechal_vdenc_hevc_g12.cpp6602 …CHAL_ENCODE_CHK_NULL_NO_STATUS_RETURN(m_encodeParState = MOS_New(CodechalDebugEncodeParG12, this)); in CodechalVdencHevcStateG12()