Home
last modified time | relevance | path

Searched refs:column_width_size (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c2079 if (bufs->column_width_size < buf_size) { in mpp_hevc_decode_nal_pps()
2081 bufs->column_width_size = buf_size; in mpp_hevc_decode_nal_pps()
2199 if (bufs->column_width_size < buf_size) { in mpp_hevc_decode_nal_pps()
2201 bufs->column_width_size = buf_size; in mpp_hevc_decode_nal_pps()
H A Dh265d_parser.h307 RK_S32 column_width_size; member