Home
last modified time | relevance | path

Searched refs:head_buf (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c328 … FUN_CHECK(ret = realloc_buffer(&p_strm->head_buf, &p_strm->head_max_size, HEAD_BUF_ADD_SIZE)); in add_empty_nalu()
330 p_des = &p_strm->head_buf[p_strm->head_offset]; in add_empty_nalu()
396 memcpy(p_strm->head_buf, p_strm->tmp_buf, p_strm->tmp_offset); in store_cur_nalu()
404 FUN_CHECK(ret = realloc_buffer(&p_strm->head_buf, &p_strm->head_max_size, add_size)); in store_cur_nalu()
406 p_des = &p_strm->head_buf[p_strm->head_offset]; in store_cur_nalu()
631 RK_U8 *p_des = &p_strm->head_buf[pos]; in clear_extra_header()
1008 p_curdata = p_Dec->p_Cur->strm.head_buf; in parse_loop()
H A Dh264d_api.c90 MPP_FREE(p_Cur->strm.head_buf); in free_cur_ctx()
116 p_strm->head_buf = mpp_malloc_size(RK_U8, p_strm->head_max_size); in init_cur_ctx()
119 MEM_CHECK(ret, p_strm->nalu_buf && p_strm->head_buf); in init_cur_ctx()
H A Dh264d_global.h930 RK_U8 *head_buf; //!< store header data, sps/pps/slice header member