Home
last modified time | relevance | path

Searched refs:m_ppsId (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.h346 RK_S32 m_ppsId; ///< picture parameter set ID member
H A Dh265e_slice.c263 slice->m_ppsId = pps->m_PPSId; in h265e_slice_init()
355 mpp_writer_put_ue(bitIf, slice->m_ppsId); in h265e_code_slice_header()
H A Dh265e_syntax.c37 pp->pps_id = h->slice->m_ppsId; in fill_picture_parameters()