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.c517 ps_dec->ps_cur_pic->u4_pack_slc_typ = SKIP_NONE; in ih264d_start_of_pic()
803 == (ps_dec->ps_cur_pic->u4_pack_slc_typ in ih264d_end_of_pic_dispbuf_mgr()
1635 ps_dec->ps_cur_pic->u4_pack_slc_typ |= B_SLC_BIT; in ih264d_parse_decode_slice()
1649 ps_dec->ps_cur_pic->u4_pack_slc_typ |= P_SLC_BIT; in ih264d_parse_decode_slice()
1826 ps_dec->ps_cur_pic->u4_pack_slc_typ |= I_SLC_BIT; in ih264d_parse_decode_slice()
1836 ps_dec->ps_cur_pic->u4_pack_slc_typ |= P_SLC_BIT; in ih264d_parse_decode_slice()
1844 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