Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sps.c400 …p_Vid->FrameHeightInMbs = (2 - sps->frame_mbs_only_flag) * (sps->pic_height_in_map_units_minus1 + … in update_video_pars()
405 p_Vid->height = p_Vid->FrameHeightInMbs * 16; in update_video_pars()
H A Dh264d_global.h1015 RK_U32 FrameHeightInMbs; member