Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_header_gen.c204 H265eNal sei_nal; in h265e_sei_recovery_point() local
211 memset(&sei_nal, 0, sizeof(H265eNal)); in h265e_sei_recovery_point()
213 sei_nal.i_type = NAL_SEI_PREFIX; in h265e_sei_recovery_point()
214 sei_nal.p_payload = &stream.buf[stream.enc_stream.byte_cnt]; in h265e_sei_recovery_point()
220 sei_nal.i_payload = (RK_S32) (end - sei_nal.p_payload); in h265e_sei_recovery_point()
222 h265e_nal_encode(dst, &sei_nal); in h265e_sei_recovery_point()
227 return sei_nal.i_payload; in h265e_sei_recovery_point()
741 H265eNal sei_nal; in h265e_data_to_sei() local
747 memset(&sei_nal, 0 , sizeof(H265eNal)); in h265e_data_to_sei()
749 sei_nal.i_type = NAL_SEI_PREFIX; in h265e_data_to_sei()
[all …]