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()
972 if(ps_err->u1_err_flag & REJECT_CUR_PIC) in ih264d_end_of_pic()
1290 ps_dec->ps_dec_err_status->u1_err_flag &= MASK_REJECT_CUR_PIC; in ih264d_parse_decode_slice()
1426 if(ps_dec->ps_dec_err_status->u1_err_flag & REJECT_CUR_PIC) in ih264d_parse_decode_slice()
1641 ps_err->u1_err_flag = ACCEPT_ALL_PICS; in ih264d_parse_decode_slice()
1917 if((ps_err->u1_err_flag & REJECT_PB_PICS) in ih264d_parse_decode_slice()
1920 ps_err->u1_err_flag = ACCEPT_ALL_PICS; in ih264d_parse_decode_slice()
Dih264d_structs.h609 UWORD8 u1_err_flag; member
Dih264d_api.c1187 ps_dec->ps_dec_err_status->u1_err_flag = ACCEPT_ALL_PICS; //REJECT_PB_PICS; in ih264d_init_decoder()
2566 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()