Searched refs:frame_ref1 (Results 1 – 2 of 2) sorted by relevance
163 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 …]
275 M2VDFrameHead *frame_ref1; member