Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_dpb.c1435 RK_U32 max_buf_size = 0; in store_picture_in_dpb() local
1477 max_buf_size = p_Vid->p_Inp->max_buf_size; in store_picture_in_dpb()
1478 if (max_buf_size) in store_picture_in_dpb()
1479 H264D_DBG(H264D_DBG_DPB_INFO, "max_buf_size=%d\n", max_buf_size); in store_picture_in_dpb()
1481 (max_buf_size && p_Dpb->used_size >= max_buf_size)) { in store_picture_in_dpb()
H A Dh264d_global.h894 RK_U32 max_buf_size; member
H A Dh264d_api.c516 p_Dec->p_Inp->max_buf_size = (param) ? (*((RK_U32 *)param)) : (0); in h264d_control()