Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c97 p_Vid->FrameNumOffset = 0; // first pix of IDRGOP, in decode_poc()
106 p_Vid->FrameNumOffset = p_Vid->PreviousFrameNumOffset + p_Vid->max_frame_num; in decode_poc()
108 p_Vid->FrameNumOffset = p_Vid->PreviousFrameNumOffset; in decode_poc()
113 pSlice->AbsFrameNum = p_Vid->FrameNumOffset + pSlice->frame_num; in decode_poc()
153 p_Vid->PreviousFrameNumOffset = p_Vid->FrameNumOffset; in decode_poc()
159 p_Vid->FrameNumOffset = 0; // first pix of IDRGOP, in decode_poc()
168 p_Vid->FrameNumOffset = p_Vid->PreviousFrameNumOffset + p_Vid->max_frame_num; in decode_poc()
170 p_Vid->FrameNumOffset = p_Vid->PreviousFrameNumOffset; in decode_poc()
172 pSlice->AbsFrameNum = p_Vid->FrameNumOffset + pSlice->frame_num; in decode_poc()
187 p_Vid->PreviousFrameNumOffset = p_Vid->FrameNumOffset; in decode_poc()
H A Dh264d_global.h1037 RK_U32 FrameNumOffset; member