Searched defs:ps_nal (Results 1 - 3 of 3) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_nal.c279 * @param[out] ps_nal
289 IHEVCD_ERROR_T ihevcd_nal_unit_header(bitstrm_t *ps_bitstrm, nal_header_t *ps_nal) argument
298 ps_nal->i1_nal_unit_type = ihevcd_bits_get(ps_bitstrm, 6);
304 ps_nal->i1_nuh_temporal_id = ihevcd_bits_get(ps_bitstrm, 3) - 1;
H A Dihevcd_parse_slice_header.c218 nal_header_t *ps_nal)
234 WORD8 i1_nal_unit_type = ps_nal->i1_nal_unit_type;
720 ps_slice_hdr->i4_abs_pic_order_cnt = ihevcd_calc_poc(ps_codec, ps_nal, ps_sps->i1_log2_max_pic_order_cnt_lsb, ps_slice_hdr->i4_pic_order_cnt_lsb);
217 ihevcd_parse_slice_header(codec_t *ps_codec, nal_header_t *ps_nal) argument
H A Dihevcd_parse_headers.c2790 IHEVCD_ERROR_T ihevcd_parse_sei(codec_t *ps_codec, nal_header_t *ps_nal) argument
2828 ps_nal->i1_nal_unit_type);
2902 WORD32 ihevcd_calc_poc(codec_t *ps_codec, nal_header_t *ps_nal, WORD8 i1_log2_max_poc_lsb, WORD32 i2_poc_lsb) argument
2906 WORD8 i1_nal_unit_type = ps_nal->i1_nal_unit_type;
2952 if((0 == ps_nal->i1_nuh_temporal_id) &&

Completed in 168 milliseconds