Searched refs:nalu_max_size (Results 1 – 3 of 3) sorted by relevance
678 if (p_strm->nalu_len >= p_strm->nalu_max_size) { in parse_prepare()679 … FUN_CHECK(ret = realloc_buffer(&p_strm->nalu_buf, &p_strm->nalu_max_size, NALU_BUF_ADD_SIZE)); in parse_prepare()760 if (p_strm->nalu_len >= p_strm->nalu_max_size) { in parse_prepare_fast()761 … FUN_CHECK(ret = realloc_buffer(&p_strm->nalu_buf, &p_strm->nalu_max_size, NALU_BUF_ADD_SIZE)); in parse_prepare_fast()774 if (p_strm->nalu_len >= p_strm->nalu_max_size) { in parse_prepare_fast()775 RK_U32 add_size = pkt_impl->length + 1 - p_strm->nalu_max_size; in parse_prepare_fast()776 …FUN_CHECK(ret = realloc_buffer(&p_strm->nalu_buf, &p_strm->nalu_max_size, MPP_MAX(NALU_BUF_ADD_SIZ… in parse_prepare_fast()
113 p_strm->nalu_max_size = NALU_BUF_MAX_SIZE; in init_cur_ctx()114 p_strm->nalu_buf = mpp_malloc_size(RK_U8, p_strm->nalu_max_size); in init_cur_ctx()
921 RK_U32 nalu_max_size; //!< Cur Unit Buffer size member