Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c162 ctx->frame_ref0 = &ctx->Framehead[0]; in m2vd_parser_init_ctx()
321 if (p->frame_ref0->slot_index >= 0) { in m2vd_parser_reset()
322 if (p->frame_ref0->flags) { in m2vd_parser_reset()
323 mpp_buf_slot_set_flag(p->frame_slots, p->frame_ref0->slot_index, in m2vd_parser_reset()
325 mpp_buf_slot_enqueue(p->frame_slots, p->frame_ref0->slot_index, in m2vd_parser_reset()
327 p->frame_ref0->flags = 0; in m2vd_parser_reset()
329 mpp_buf_slot_clr_flag(p->frame_slots, p->frame_ref0->slot_index, in m2vd_parser_reset()
342 p->frame_ref0->slot_index = -1; in m2vd_parser_reset()
366 if ((p->frame_ref0->slot_index >= 0) && p->frame_ref0->flags) { in m2vd_parser_flush()
367 mpp_buf_slot_set_flag(p->frame_slots, p->frame_ref0->slot_index, in m2vd_parser_flush()
[all …]
H A Dm2vd_parser.h274 M2VDFrameHead *frame_ref0; member