Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_dec_hdr_meta.c44 RK_U32 max_size = mpp_buffer_get_size(buf); in fill_hdr_meta_to_frame() local
68 if ((off + total_size) > max_size) { in fill_hdr_meta_to_frame()
70 off, total_size, max_size); in fill_hdr_meta_to_frame()
/rockchip-linux_mpp/mpp/hal/common/
H A Dhal_info.c139 RK_S32 max_size = *size; in hal_info_get() local
162 if (out_size + elem_size > max_size) { in hal_info_get()
164 max_size, out_size + elem_size); in hal_info_get()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c104 static MPP_RET realloc_buffer(RK_U8 **buf, RK_U32 *max_size, RK_U32 add_size) in realloc_buffer() argument
115 (*buf) = mpp_realloc((*buf), RK_U8, ((*max_size) + add_size)); in realloc_buffer()
117 H264D_ERR("[realloc_buffer] ERROR: max_size=%d, add_size=%d \n", (*max_size), add_size); in realloc_buffer()
121 (*max_size) += add_size; in realloc_buffer()