HomeSort by relevance Sort by last modified time
    Searched refs:apv_ptr (Results 1 - 5 of 5) sorted by null

  /external/libhevc/common/
ihevc_buf_mgr.c 83 ps_buf_mgr->apv_ptr[id] = NULL;
124 if((ps_buf_mgr->apv_ptr[buf_id] != NULL) &&
125 (ps_buf_mgr->apv_ptr[buf_id] != pv_ptr))
129 ps_buf_mgr->apv_ptr[buf_id] = pv_ptr;
169 if((ps_buf_mgr->au4_status[id] == 0) && (ps_buf_mgr->apv_ptr[id]))
174 pv_ret_ptr = ps_buf_mgr->apv_ptr[id];
210 (ps_buf_mgr->apv_ptr[id]))
375 return ps_buf_mgr->apv_ptr[buf_id];
ihevc_disp_mgr.c 75 ps_disp_mgr->apv_ptr[id] = NULL;
118 if(ps_disp_mgr->apv_ptr[buf_id] != NULL)
123 ps_disp_mgr->apv_ptr[buf_id] = pv_ptr;
182 pv_ret_ptr = ps_disp_mgr->apv_ptr[min_poc_id];
184 /* Set abs poc to default and apv_ptr to null so that the buffer is not returned again */
185 ps_disp_mgr->apv_ptr[min_poc_id] = NULL;
ihevc_disp_mgr.h 54 * apv_ptr[DISP_MGR_MAX_CNT]
56 void *apv_ptr[DISP_MGR_MAX_CNT]; member in struct:__anon27507
ihevc_buf_mgr.h 63 void *apv_ptr[BUF_MGR_MAX_CNT]; member in struct:__anon27493
  /external/libhevc/decoder/
ihevcd_ref_list.c 82 ps_mv_buf = (mv_buf_t *)ps_mv_buf_mgr->apv_ptr[i];

Completed in 619 milliseconds