Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c163 ctx->frame_ref1 = &ctx->Framehead[1]; in m2vd_parser_init_ctx()
333 if (p->frame_ref1->slot_index >= 0) in m2vd_parser_reset()
334 mpp_buf_slot_clr_flag(p->frame_slots, p->frame_ref1->slot_index, in m2vd_parser_reset()
343 p->frame_ref1->slot_index = -1; in m2vd_parser_reset()
1101 if (p->frame_ref1->slot_index >= 0) { in m2v_update_ref_frame()
1102 mpp_buf_slot_clr_flag(p->frame_slots, p->frame_ref1->slot_index, SLOT_CODEC_USE); in m2v_update_ref_frame()
1103 p->frame_ref1->slot_index = -1; in m2v_update_ref_frame()
1105 tmpHD = p->frame_ref1; in m2v_update_ref_frame()
1106 p->frame_ref1 = p->frame_ref0; in m2v_update_ref_frame()
1319 M2VDFrameHead *pfw = p->frame_ref1; in m2vd_convert_to_dxva()
[all …]
H A Dm2vd_parser.h275 M2VDFrameHead *frame_ref1; member