Searched refs:framepoc (Results 1 – 2 of 2) sorted by relevance
647 if (pInfo->img.framepoc >= active_fs->frame.poc) in h264_dpb_update_ref_lists()682 if (pInfo->img.framepoc < active_fs->frame.poc) in h264_dpb_update_ref_lists()2522 active_fs->frame.poc = pInfo->img.framepoc; in h264_dpb_gaps_in_frame_num_mem_management()3832 active_fs->frame.poc = pInfo->img.framepoc; in h264_dpb_init_frame_store()3936 …pInfo->img.ThisPOC = pInfo->img.framepoc = (pInfo->img.toppoc < pInfo->img.bottompoc)? pInfo->img.… in h264_hdr_decoding_poc()3946 pInfo->img.framepoc=pInfo->img.ThisPOC; in h264_hdr_decoding_poc()4042 …pInfo->img.framepoc = (pInfo->img.toppoc < pInfo->img.bottompoc)? pInfo->img.toppoc : pInfo->img.b… in h264_hdr_decoding_poc()4043 pInfo->img.ThisPOC = pInfo->img.framepoc; in h264_hdr_decoding_poc()4061 pInfo->img.framepoc=pInfo->img.ThisPOC; in h264_hdr_decoding_poc()4073 pInfo->img.framepoc = 0; in h264_hdr_decoding_poc()[all …]
879 int32_t framepoc; member