Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c323 … FUN_CHECK(ret = realloc_buffer(&p_strm->head_buf, &p_strm->head_max_size, HEAD_BUF_ADD_SIZE)); in add_empty_nalu()
325 p_des = &p_strm->head_buf[p_strm->head_offset]; in add_empty_nalu()
355 FUN_CHECK(ret = realloc_buffer(&p_strm->head_buf, &p_strm->head_max_size, add_size)); in store_cur_nalu()
357 p_des = &p_strm->head_buf[p_strm->head_offset]; in store_cur_nalu()
900 p_curdata = p_Dec->p_Cur->strm.head_buf; in parse_loop()
H A Dh264d_api.c84 MPP_FREE(p_Cur->strm.head_buf); in free_cur_ctx()
108 p_strm->head_buf = mpp_malloc_size(RK_U8, p_strm->head_max_size); in init_cur_ctx()
109 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