Searched refs:dpb (Results 1 – 6 of 6) sorted by relevance
483 pInfo->dpb[i].is_used = 0; in h264DpbHandling()490 if (pInfo->dpb[i].is_used==0) in h264DpbHandling()495 bufpool_return(&pInfo->BufPool, pInfo->dpb[pInfo->dpb_size-1].addr); in h264DpbHandling()496 pInfo->dpb[pInfo->dpb_size-1].is_used = 0; in h264DpbHandling()506 pInfo->dpb[i].addr[0] = pInfo->dpb[i-1].addr[0]; in h264DpbHandling()507 pInfo->dpb[i].addr[1] = pInfo->dpb[i-1].addr[1]; in h264DpbHandling()508 pInfo->dpb[i].structure = pInfo->dpb[i-1].structure; // For H264 PAFF in h264DpbHandling()509 pInfo->dpb[i].is_used = 1; in h264DpbHandling()513 pInfo->dpb[0].is_used = 1; in h264DpbHandling()514 pInfo->dpb[0].addr[0] = pBufInfo->m_nRecYAddr; in h264DpbHandling()[all …]
139 if(pInfo->dpb) in mfeH264_DeInit()140 MfeDrvMemFree((void**)&pInfo->dpb, (const MS_S8*)("pInfo->dpb")); in mfeH264_DeInit()292 pInfo->dpb = MfeDrvMemMalloc(sizeof(DPB_ITEM)*pInfo->dpb_size, (const MS_S8*)("dpb")); in mfeH264_Init()294 pInfo->dpb[i].is_used = 0; in mfeH264_Init()
340 DPB_ITEM* dpb; member
402 pInfo->dpb[i].is_used = 0; in h264DpbHandling()408 if (pInfo->dpb[i].is_used==0) in h264DpbHandling()412 bufpool_return(&pInfo->BufPool, pInfo->dpb[DPB_SIZE-1].addr); in h264DpbHandling()413 pInfo->dpb[DPB_SIZE-1].is_used = 0; in h264DpbHandling()418 pInfo->dpb[i].addr[0] = pInfo->dpb[i-1].addr[0]; in h264DpbHandling()419 pInfo->dpb[i].addr[1] = pInfo->dpb[i-1].addr[1]; in h264DpbHandling()420 pInfo->dpb[i].is_used = 1; in h264DpbHandling()422 pInfo->dpb[0].is_used = 0; in h264DpbHandling()426 pInfo->dpb[0].addr[0] = pBufInfo->m_nRecYAddr; in h264DpbHandling()427 pInfo->dpb[0].addr[1] = pBufInfo->m_nRecCAddr; in h264DpbHandling()[all …]
314 DPB_ITEM dpb[DPB_SIZE]; member
196 pInfo->dpb[i].is_used = 0; in mfeH264_Init()