Home
last modified time | relevance | path

Searched refs:new_frame (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_api.c157 av1_ctx->new_frame = 0; in av1d_prepare()
191 av1_ctx->new_frame = 1; in av1d_prepare()
201 length, pts, out_size, consumed, av1_ctx->new_frame, av1_ctx->eos); in av1d_prepare()
215 if (av1_ctx->new_frame || (task->flags.eos)) { in av1d_prepare()
H A Dav1d_codec.h121 RK_U32 new_frame; member
H A Dav1d_parser.c1314 ctx->new_frame = 1; in av1d_split_frame()
1322 ctx->new_frame = 1; in av1d_split_frame()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_dpb.c102 static Avs2dFrame_t *new_frame() in new_frame() function
144 mgr->dpb[i] = new_frame(); in avs2d_dpb_create()