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

  /external/libavc/decoder/
ih264d_dpb_mgr.c 261 if((ps_mov_node->s_top_field.u1_reference_info == IS_LONG_TERM)
263 == IS_LONG_TERM))
277 else if(ps_mov_node->s_top_field.u1_reference_info == IS_LONG_TERM)
291 ps_mov_node->s_top_field.u1_reference_info = IS_LONG_TERM;
292 ps_mov_node->s_bot_field.u1_reference_info = IS_LONG_TERM;
301 ps_mov_node->u1_used_as_ref = IS_LONG_TERM;
474 u1_reference_type = IS_LONG_TERM;
526 /* UNUSED_FOR_REF or IS_LONG_TERM depending on */
    [all...]
ih264d_defs.h 579 #define IS_LONG_TERM 2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.c 80 #define IS_LONG_TERM(a) ((a).status == LONG_TERM)
423 if (IS_LONG_TERM(dpb->buffer[i]) &&
473 if (IS_LONG_TERM(dpb->buffer[i]) &&
567 if (IS_LONG_TERM(dpb->buffer[i]) &&
    [all...]

Completed in 601 milliseconds