Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c157 H264_Nalu_t *cur_nal = &p_Cur->nalu; 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()
1024 memset(&p_Dec->p_Cur->nalu, 0, sizeof(H264_Nalu_t)); in parse_loop()
1025 p_Dec->p_Cur->nalu.sodb_buf = p_curdata; in parse_loop()
1026 p_Dec->p_Cur->nalu.sodb_len = p_head->sodb_len; in parse_loop()
H A Dh264d_fill.c301 FUN_CHECK(ret = fill_slice_stream(dxva_ctx, &currSlice->p_Cur->nalu)); in fill_slice_syntax()
H A Dh264d_slice.c243 H264_Nalu_t *cur_nalu = &currSlice->p_Cur->nalu; in init_slice_parmeters()
H A Dh264d_global.h952 struct h264_nalu_t nalu; member
/rockchip-linux_mpp/
H A DCHANGELOG.md449 - [hal_h265e]: Fix nalu type avoid stream warning