Searched refs:head_max_size (Results 1 – 3 of 3) sorted by relevance
327 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()
115 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()
929 RK_U32 head_max_size; member