Skip to content

Commit

Permalink
[Encode] Modify vdaqm
Browse files Browse the repository at this point in the history
* [Encode] Modify vdaqm

Modify vdaqm.
  • Loading branch information
Bossonor authored and intel-mediadev committed Aug 28, 2024
1 parent c7df900 commit 2585059
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
#include <stdint.h>
#include <map>
#include <utility>
#if _MEDIA_RESERVED
#include "encode_recycle_resource_ext.h"
#endif

namespace encode
{
Expand All @@ -59,6 +62,11 @@ namespace encode
PreEncRawSurface,
PreEncRef0,
PreEncRef1,
VdaqmBuffer0,
VdaqmBuffer1,
VdaqmBuffer2,
VdaqmBuffer3,
VdaqmBuffer4,
#if _MEDIA_RESERVED
#define RECYCLE_IDS_EXT
#include "encode_recycle_resource_ext.h"
Expand Down

0 comments on commit 2585059

Please sign in to comment.