Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_init.c101 p_Vid->PreviousFrameNumOffset = 0; 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()
153 p_Vid->PreviousFrameNumOffset = p_Vid->FrameNumOffset; in decode_poc()
165 p_Vid->PreviousFrameNumOffset = 0; 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()
187 p_Vid->PreviousFrameNumOffset = p_Vid->FrameNumOffset; in decode_poc()
H A Dh264d_global.h1031 RK_S32 PreviousFrameNumOffset; member