Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_parse_slice.c303 if(ps_err->u1_err_flag) in ih264d_start_of_pic()
305 ps_err->u1_err_flag = ACCEPT_ALL_PICS; in ih264d_start_of_pic()
947 if(ps_err->u1_err_flag & REJECT_CUR_PIC) in ih264d_end_of_pic()
1279 ps_dec->ps_dec_err_status->u1_err_flag |= REJECT_CUR_PIC; in ih264d_parse_decode_slice()
1285 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()
1660 ps_err->u1_err_flag = ACCEPT_ALL_PICS; in ih264d_parse_decode_slice()
1927 if((ps_err->u1_err_flag & REJECT_PB_PICS) in ih264d_parse_decode_slice()
1930 ps_err->u1_err_flag = ACCEPT_ALL_PICS; in ih264d_parse_decode_slice()
Dih264d_parse_headers.c1080 ((ps_dec->ps_dec_err_status->u1_err_flag & REJECT_CUR_PIC) == 0)) in ih264d_parse_nal_unit()
Dih264d_structs.h608 UWORD8 u1_err_flag; member
Dih264d_api.c982 ps_dec->ps_dec_err_status->u1_err_flag = ACCEPT_ALL_PICS; //REJECT_PB_PICS; in ih264d_init_decoder()
2287 if((ps_dec->ps_dec_err_status->u1_err_flag & REJECT_CUR_PIC) == 0) in ih264d_video_decode()
Dih264d_parse_pslice.c1460 if(ps_dec->ps_dec_err_status->u1_err_flag & REJECT_CUR_PIC) in ih264d_mark_err_slice_skip()