Home
last modified time | relevance | path

Searched refs:u4_pack_slc_typ (Results 1 – 2 of 2) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_slice.c500 ps_dec->ps_cur_pic->u4_pack_slc_typ = SKIP_NONE; in ih264d_start_of_pic()
785 == (ps_dec->ps_cur_pic->u4_pack_slc_typ in ih264d_end_of_pic_dispbuf_mgr()
1683 ps_dec->ps_cur_pic->u4_pack_slc_typ |= B_SLC_BIT; in ih264d_parse_decode_slice()
1697 ps_dec->ps_cur_pic->u4_pack_slc_typ |= P_SLC_BIT; in ih264d_parse_decode_slice()
1876 ps_dec->ps_cur_pic->u4_pack_slc_typ |= I_SLC_BIT; in ih264d_parse_decode_slice()
1886 ps_dec->ps_cur_pic->u4_pack_slc_typ |= P_SLC_BIT; in ih264d_parse_decode_slice()
1894 ps_dec->ps_cur_pic->u4_pack_slc_typ |= B_SLC_BIT; in ih264d_parse_decode_slice()
Dih264d_structs.h188 UWORD32 u4_pack_slc_typ; /* It will contain information about types of slices */ member