From 026370fab71797569a5cf6fa7572ae9b988ab247 Mon Sep 17 00:00:00 2001 From: zhijie-zh Date: Fri, 23 Aug 2024 07:02:55 +0800 Subject: [PATCH] [Encode] Reformat MV dump for Hevc Encode pipeline Add MV dump for encode --- .../codec/hal/enc/hevc/pipeline/encode_hevc_pipeline.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/media_softlet/agnostic/common/codec/hal/enc/hevc/pipeline/encode_hevc_pipeline.h b/media_softlet/agnostic/common/codec/hal/enc/hevc/pipeline/encode_hevc_pipeline.h index a2e1f0c628..a6e002ab8c 100644 --- a/media_softlet/agnostic/common/codec/hal/enc/hevc/pipeline/encode_hevc_pipeline.h +++ b/media_softlet/agnostic/common/codec/hal/enc/hevc/pipeline/encode_hevc_pipeline.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2018-2021, Intel Corporation +* Copyright (c) 2018-2024, Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -61,7 +61,11 @@ class HevcPipeline : public EncodePipeline HucLaInit, HucLaUpdate, hevcVdencPacket422, - EncodeCheckHucLoad, + EncodeCheckHucLoad +#if ((_DEBUG || _RELEASE_INTERNAL) && _MEDIA_RESERVED) + , + hevcVdencMvdumpPacket +#endif }; protected: