Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c327 if ((p_strm->head_offset + add_size) >= p_strm->head_max_size) { in add_empty_nalu()
328 … FUN_CHECK(ret = realloc_buffer(&p_strm->head_buf, &p_strm->head_max_size, HEAD_BUF_ADD_SIZE)); in add_empty_nalu()
403 if ((p_strm->head_offset + add_size) >= p_strm->head_max_size) { 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()
H A Dh264d_api.c115 p_strm->head_max_size = HEAD_BUF_MAX_SIZE; in init_cur_ctx()
116 p_strm->head_buf = mpp_malloc_size(RK_U8, p_strm->head_max_size); in init_cur_ctx()
118 p_strm->tmp_buf = mpp_malloc_size(RK_U8, p_strm->head_max_size); in init_cur_ctx()
H A Dh264d_global.h929 RK_U32 head_max_size; member