Home
last modified time | relevance | path

Searched refs:i4_temp_poc (Results 1 – 2 of 2) sorted by relevance

/external/libavc/decoder/
Dih264d_parse_slice.c539 WORD32 i4_temp_poc; in ih264d_start_of_pic() local
552 i4_temp_poc = MIN(i4_top_field_order_poc, in ih264d_start_of_pic()
554 ps_dec->ps_cur_pic->i4_avg_poc = i4_temp_poc; in ih264d_start_of_pic()
1462 WORD32 i4_temp_poc; in ih264d_parse_decode_slice() local
1470 i4_temp_poc = MIN(i4_top_field_order_poc, in ih264d_parse_decode_slice()
1474 i4_temp_poc = ps_dec->ps_cur_pic->i4_top_field_order_cnt; in ih264d_parse_decode_slice()
1476 i4_temp_poc = ps_dec->ps_cur_pic->i4_bottom_field_order_cnt; in ih264d_parse_decode_slice()
1478 ps_dec->ps_cur_pic->i4_top_field_order_cnt = i4_temp_poc in ih264d_parse_decode_slice()
1480 ps_dec->ps_cur_pic->i4_bottom_field_order_cnt = i4_temp_poc in ih264d_parse_decode_slice()
1482 ps_dec->ps_cur_pic->i4_poc = i4_temp_poc; in ih264d_parse_decode_slice()
[all …]
/external/libhevc/encoder/
Dihevce_lap_interface.c1866 WORD32 i4_temp_poc = 0; in ihevce_lap_queue_input() local
1884 i4_temp_poc = in ihevce_lap_queue_input()
1889 ps_lap_struct->ai4_capture_order_poc[i4_capture_idx - 1] = i4_temp_poc; in ihevce_lap_queue_input()