We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f6a855 commit 026370fCopy full SHA for 026370f
media_softlet/agnostic/common/codec/hal/enc/hevc/pipeline/encode_hevc_pipeline.h
@@ -1,5 +1,5 @@
1
/*
2
-* Copyright (c) 2018-2021, Intel Corporation
+* Copyright (c) 2018-2024, Intel Corporation
3
*
4
* Permission is hereby granted, free of charge, to any person obtaining a
5
* copy of this software and associated documentation files (the "Software"),
@@ -61,7 +61,11 @@ class HevcPipeline : public EncodePipeline
61
HucLaInit,
62
HucLaUpdate,
63
hevcVdencPacket422,
64
- EncodeCheckHucLoad,
+ EncodeCheckHucLoad
65
+#if ((_DEBUG || _RELEASE_INTERNAL) && _MEDIA_RESERVED)
66
+ ,
67
+ hevcVdencMvdumpPacket
68
+#endif
69
};
70
71
protected:
0 commit comments