Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h211 RK_S32 m_SPSId; member
289 RK_U32 m_SPSId; // seq_parameter_set_id member
H A Dh265e_ps.c231 sps->m_SPSId = 0; in h265e_set_sps()
381 pps->m_SPSId = 0; in h265e_set_pps()
H A Dh265e_header_gen.c445 h265e_stream_write_ue_with_log(s, sps->m_SPSId, "sps_seq_parameter_set_id"); in h265e_sps_write()
555 …h265e_stream_write_ue_with_log(s, pps->m_SPSId, "pps_seq_parameter_set_… in h265e_pps_write()
H A Dh265e_syntax.c38 pp->sps_id = pps->m_SPSId; in fill_picture_parameters()