Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c420 if ((p_strm->tmp_offset + add_size) >= p_strm->tmp_max_size) { in store_cur_nalu()
421 FUN_CHECK(ret = realloc_buffer(&p_strm->tmp_buf, &p_strm->tmp_max_size, add_size)); in store_cur_nalu()
H A Dh264d_global.h934 RK_U32 tmp_max_size; member
H A Dh264d_api.c117 p_strm->tmp_max_size = HEAD_BUF_MAX_SIZE; in init_cur_ctx()