[hal]: Add ref using mark at Hal task

Change-Id: Ic4a71c7fdffdfa3da7129a8b641f311442cb1325
Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
This commit is contained in:
Johnson Ding
2022-07-13 15:58:58 +08:00
committed by Herman Chen
parent d98fbcfe2a
commit d5061c90aa

View File

@@ -35,7 +35,7 @@ typedef struct MppSyntax_t {
} MppSyntax;
typedef union HalDecTaskFlag_t {
RK_U32 val;
RK_U64 val;
struct {
RK_U32 eos : 1;
RK_U32 info_change : 1;
@@ -63,6 +63,9 @@ typedef union HalDecTaskFlag_t {
RK_U32 used_for_ref : 1;
RK_U32 wait_done : 1;
RK_U32 reserved0 : 2;
RK_U32 ref_miss : 8;
RK_U32 ref_used : 8;
};
} HalDecTaskFlag;