Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c76 …pSlice->ThisPOC = pSlice->framepoc = (pSlice->toppoc < pSlice->bottompoc) ? pSlice->toppoc : pSlic… in decode_poc()
84 pSlice->framepoc = pSlice->ThisPOC; in decode_poc()
143 …pSlice->ThisPOC = pSlice->framepoc = (pSlice->toppoc < pSlice->bottompoc) ? pSlice->toppoc : pSlic… in decode_poc()
151 pSlice->framepoc = pSlice->ThisPOC; in decode_poc()
160 pSlice->ThisPOC = pSlice->framepoc = pSlice->toppoc = pSlice->bottompoc = 0; in decode_poc()
179 pSlice->toppoc = pSlice->bottompoc = pSlice->framepoc = pSlice->ThisPOC; in decode_poc()
181 pSlice->toppoc = pSlice->framepoc = pSlice->ThisPOC; in decode_poc()
183 pSlice->bottompoc = pSlice->framepoc = pSlice->ThisPOC; in decode_poc()
336 if (fs->frame && (fs->frame->layer_id == 0) && (poc == currSlice->framepoc)) { in init_mvc_picture()
653 currSlice->framepoc = p_Vid->last_framepoc[currSlice->layer_id]; in alloc_decpic()
[all …]
H A Dh264d_global.h797 RK_S32 framepoc; //poc of this frame member