Lines Matching defs:s
61 MppWriteCtx s; in h265e_nal_encode() local
130 static MPP_RET h265e_write_recovery_point(H265eStream * s, RK_U32 recovery_frame_cnt) in h265e_write_recovery_point()
139 static MPP_RET h265e_sei_write(H265eStream *s, RK_U8 uuid[16], const RK_U8 *payload, in h265e_sei_write()
232 void codeProfileTier(H265eStream *s, ProfileTierLevel* ptl) in codeProfileTier()
267 void codePTL(H265eStream *s, H265ePTL* ptl, RK_U32 profilePresentFlag, int maxNumSubLayersMinus1) in codePTL()
299 static MPP_RET h265e_vps_write(H265eVps *vps, H265eStream *s) in h265e_vps_write()
373 void codeVUI(H265eStream *s, H265eVuiInfo *vui) in codeVUI()
444 static MPP_RET h265e_sps_write(H265eSps *sps, H265eStream *s) in h265e_sps_write()
559 static MPP_RET h265e_pps_write(H265ePps *pps, H265eSps *sps, H265eStream *s) in h265e_pps_write()
642 H265eStream *s = &out->stream; in h265e_nal_start() local
660 H265eStream *s = &out->stream; in h265e_nal_end() local