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

  /external/libavc/decoder/
ih264d_dpb_mgr.c 76 ps_dpb_info[i].u1_used_as_ref = UNUSED_FOR_REF;
81 ps_dpb_info[i].s_top_field.u1_reference_info = UNUSED_FOR_REF;
82 ps_dpb_info[i].s_bot_field.u1_reference_info = UNUSED_FOR_REF;
183 UNUSED_FOR_REF;
192 UNUSED_FOR_REF;
213 ps_unmark_node->u1_used_as_ref = UNUSED_FOR_REF;
215 if(UNUSED_FOR_REF == ps_unmark_node->u1_used_as_ref)
222 UNUSED_FOR_REF;
224 UNUSED_FOR_REF;
392 if((ps_dpb_info[i].u1_used_as_ref == UNUSED_FOR_REF)
    [all...]
ih264d_defs.h 577 #define UNUSED_FOR_REF 0
  /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/libavc/common/
ih264_dpb_mgr.c 873 ps_dpb_node1->ps_pic_buf->i4_used_as_ref = UNUSED_FOR_REF;
907 ps_dpb_node1->ps_pic_buf->i4_used_as_ref = UNUSED_FOR_REF;
927 ps_dpb_node2->ps_pic_buf->i4_used_as_ref = UNUSED_FOR_REF;
948 ps_dpb_node2->ps_pic_buf->i4_used_as_ref = UNUSED_FOR_REF;
954 ps_dpb_node3->ps_pic_buf->i4_used_as_ref = UNUSED_FOR_REF;
997 ps_dpb_mgr->ps_dpb_long_term_head->ps_pic_buf->i4_used_as_ref = UNUSED_FOR_REF;
1013 ps_dpb_node2->ps_pic_buf->i4_used_as_ref = UNUSED_FOR_REF;
    [all...]
ih264_dpb_mgr.h 55 UNUSED_FOR_REF = 0 ,
  /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 183 milliseconds