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()
964 if(ps_err->u1_err_flag & REJECT_CUR_PIC) in ih264d_end_of_pic()
1283 ps_dec->ps_dec_err_status->u1_err_flag &= MASK_REJECT_CUR_PIC; in ih264d_parse_decode_slice()
1414 if(ps_dec->ps_dec_err_status->u1_err_flag & REJECT_CUR_PIC) in ih264d_parse_decode_slice()
1626 ps_err->u1_err_flag = ACCEPT_ALL_PICS; in ih264d_parse_decode_slice()
1902 if((ps_err->u1_err_flag & REJECT_PB_PICS) in ih264d_parse_decode_slice()
1905 ps_err->u1_err_flag = ACCEPT_ALL_PICS; in ih264d_parse_decode_slice()
Dih264d_structs.h608 UWORD8 u1_err_flag; member
Dih264d_api.c1011 ps_dec->ps_dec_err_status->u1_err_flag = ACCEPT_ALL_PICS; //REJECT_PB_PICS; in ih264d_init_decoder()
2395 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()