Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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 …]
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dtranslation-table.c652 u32 match_mark; in batadv_tt_local_add() local
802 match_mark = (mark & bat_priv->isolation_mark_mask); in batadv_tt_local_add()
804 match_mark == bat_priv->isolation_mark) in batadv_tt_local_add()