Home
last modified time | relevance | path

Searched refs:vui_en (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c218 vui->vui_en = h264->vui.vui_en; in h264e_sps_update()
355 mpp_writer_put_bits(bit, sps->vui.vui_en, 1); in h264e_sps_to_packet()
356 if (sps->vui.vui_en) { in h264e_sps_to_packet()
H A Dh264e_sps.h26 RK_U32 vui_en; member
H A Dh264e_api_v2.c107 h264->vui.vui_en = 1; in init_h264e_cfg_set()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c155 …ENTRY(prefix, u32, rk_u32, vui_en, FLAG_INCR, h264, …
187 …ENTRY(prefix, s32, rk_s32, vui_en, FLAG_INCR, h265, …
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c98 h265->vui.vui_en = 1; in h265e_init()
H A Dh265e_ps.c338 sps->m_vuiParametersPresentFlag = vui->vui_en; in h265e_set_sps()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h597 RK_S32 vui_en; member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c1420 RK_S32 bit_depth_chroma, start, vui_en, sublayer_ordering_info; in mpp_hevc_decode_nal_sps() local
1738 READ_ONEBIT(gb, &vui_en); in mpp_hevc_decode_nal_sps()
1739 if (vui_en) in mpp_hevc_decode_nal_sps()