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

  /external/libavc/decoder/
ih264d_utils.h 52 UWORD8 u1_pic_order_cnt_type,
ih264d_parse_slice.c 997 UWORD8 u1_bottom_field_flag, u1_pic_order_cnt_type; local
    [all...]
ih264d_parse_headers.c 697 ps_seq->u1_pic_order_cnt_type = u4_temp;
698 COPYTHECONTEXT("SPS: pic_order_cnt_type",ps_seq->u1_pic_order_cnt_type);
701 if(ps_seq->u1_pic_order_cnt_type == 0)
712 else if(ps_seq->u1_pic_order_cnt_type == 1)
    [all...]
ih264d_utils.c 83 UWORD8 u1_pic_order_cnt_type,
104 if((u1_pic_order_cnt_type == 0)
105 && (ps_prev_slice->u1_pic_order_cnt_type == 0))
114 if((u1_pic_order_cnt_type == 1)
115 && (ps_prev_slice->u1_pic_order_cnt_type == 1))
169 switch(ps_seq->u1_pic_order_cnt_type)
    [all...]
ih264d_structs.h 338 UWORD8 u1_pic_order_cnt_type; /** 0 - 2 indicates the method to code picture order count */ member in struct:__anon22113
518 UWORD8 u1_pic_order_cnt_type; member in struct:__anon22118
    [all...]

Completed in 43 milliseconds