Searched refs:vui_en (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_sps.c | 218 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 D | h264e_sps.h | 26 RK_U32 vui_en; member
|
| H A D | h264e_api_v2.c | 107 h264->vui.vui_en = 1; in init_h264e_cfg_set()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_cfg.c | 155 …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 D | h265e_api.c | 98 h265->vui.vui_en = 1; in h265e_init()
|
| H A D | h265e_ps.c | 338 sps->m_vuiParametersPresentFlag = vui->vui_en; in h265e_set_sps()
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_venc_cmd.h | 597 RK_S32 vui_en; member
|
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_ps.c | 1420 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()
|