Home
last modified time | relevance | path

Searched refs:u1_picturetype (Results 1 – 5 of 5) sorted by relevance

/external/libavc/decoder/
Dih264d_process_bslice.c992 if(ps_ref_pic_lx->u1_picturetype & 0x3) in ih264d_convert_frm_to_fld_list()
1040 if(ps_ref_pic_lx->u1_picturetype & 0x3) in ih264d_convert_frm_to_fld_list()
1088 if(ps_ref_pic_lx->u1_picturetype & 0x3) in ih264d_convert_frm_to_fld_list()
1149 if(ps_ref_pic_buf_lx[idx]->u1_picturetype & 0x3) in ih264d_convert_frm_mbaff_list()
1184 if(ps_ref_pic_buf_lx[idx]->u1_picturetype & 0x3) in ih264d_convert_frm_mbaff_list()
1937 uc_curpictype = (ps_dec->ps_cur_pic->u1_picturetype & 0x7); in ih264d_cal_col_pic()
1938 uc_colpictype = (ps_col_pic->u1_picturetype & 0x7); in ih264d_cal_col_pic()
2028 if((ps_col_pic->u1_picturetype & 0x7) == FRM_PIC) in ih264d_frm_to_fld()
2281 if((ps_col_pic->u1_picturetype & 0x7) == COMP_FLD_PAIR) in ih264d_fld_to_mbaff()
Dih264d_parse_slice.c516 ps_dec->ps_cur_pic->u1_picturetype = u1_field_pic_flag; in ih264d_start_of_pic()
549 ps_dec->ps_cur_pic->u1_picturetype |= BOT_FLD; in ih264d_start_of_pic()
560 ps_dec->ps_cur_pic->u1_picturetype |= (ps_cur_slice->u1_mbaff_frame_flag in ih264d_start_of_pic()
Dih264d_structs.h183 UWORD8 u1_picturetype; /*Same as u1_pic_type..u1_pic_type gets overwritten whereas member
Dih264d_dpb_mgr.c371 UWORD8 u1_picture_type = ps_pic_buf->u1_picturetype; in ih264d_insert_st_node()
Dih264d_utils.c943 if(pic_buf->u1_picturetype == 0) in ih264d_get_next_display_field()