Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_header_gen.c59 RK_U8 *end = nal->p_payload + nal->i_payload; in h265e_nal_encode()
90 nal->i_payload = size + 4; in h265e_nal_encode()
106 nal_size += nal[i].i_payload; in h265e_encapsulate_nals()
120 nal_buffer += nal[i].i_payload; in h265e_encapsulate_nals()
220 sei_nal.i_payload = (RK_S32) (end - sei_nal.p_payload); in h265e_sei_recovery_point()
227 return sei_nal.i_payload; in h265e_sei_recovery_point()
649 nal->i_payload = 0; in h265e_nal_start()
663 nal->i_payload = (RK_S32)(end - nal->p_payload); in h265e_nal_end()
755 sei_nal.i_payload = (RK_S32)(end - sei_nal.p_payload); in h265e_data_to_sei()
762 return sei_nal.i_payload; in h265e_data_to_sei()
[all …]
H A Dh265e_header_gen.h66 RK_S32 i_payload; member