Home
last modified time | relevance | path

Searched refs:m_SPSId (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h230 RK_S32 m_SPSId; member
308 RK_U32 m_SPSId; // seq_parameter_set_id member
H A Dh265e_ps.c253 sps->m_SPSId = 0; in h265e_set_sps()
408 pps->m_SPSId = 0; in h265e_set_pps()
H A Dh265e_header_gen.c460 h265e_stream_write_ue_with_log(s, sps->m_SPSId, "sps_seq_parameter_set_id"); in h265e_sps_write()
569 …h265e_stream_write_ue_with_log(s, pps->m_SPSId, "pps_seq_parameter_set_… in h265e_pps_write()
H A Dh265e_syntax.c53 pp->sps_id = pps->m_SPSId; in fill_picture_parameters()