Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c678 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()
H A Dh264d_api.c113 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()
H A Dh264d_global.h921 RK_U32 nalu_max_size; //!< Cur Unit Buffer size member