Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu_com.c226 priv->new_dpb[i].is_ilt_flag = ((pp->UsedForInTerviewflags >> i) & 0x1) ? 1 : 0; in get_info_input()
276 pp->UsedForInTerviewflags = 0; in refill_info_input()
299 pp->UsedForInTerviewflags |= 1 << i; in refill_info_input()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_fill.c260 pp->UsedForInTerviewflags = 0; in fill_picparams()
263 pp->UsedForInTerviewflags |= 1 << i; in fill_picparams()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264d_syntax.h417 RK_U16 UsedForInTerviewflags; member