Searched refs:pocstruct_t (Results 1 – 8 of 8) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_utils.h | 49 pocstruct_t *ps_cur_poc, 50 pocstruct_t *ps_prev_poc, 68 pocstruct_t *ps_prev_poc, 69 pocstruct_t *ps_cur_poc,
|
D | ih264d_parse_slice.h | 48 pocstruct_t *ps_temp_poc,
|
D | ih264d_error_handler.h | 134 pocstruct_t *ps_cur_poc,
|
D | ih264d_parse_slice.c | 164 pocstruct_t *ps_temp_poc, in ih264d_start_of_pic() 168 pocstruct_t *ps_prev_poc = &ps_dec->s_cur_pic_poc; in ih264d_start_of_pic() 169 pocstruct_t *ps_cur_poc = ps_temp_poc; in ih264d_start_of_pic() 1076 pocstruct_t s_tmp_poc = {0}; in ih264d_parse_decode_slice() 1092 pocstruct_t *ps_cur_poc; in ih264d_parse_decode_slice() 1158 pocstruct_t *ps_prev_poc = &ps_dec->s_prev_pic_poc; in ih264d_parse_decode_slice() 1159 pocstruct_t *ps_cur_poc = &ps_dec->s_cur_pic_poc; in ih264d_parse_decode_slice()
|
D | ih264d_structs.h | 424 } pocstruct_t; typedef 520 pocstruct_t s_POC; 917 pocstruct_t s_prev_pic_poc; 918 pocstruct_t s_cur_pic_poc;
|
D | ih264d_utils.c | 80 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() 1584 pocstruct_t s_tmp_poc; in ih264d_decode_gaps_in_frame_num()
|
D | ih264d_api.c | 1073 pocstruct_t *ps_prev_poc, *ps_cur_poc; in ih264d_init_decoder() 2429 pocstruct_t temp_poc; in ih264d_video_decode()
|
D | ih264d_parse_pslice.c | 1445 pocstruct_t *ps_cur_poc, in ih264d_mark_err_slice_skip()
|