Skip to content

Commit 026370f

Browse files
zhijie-zhintel-mediadev
authored andcommitted
[Encode] Reformat MV dump for Hevc Encode pipeline
Add MV dump for encode
1 parent 4f6a855 commit 026370f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

media_softlet/agnostic/common/codec/hal/enc/hevc/pipeline/encode_hevc_pipeline.h

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2021, Intel Corporation
2+
* Copyright (c) 2018-2024, Intel Corporation
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a
55
* copy of this software and associated documentation files (the "Software"),
@@ -61,7 +61,11 @@ class HevcPipeline : public EncodePipeline
6161
HucLaInit,
6262
HucLaUpdate,
6363
hevcVdencPacket422,
64-
EncodeCheckHucLoad,
64+
EncodeCheckHucLoad
65+
#if ((_DEBUG || _RELEASE_INTERNAL) && _MEDIA_RESERVED)
66+
,
67+
hevcVdencMvdumpPacket
68+
#endif
6569
};
6670

6771
protected:

0 commit comments

Comments
 (0)