Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_parse_slice.c399 if(!(u1_field_pic_flag && 0 != ps_dec->u1_top_bottom_decoded)) //ps_dec->u1_second_field)) in ih264d_start_of_pic()
798 != ps_dec->u1_top_bottom_decoded)) in ih264d_end_of_pic_dispbuf_mgr()
841 == ps_dec->u1_top_bottom_decoded)) in ih264d_end_of_pic_dispbuf_mgr()
1195 ps_dec->u1_top_bottom_decoded = TOP_FIELD_ONLY | BOT_FIELD_ONLY; in ih264d_parse_decode_slice()
1299 && ps_dec->u1_top_bottom_decoded != 0 in ih264d_parse_decode_slice()
1300 && ps_dec->u1_top_bottom_decoded in ih264d_parse_decode_slice()
1315 if(ps_dec->u1_top_bottom_decoded ==TOP_FIELD_ONLY) in ih264d_parse_decode_slice()
Dih264d_api.c1080 ps_dec->u1_top_bottom_decoded = 0; in ih264d_init_decoder()
1739 if((TOP_FIELD_ONLY | BOT_FIELD_ONLY) == ps_dec->u1_top_bottom_decoded) in ih264d_video_decode()
1741 ps_dec->u1_top_bottom_decoded = 0; in ih264d_video_decode()
2273 ps_dec->u1_top_bottom_decoded |= BOT_FIELD_ONLY; in ih264d_video_decode()
2277 ps_dec->u1_top_bottom_decoded |= TOP_FIELD_ONLY; in ih264d_video_decode()
Dih264d_structs.h1212 UWORD8 u1_top_bottom_decoded; member
Dih264d_dpb_mgr.c111 (ps_dec->u1_top_bottom_decoded == 0)) in ih264d_free_ref_pic_mv_bufs()