mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-20 23:59:22 +08:00
[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:

committed by
Herman Chen

parent
d98fbcfe2a
commit
d5061c90aa
@@ -35,7 +35,7 @@ typedef struct MppSyntax_t {
|
|||||||
} MppSyntax;
|
} MppSyntax;
|
||||||
|
|
||||||
typedef union HalDecTaskFlag_t {
|
typedef union HalDecTaskFlag_t {
|
||||||
RK_U32 val;
|
RK_U64 val;
|
||||||
struct {
|
struct {
|
||||||
RK_U32 eos : 1;
|
RK_U32 eos : 1;
|
||||||
RK_U32 info_change : 1;
|
RK_U32 info_change : 1;
|
||||||
@@ -63,6 +63,9 @@ typedef union HalDecTaskFlag_t {
|
|||||||
RK_U32 used_for_ref : 1;
|
RK_U32 used_for_ref : 1;
|
||||||
|
|
||||||
RK_U32 wait_done : 1;
|
RK_U32 wait_done : 1;
|
||||||
|
RK_U32 reserved0 : 2;
|
||||||
|
RK_U32 ref_miss : 8;
|
||||||
|
RK_U32 ref_used : 8;
|
||||||
};
|
};
|
||||||
} HalDecTaskFlag;
|
} HalDecTaskFlag;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user