Searched refs:new_dpb (Results 1 – 2 of 2) sorted by relevance
202 memset(priv->new_dpb, 0, sizeof(priv->new_dpb)); in get_info_input()209 priv->new_dpb[i].valid = 1; in get_info_input()210 priv->new_dpb[i].is_long_term = pp->RefFrameList[i].AssociatedFlag; in get_info_input()211 priv->new_dpb[i].slot_index = pp->RefFrameList[i].Index7Bits; in get_info_input()212 priv->new_dpb[i].top_poc = pp->FieldOrderCntList[i][0]; in get_info_input()213 priv->new_dpb[i].bot_poc = pp->FieldOrderCntList[i][1]; in get_info_input()214 if (priv->new_dpb[i].is_long_term) { in get_info_input()215 priv->new_dpb[i].long_term_frame_idx = pp->FrameNumList[i]; in get_info_input()217 priv->new_dpb[i].frame_num = pp->FrameNumList[i]; in get_info_input()219 priv->new_dpb[i].long_term_pic_num = pp->LongTermPicNumList[i]; in get_info_input()[all …]
66 H264dVdpuDpbInfo_t new_dpb[16]; member