Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c165 ctx->frame_cur = &ctx->Framehead[2]; in m2vd_parser_init_ctx()
318 if (p->frame_cur->slot_index >= 0) in m2vd_parser_reset()
319 mpp_buf_slot_clr_flag(p->frame_slots, p->frame_cur->slot_index, in m2vd_parser_reset()
342 p->frame_cur->slot_index = -1; in m2vd_parser_reset()
1104 if (p->frame_cur->picCodingType == M2VD_CODING_TYPE_B) { in m2v_update_ref_frame()
1105 mpp_buf_slot_set_flag(p->frame_slots, p->frame_cur->slot_index, SLOT_QUEUE_USE); in m2v_update_ref_frame()
1106 mpp_buf_slot_enqueue(p->frame_slots, p->frame_cur->slot_index, QUEUE_DISPLAY); in m2v_update_ref_frame()
1107 mpp_buf_slot_clr_flag(p->frame_slots, p->frame_cur->slot_index, SLOT_CODEC_USE); in m2v_update_ref_frame()
1108 p->frame_cur->slot_index = -1; in m2v_update_ref_frame()
1109 } else if (p->frame_cur->picCodingType != 0xffffffff) { in m2v_update_ref_frame()
[all …]
H A Dm2vd_parser.h277 M2VDFrameHead *frame_cur; member