Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c163 ctx->frame_ref0 = &ctx->Framehead[0]; in m2vd_parser_init_ctx()
322 if (p->frame_ref0->slot_index >= 0) { in m2vd_parser_reset()
323 if (p->frame_ref0->flags) { in m2vd_parser_reset()
324 mpp_buf_slot_set_flag(p->frame_slots, p->frame_ref0->slot_index, in m2vd_parser_reset()
326 mpp_buf_slot_enqueue(p->frame_slots, p->frame_ref0->slot_index, in m2vd_parser_reset()
328 p->frame_ref0->flags = 0; in m2vd_parser_reset()
330 mpp_buf_slot_clr_flag(p->frame_slots, p->frame_ref0->slot_index, in m2vd_parser_reset()
343 p->frame_ref0->slot_index = -1; in m2vd_parser_reset()
367 if ((p->frame_ref0->slot_index >= 0) && p->frame_ref0->flags) { in m2vd_parser_flush()
368 mpp_buf_slot_set_flag(p->frame_slots, p->frame_ref0->slot_index, in m2vd_parser_flush()
[all …]
H A Dm2vd_parser.h275 M2VDFrameHead *frame_ref0; member