Home | History | Annotate | Download | only in common

Lines Matching refs:id

68     WORD32 id;
72 for(id = 0; id < DISP_MGR_MAX_CNT; id++)
74 ps_disp_mgr->ai4_abs_poc[id] = DEFAULT_POC;
75 ps_disp_mgr->apv_ptr[id] = NULL;
93 * ID of the display buffer
142 * Pointer to hold buffer id of the display buffer being returned
153 WORD32 id;
164 for(id = 0; id < DISP_MGR_MAX_CNT; id++)
166 if((DEFAULT_POC != ps_disp_mgr->ai4_abs_poc[id]) &&
167 (ps_disp_mgr->ai4_abs_poc[id] <= i4_min_poc))
169 i4_min_poc = ps_disp_mgr->ai4_abs_poc[id];
170 min_poc_id = id;