/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/jpeg/features/ |
H A D | encode_jpeg_basic_feature.h | 63 virtual uint32_t GetProfileLevelMaxFrameSize() override { return 0; } in GetProfileLevelMaxFrameSize() function
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/ |
H A D | encode_hevc_basic_feature.h | 63 virtual uint32_t GetProfileLevelMaxFrameSize() override;
|
H A D | encode_hevc_basic_feature.cpp | 555 uint32_t HevcBasicFeature::GetProfileLevelMaxFrameSize() in GetProfileLevelMaxFrameSize() function in encode::HevcBasicFeature
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/features/ |
H A D | encode_basic_feature.h | 88 virtual uint32_t GetProfileLevelMaxFrameSize() = 0;
|
H A D | encode_preenc_basic_feature.h | 61 virtual uint32_t GetProfileLevelMaxFrameSize() override { return 0; }; in GetProfileLevelMaxFrameSize() function
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/avc/features/ |
H A D | encode_avc_basic_feature.h | 118 virtual uint32_t GetProfileLevelMaxFrameSize() override;
|
H A D | encode_avc_brc.cpp | 327 …hucVdencBrcInitDmem->INIT_ProfileLevelMaxFrame_U32 = m_basicFeature->GetProfileLevelMaxFrameSize(); in SetDmemForInit()
|
H A D | encode_avc_basic_feature.cpp | 905 uint32_t AvcBasicFeature::GetProfileLevelMaxFrameSize() in GetProfileLevelMaxFrameSize() function in encode::AvcBasicFeature
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/vp9/features/ |
H A D | encode_vp9_basic_feature.h | 190 virtual uint32_t GetProfileLevelMaxFrameSize() override;
|
H A D | encode_vp9_brc.cpp | 362 dmem->ProfileLevelMaxFrame = m_basicFeature->GetProfileLevelMaxFrameSize(); in SetDmemForInit()
|
H A D | encode_vp9_basic_feature.cpp | 201 uint32_t Vp9BasicFeature::GetProfileLevelMaxFrameSize() in GetProfileLevelMaxFrameSize() function in encode::Vp9BasicFeature
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/av1/features/ |
H A D | encode_av1_basic_feature.h | 95 virtual uint32_t GetProfileLevelMaxFrameSize() override;
|
H A D | encode_av1_brc.cpp | 413 …inline uint32_t GetProfileLevelMaxFrameSize(uint32_t width, uint32_t height, uint32_t userMaxFrame… in GetProfileLevelMaxFrameSize() function 483 …dmem->INIT_ProfileLevelMaxFrame = GetProfileLevelMaxFrameSize(m_basicFeature->m_frameWidth, m_basi… in SetDmemForInit()
|
H A D | encode_av1_basic_feature.cpp | 318 uint32_t Av1BasicFeature::GetProfileLevelMaxFrameSize() in GetProfileLevelMaxFrameSize() function in encode::Av1BasicFeature
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/packet/ |
H A D | encode_huc_brc_init_packet.cpp | 176 … auto CalculatedMaxFrame = m_basicFeature->GetProfileLevelMaxFrameSize(); in SetDmemBuffer()
|
H A D | encode_huc_brc_update_packet.cpp | 497 auto CalculatedMaxFrame = m_basicFeature->GetProfileLevelMaxFrameSize(); in SetExtDmemBuffer()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/ |
H A D | codechal_encode_hevc_brc_g12.cpp | 339 uint32_t profileLevelMaxFrame = encoderBrc->GetProfileLevelMaxFrameSize(); in BrcInitResetCurbe() 647 encoderBrc->curbeBrcUpdate.DW16_UserMaxFrameSize = encoderBrc->GetProfileLevelMaxFrameSize(); in BrcUpdateCurbe()
|
H A D | codechal_vdenc_hevc_g12.cpp | 4467 hucVdencBrcInitDmem->UserMaxFrame = GetProfileLevelMaxFrameSize(); in SetDmemHuCBrcInitReset() 4481 hucVdencBrcInitDmem->ProfileLevelMaxFramePB_U32 = GetProfileLevelMaxFrameSize(); in SetDmemHuCBrcInitReset()
|
H A D | codechal_encode_hevc_g12.cpp | 3829 uint32_t profileLevelMaxFrame = GetProfileLevelMaxFrameSize(); in SetCurbeBrcInitReset() 4115 curbe.DW16_UserMaxFrameSize = GetProfileLevelMaxFrameSize(); in SetCurbeBrcUpdate()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/ |
H A D | codechal_encode_hevc_base.h | 1347 uint32_t GetProfileLevelMaxFrameSize();
|
H A D | codechal_encode_hevc_base.cpp | 1755 uint32_t CodechalEncodeHevcBase::GetProfileLevelMaxFrameSize() in GetProfileLevelMaxFrameSize() function in CodechalEncodeHevcBase
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/ |
H A D | codechal_vdenc_hevc_g11.cpp | 3322 hucVdencBrcInitDmem->UserMaxFrame = GetProfileLevelMaxFrameSize(); in SetDmemHuCBrcInitReset() 3336 hucVdencBrcInitDmem->ProfileLevelMaxFramePB_U32 = GetProfileLevelMaxFrameSize(); in SetDmemHuCBrcInitReset()
|
H A D | codechal_encode_hevc_g11.cpp | 3462 uint32_t profileLevelMaxFrame = GetProfileLevelMaxFrameSize(); in SetCurbeBrcInitReset() 3744 curbe.DW16_UserMaxFrameSize = GetProfileLevelMaxFrameSize(); in SetCurbeBrcUpdate()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9/codec/hal/ |
H A D | codechal_encode_hevc_g9.cpp | 5639 curbe->DW0.Value = GetProfileLevelMaxFrameSize(); in EncodeBrcInitResetKernel()
|