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.c741 ps_dec->u4_first_slice_in_pic = 0; in ih264d_start_of_pic()
1038 <= ps_dec->u2_cur_mb_addr) && (ps_dec->u4_first_slice_in_pic == 0)) in ih264d_parse_decode_slice()
1139 if(!ps_dec->u1_first_slice_in_stream && ps_dec->u4_first_slice_in_pic) in ih264d_parse_decode_slice()
1275 if(ps_dec->u4_first_slice_in_pic == 0) in ih264d_parse_decode_slice()
1306 if(ps_dec->u4_first_slice_in_pic) in ih264d_parse_decode_slice()
1328 else if(ps_dec->u4_first_slice_in_pic) in ih264d_parse_decode_slice()
1416 if (ps_dec->u4_first_slice_in_pic == 0) in ih264d_parse_decode_slice()
1423 if((ps_dec->u1_separate_parse == 0) && (ps_dec->u4_first_slice_in_pic == 0)) in ih264d_parse_decode_slice()
1460 if(ps_dec->u4_first_slice_in_pic) in ih264d_parse_decode_slice()
1528 if(ps_dec->u4_first_slice_in_pic) in ih264d_parse_decode_slice()
Dih264d_api.c2056 ps_dec->u4_first_slice_in_pic = 1; in ih264d_video_decode()
2303 if(ps_dec->u4_first_slice_in_pic && (ps_dec->u4_pic_buf_got == 0)) in ih264d_video_decode()
2308 if(ps_dec->u4_first_slice_in_pic && (ps_dec->u2_total_mbs_coded == 0)) in ih264d_video_decode()
Dih264d_structs.h1290 UWORD32 u4_first_slice_in_pic; member
Dih264d_parse_pslice.c1884 if(ps_dec->u4_first_slice_in_pic != 0) in ih264d_mark_err_slice_skip()