Home
last modified time | relevance | path

Searched refs:dpb (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dbufmng.c483 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 …]
H A Dmfe_reg_264e.c139 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()
H A Dmfe_common.h340 DPB_ITEM* dpb; member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dbufmng.c402 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 …]
H A Dmfe_common.h314 DPB_ITEM dpb[DPB_SIZE]; member
H A Dmfe_reg_264e.c196 pInfo->dpb[i].is_used = 0; in mfeH264_Init()