Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c3919 pInfo->img.CurrPicOrderCntMsb = pInfo->img.PicOrderCntMsb + MaxPicOrderCntLsb; in h264_hdr_decoding_poc()
3923 pInfo->img.CurrPicOrderCntMsb = pInfo->img.PicOrderCntMsb - MaxPicOrderCntLsb; in h264_hdr_decoding_poc()
3926 pInfo->img.CurrPicOrderCntMsb = pInfo->img.PicOrderCntMsb; in h264_hdr_decoding_poc()
3934 pInfo->img.toppoc = pInfo->img.CurrPicOrderCntMsb + pInfo->img.pic_order_cnt_lsb; in h264_hdr_decoding_poc()
3940 …pInfo->img.ThisPOC= pInfo->img.toppoc = pInfo->img.CurrPicOrderCntMsb + pInfo->img.pic_order_cnt_l… in h264_hdr_decoding_poc()
3944 …pInfo->img.ThisPOC= pInfo->img.bottompoc = pInfo->img.CurrPicOrderCntMsb + pInfo->img.pic_order_cn… in h264_hdr_decoding_poc()
3954 pInfo->img.PicOrderCntMsb = pInfo->img.CurrPicOrderCntMsb; in h264_hdr_decoding_poc()
4149 pInfo->img.PicOrderCntMsb = pInfo->img.CurrPicOrderCntMsb; in h264_hdr_post_poc()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h869 int32_t CurrPicOrderCntMsb; member