Searched refs:frame_cur (Results 1 – 2 of 2) sorted by relevance
164 ctx->frame_cur = &ctx->Framehead[2]; in m2vd_parser_init_ctx()317 if (p->frame_cur->slot_index >= 0) in m2vd_parser_reset()318 mpp_buf_slot_clr_flag(p->frame_slots, p->frame_cur->slot_index, in m2vd_parser_reset()341 p->frame_cur->slot_index = -1; in m2vd_parser_reset()1086 if (p->frame_cur->picCodingType == M2VD_CODING_TYPE_B) { in m2v_update_ref_frame()1087 mpp_buf_slot_set_flag(p->frame_slots, p->frame_cur->slot_index, SLOT_QUEUE_USE); in m2v_update_ref_frame()1088 mpp_buf_slot_enqueue(p->frame_slots, p->frame_cur->slot_index, QUEUE_DISPLAY); in m2v_update_ref_frame()1089 mpp_buf_slot_clr_flag(p->frame_slots, p->frame_cur->slot_index, SLOT_CODEC_USE); in m2v_update_ref_frame()1090 p->frame_cur->slot_index = -1; in m2v_update_ref_frame()1091 } else if (p->frame_cur->picCodingType != 0xffffffff) { in m2v_update_ref_frame()[all …]
276 M2VDFrameHead *frame_cur; member