Searched refs:FrameNumOffset (Results 1 – 2 of 2) sorted by relevance
3976 pInfo->img.FrameNumOffset = 0; in h264_hdr_decoding_poc()3983 pInfo->img.FrameNumOffset = pInfo->img.PreviousFrameNumOffset + MaxFrameNum; in h264_hdr_decoding_poc()3987 pInfo->img.FrameNumOffset = pInfo->img.PreviousFrameNumOffset; in h264_hdr_decoding_poc()3994 AbsFrameNum = pInfo->img.FrameNumOffset + actual_frame_num; in h264_hdr_decoding_poc()4065 pInfo->img.PreviousFrameNumOffset=pInfo->img.FrameNumOffset; in h264_hdr_decoding_poc()4072 pInfo->img.FrameNumOffset = 0; in h264_hdr_decoding_poc()4086 pInfo->img.FrameNumOffset = pInfo->img.PreviousFrameNumOffset + MaxFrameNum; in h264_hdr_decoding_poc()4088 pInfo->img.FrameNumOffset = pInfo->img.PreviousFrameNumOffset; in h264_hdr_decoding_poc()4090 AbsFrameNum = pInfo->img.FrameNumOffset + actual_frame_num; in h264_hdr_decoding_poc()4114 pInfo->img.PreviousFrameNumOffset = pInfo->img.FrameNumOffset; in h264_hdr_decoding_poc()[all …]
872 int32_t FrameNumOffset; member