Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_parse_slice.c724 ps_dec->u4_first_slice_in_pic = 0; in ih264d_start_of_pic()
1021 <= ps_dec->u2_cur_mb_addr) && (ps_dec->u4_first_slice_in_pic == 0)) in ih264d_parse_decode_slice()
1122 if(!ps_dec->u1_first_slice_in_stream && ps_dec->u4_first_slice_in_pic) in ih264d_parse_decode_slice()
1258 if(ps_dec->u4_first_slice_in_pic == 0) in ih264d_parse_decode_slice()
1289 if(ps_dec->u4_first_slice_in_pic) in ih264d_parse_decode_slice()
1311 else if(ps_dec->u4_first_slice_in_pic) in ih264d_parse_decode_slice()
1400 if (ps_dec->u4_first_slice_in_pic == 0) in ih264d_parse_decode_slice()
1407 if((ps_dec->u1_separate_parse == 0) && (ps_dec->u4_first_slice_in_pic == 0)) in ih264d_parse_decode_slice()
1444 if(ps_dec->u4_first_slice_in_pic) in ih264d_parse_decode_slice()
1512 if(ps_dec->u4_first_slice_in_pic) in ih264d_parse_decode_slice()
Dih264d_api.c1920 ps_dec->u4_first_slice_in_pic = 1; in ih264d_video_decode()
2165 if(ps_dec->u4_first_slice_in_pic && (ps_dec->u4_pic_buf_got == 0)) in ih264d_video_decode()
2170 if(ps_dec->u4_first_slice_in_pic && (ps_dec->u2_total_mbs_coded == 0)) in ih264d_video_decode()
Dih264d_structs.h1287 UWORD32 u4_first_slice_in_pic; member
Dih264d_parse_pslice.c1886 if(ps_dec->u4_first_slice_in_pic != 0) in ih264d_mark_err_slice_skip()