Home
last modified time | relevance | path

Searched refs:nalu_type (Results 1 – 11 of 11) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c45 RK_U16 nalu_type; member
133 p_strm->nalu_type = H264_NALU_TYPE_NULL; in reset_nalu()
168 ptmp = (RK_S32 *)&cur_nal->nalu_type; in parser_nalu_header()
173 if (cur_nal->nalu_type == H264_NALU_TYPE_PREFIX in parser_nalu_header()
174 || cur_nal->nalu_type == H264_NALU_TYPE_SLC_EXT) { in parser_nalu_header()
204 currSlice->mvcExt.iPrefixNALU = (cur_nal->nalu_type == H264_NALU_TYPE_PREFIX) ? 1 : 0; in parser_nalu_header()
206 if (cur_nal->nalu_type == H264_NALU_TYPE_SLC_EXT) { in parser_nalu_header()
207 cur_nal->nalu_type = H264_NALU_TYPE_SLICE; in parser_nalu_header()
232 currSlice->p_Cur->nalu.nalu_type != H264_NALU_TYPE_SPS) { in parser_one_nalu()
244 switch (currSlice->p_Cur->nalu.nalu_type) { in parser_one_nalu()
[all …]
H A Dh264d_global.h194 H264NaluType nalu_type; //!< NALU_TYPE_xxxx member
924 RK_S32 nalu_type; member
H A Dh264d_api.c446 if (p_strm->nalu_type != H264_NALU_TYPE_PPS && p_strm->nalu_type != H264_NALU_TYPE_SPS) in h264d_reset()
H A Dh264d_slice.c246 currSlice->idr_flag = cur_nalu->nalu_type == H264_NALU_TYPE_IDR; in init_slice_parmeters()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.c60 slice->nalu_type = (is_idr) ? (H264_NALU_TYPE_IDR) : (H264_NALU_TYPE_SLICE); in h264e_slice_update()
302 ret |= mpp_read_bits(&bit, 5, &slice->nalu_type); in h264e_slice_read()
304 bit.used_bits, slice->nalu_type); in h264e_slice_read()
327 slice->idr_flag = (slice->nalu_type == 5); in h264e_slice_read()
568 mpp_writer_put_raw_bits(s, slice->nalu_type, 5); in h264e_slice_write_header()
570 mpp_writer_bits(s), slice->nalu_type); in h264e_slice_write_header()
593 if (slice->nalu_type == 5) { in h264e_slice_write_header()
H A Dh264e_slice.h102 RK_S32 nalu_type; member
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c566 regs->reg103.nal_unit_type = slice->nalu_type; in setup_vepu541_codec()
H A Dhal_h264e_vepu540c.c555 regs->reg_base.synt_nal.nal_unit_type = slice->nalu_type; in setup_vepu540c_codec()
H A Dhal_h264e_vepu580.c901 regs->reg_base.synt_nal.nal_unit_type = slice->nalu_type; in setup_vepu580_codec()
H A Dhal_h264e_vepu510.c924 reg_frm->synt_nal.nal_unit_type = slice->nalu_type; in setup_vepu510_codec()
H A Dhal_h264e_vepu511.c894 reg_frm->synt_nal.nal_unit_type = slice->nalu_type; in setup_vepu511_codec()