Searched refs:pocstruct_t (Results 1 – 8 of 8) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_utils.h | 47 pocstruct_t *ps_cur_poc, 48 pocstruct_t *ps_prev_poc, 66 pocstruct_t *ps_prev_poc, 67 pocstruct_t *ps_cur_poc,
|
D | ih264d_parse_slice.h | 49 pocstruct_t *ps_temp_poc,
|
D | ih264d_error_handler.h | 123 pocstruct_t *ps_cur_poc,
|
D | ih264d_parse_slice.c | 163 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()
|
D | ih264d_structs.h | 423 } pocstruct_t; typedef 519 pocstruct_t s_POC; 937 pocstruct_t s_prev_pic_poc; 938 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() 1738 pocstruct_t s_tmp_poc; in ih264d_decode_gaps_in_frame_num()
|
D | ih264d_parse_pslice.c | 1436 pocstruct_t *ps_cur_poc, in ih264d_mark_err_slice_skip()
|
D | ih264d_api.c | 1428 pocstruct_t *ps_prev_poc, *ps_cur_poc; in ih264d_init_decoder() 3084 pocstruct_t temp_poc; in ih264d_video_decode()
|