Home
last modified time | relevance | path

Searched refs:is_used (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()
496 pInfo->dpb[pInfo->dpb_size-1].is_used = 0; in h264DpbHandling()
509 pInfo->dpb[i].is_used = 1; in h264DpbHandling()
513 pInfo->dpb[0].is_used = 1; in h264DpbHandling()
520 if(pInfo->dpb[0].is_used == 1) in h264DpbHandling()
525 pInfo->dpb[0].is_used = 1; in h264DpbHandling()
526 if(pInfo->dpb[1].is_used == 1) { in h264DpbHandling()
527 pInfo->dpb[1].is_used = 0; in h264DpbHandling()
537 pInfo->dpb[empty_idx].is_used = 1; in h264DpbHandling()
[all …]
H A Dmfe_common.h284 MS_S8 is_used; member
H A Dmfe_reg_264e.c294 pInfo->dpb[i].is_used = 0; in mfeH264_Init()
/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()
413 pInfo->dpb[DPB_SIZE-1].is_used = 0; in h264DpbHandling()
420 pInfo->dpb[i].is_used = 1; in h264DpbHandling()
422 pInfo->dpb[0].is_used = 0; in h264DpbHandling()
428 pInfo->dpb[0].is_used = 1; in h264DpbHandling()
457 if (pInfo->dpb[0].is_used) { in h264GetBufferAddr()
462 if (pInfo->dpb[1].is_used) { in h264GetBufferAddr()
H A Dmfe_common.h262 char is_used; member
H A Dmfe_reg_264e.c196 pInfo->dpb[i].is_used = 0; in mfeH264_Init()