Home
last modified time | relevance | path

Searched refs:frame_ref1 (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c164 ctx->frame_ref1 = &ctx->Framehead[1]; in m2vd_parser_init_ctx()
334 if (p->frame_ref1->slot_index >= 0) in m2vd_parser_reset()
335 mpp_buf_slot_clr_flag(p->frame_slots, p->frame_ref1->slot_index, in m2vd_parser_reset()
344 p->frame_ref1->slot_index = -1; in m2vd_parser_reset()
1126 if (p->frame_ref1->slot_index >= 0) { in m2v_update_ref_frame()
1127 mpp_buf_slot_clr_flag(p->frame_slots, p->frame_ref1->slot_index, SLOT_CODEC_USE); in m2v_update_ref_frame()
1128 p->frame_ref1->slot_index = -1; in m2v_update_ref_frame()
1130 tmpHD = p->frame_ref1; in m2v_update_ref_frame()
1131 p->frame_ref1 = p->frame_ref0; in m2v_update_ref_frame()
1343 M2VDFrameHead *pfw = p->frame_ref1; in m2vd_convert_to_dxva()
[all …]
H A Dm2vd_parser.h276 M2VDFrameHead *frame_ref1; member