Searched refs:ps_nal (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_parse_headers.h | 45 IHEVCD_ERROR_T ihevcd_parse_sei(codec_t *ps_codec, nal_header_t *ps_nal); 53 nal_header_t *ps_nal);
|
D | ihevcd_nal.c | 289 IHEVCD_ERROR_T ihevcd_nal_unit_header(bitstrm_t *ps_bitstrm, nal_header_t *ps_nal) in ihevcd_nal_unit_header() argument 298 ps_nal->i1_nal_unit_type = ihevcd_bits_get(ps_bitstrm, 6); in ihevcd_nal_unit_header() 304 ps_nal->i1_nuh_temporal_id = (WORD32)ihevcd_bits_get(ps_bitstrm, 3) - 1; in ihevcd_nal_unit_header()
|
D | ihevcd_parse_slice_header.h | 49 WORD32 ihevcd_calc_poc(codec_t *ps_codec, nal_header_t *ps_nal, WORD8 i1_log2_max_poc_lsb, WORD32 i…
|
D | ihevcd_parse_slice_header.c | 218 nal_header_t *ps_nal) in ihevcd_parse_slice_header() argument 235 WORD8 i1_nal_unit_type = ps_nal->i1_nal_unit_type; in ihevcd_parse_slice_header() 786 …ps_slice_hdr->i4_abs_pic_order_cnt = ihevcd_calc_poc(ps_codec, ps_nal, ps_sps->i1_log2_max_pic_ord… in ihevcd_parse_slice_header()
|
D | ihevcd_parse_headers.c | 3112 IHEVCD_ERROR_T ihevcd_parse_sei(codec_t *ps_codec, nal_header_t *ps_nal) in ihevcd_parse_sei() argument 3150 ps_nal->i1_nal_unit_type); in ihevcd_parse_sei() 3224 WORD32 ihevcd_calc_poc(codec_t *ps_codec, nal_header_t *ps_nal, WORD8 i1_log2_max_poc_lsb, WORD32 i… in ihevcd_calc_poc() argument 3228 WORD8 i1_nal_unit_type = ps_nal->i1_nal_unit_type; in ihevcd_calc_poc() 3274 if((0 == ps_nal->i1_nuh_temporal_id) && in ihevcd_calc_poc()
|