Home
last modified time | relevance | path

Searched refs:u1_err_flag (Results 1 – 4 of 4) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_slice.c306 if(ps_err->u1_err_flag) in ih264d_start_of_pic()
308 ps_err->u1_err_flag = ACCEPT_ALL_PICS; in ih264d_start_of_pic()
961 if(ps_err->u1_err_flag & REJECT_CUR_PIC) in ih264d_end_of_pic()
1273 ps_dec->ps_dec_err_status->u1_err_flag &= MASK_REJECT_CUR_PIC; in ih264d_parse_decode_slice()
1404 if(ps_dec->ps_dec_err_status->u1_err_flag & REJECT_CUR_PIC) in ih264d_parse_decode_slice()
1612 ps_err->u1_err_flag = ACCEPT_ALL_PICS; in ih264d_parse_decode_slice()
1884 if((ps_err->u1_err_flag & REJECT_PB_PICS) in ih264d_parse_decode_slice()
1887 ps_err->u1_err_flag = ACCEPT_ALL_PICS; in ih264d_parse_decode_slice()
Dih264d_structs.h608 UWORD8 u1_err_flag; member
Dih264d_api.c1014 ps_dec->ps_dec_err_status->u1_err_flag = ACCEPT_ALL_PICS; //REJECT_PB_PICS; in ih264d_init_decoder()
2457 if ((ps_dec->ps_dec_err_status->u1_err_flag & REJECT_CUR_PIC) == 0) in ih264d_video_decode()
Dih264d_parse_pslice.c1472 if(ps_dec->ps_dec_err_status->u1_err_flag & REJECT_CUR_PIC) in ih264d_mark_err_slice_skip()