Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_dpb.c879 H264_DpbMark_t *match_mark = NULL; in write_picture() local
887 match_mark = &p_Vid->p_Dec->dpb_mark[i]; in write_picture()
889 … if (!match_mark || !match_mark->pic || !match_mark->out_flag || match_mark->slot_idx < 0) in write_picture()
892 if (match_mark->pic->layer_id != p_mark->pic->layer_id) { in write_picture()
893 if (match_mark->pic->poc < p_mark->pic->poc) { in write_picture()
896 } else if (match_mark->pic->poc == p_mark->pic->poc) { in write_picture()
911 i, match_mark->slot_idx, match_mark->pic->layer_id, match_mark->pic->poc); in write_picture()
912 out_mark_list[0] = match_mark; in write_picture()
916 i, match_mark->slot_idx, match_mark->pic->layer_id, match_mark->pic->poc); in write_picture()
919 out_mark_list[1] = match_mark; in write_picture()
[all …]