Home
last modified time | relevance | path

Searched refs:dec_slice_struct_t (Results 1 – 5 of 5) sorted by relevance

/external/libavc/decoder/
Dih264d_structs.h680 } dec_slice_struct_t; typedef
1356 dec_slice_struct_t *ps_dec_slice_buf;
1359 volatile dec_slice_struct_t * volatile ps_parse_cur_slice;
1360 volatile dec_slice_struct_t * volatile ps_decode_cur_slice;
1361 volatile dec_slice_struct_t * volatile ps_computebs_cur_slice;
Dih264d_utils.c1909 dec_slice_struct_t *ps_dec_slice_buf; in ih264d_allocate_dynamic_bufs()
2085 size += sizeof(dec_slice_struct_t) * u4_total_mbs; in ih264d_allocate_dynamic_bufs()
2092 pu1_buf += sizeof(dec_slice_struct_t) * u4_total_mbs; in ih264d_allocate_dynamic_bufs()
Dih264d_parse_pslice.c1626 dec_slice_struct_t *ps_parse_cur_slice; in ih264d_mark_err_slice_skip()
/external/libavc/decoder/mvc/
Dimvcd_utils.c841 i4_mem_size += sizeof(dec_slice_struct_t) * u4_total_mbs; in imvcd_allocate_dynamic_bufs()
848 pu1_buf += sizeof(dec_slice_struct_t) * u4_total_mbs; in imvcd_allocate_dynamic_bufs()
/external/libavc/decoder/svc/
Disvcd_parse_epslice.c2797 dec_slice_struct_t *ps_parse_cur_slice; in isvcd_mark_err_slice_skip()