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

  /external/libhevc/common/
ihevc_dpb_mgr.h 52 UNUSED_FOR_REF = 0,
ihevc_dpb_mgr.c 284 (ps_dpb_mgr->as_dpb_info[i].ps_pic_buf->u1_used_as_ref != UNUSED_FOR_REF))
301 (ps_dpb_mgr->as_dpb_info[i].ps_pic_buf->u1_used_as_ref != UNUSED_FOR_REF))
456 ps_dpb_info[i].ps_pic_buf->u1_used_as_ref = UNUSED_FOR_REF;
  /external/libhevc/decoder/
ihevcd_ref_list.c 310 /* Set all the DPB buffers to UNUSED_FOR_REF */
316 ps_dpb_mgr->as_dpb_info[i].ps_pic_buf->u1_used_as_ref = UNUSED_FOR_REF;
492 /* Buffers that are still marked as UNUSED_FOR_REF are released from dpb (internally dpb calls release from pic buf manager)*/
495 if((ps_dpb_mgr->as_dpb_info[i].ps_pic_buf) && (UNUSED_FOR_REF == ps_dpb_mgr->as_dpb_info[i].ps_pic_buf->u1_used_as_ref))

Completed in 993 milliseconds