Home
last modified time | relevance | path

Searched refs:pocstruct_t (Results 1 – 8 of 8) sorted by relevance

/external/libavc/decoder/
Dih264d_utils.h47 pocstruct_t *ps_cur_poc,
48 pocstruct_t *ps_prev_poc,
66 pocstruct_t *ps_prev_poc,
67 pocstruct_t *ps_cur_poc,
Dih264d_parse_slice.h49 pocstruct_t *ps_temp_poc,
Dih264d_error_handler.h123 pocstruct_t *ps_cur_poc,
Dih264d_parse_slice.c163 pocstruct_t *ps_temp_poc, in ih264d_start_of_pic()
167 pocstruct_t *ps_prev_poc = &ps_dec->s_cur_pic_poc; in ih264d_start_of_pic()
168 pocstruct_t *ps_cur_poc = ps_temp_poc; in ih264d_start_of_pic()
979 pocstruct_t *ps_prev_poc = &ps_dec->s_prev_pic_poc; in ih264d_end_of_pic()
980 pocstruct_t *ps_cur_poc = &ps_dec->s_cur_pic_poc; in ih264d_end_of_pic()
1037 pocstruct_t s_tmp_poc; in ih264d_parse_decode_slice()
1053 pocstruct_t *ps_cur_poc; in ih264d_parse_decode_slice()
Dih264d_structs.h423 } pocstruct_t; typedef
519 pocstruct_t s_POC;
937 pocstruct_t s_prev_pic_poc;
938 pocstruct_t s_cur_pic_poc;
Dih264d_utils.c80 pocstruct_t *ps_cur_poc, in ih264d_is_end_of_pic()
81 pocstruct_t *ps_prev_poc, in ih264d_is_end_of_pic()
155 pocstruct_t *ps_prev_poc, in ih264d_decode_pic_order_cnt()
156 pocstruct_t *ps_cur_poc, in ih264d_decode_pic_order_cnt()
1738 pocstruct_t s_tmp_poc; in ih264d_decode_gaps_in_frame_num()
Dih264d_parse_pslice.c1436 pocstruct_t *ps_cur_poc, in ih264d_mark_err_slice_skip()
Dih264d_api.c1428 pocstruct_t *ps_prev_poc, *ps_cur_poc; in ih264d_init_decoder()
3084 pocstruct_t temp_poc; in ih264d_video_decode()