Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_header_gen.h60 RK_S32 i_type; /* nal_unit_type_e */ member
95 void h265e_rkv_nal_start(H265eExtraInfo *out, RK_S32 i_type,
H A Dh265e_header_gen.c74 mpp_writer_put_bits(&s, nal->i_type, 6);//nal_unit_type in h265e_nal_encode()
115 nal[i].i_type == NAL_VPS || in h265e_encapsulate_nals()
116 nal[i].i_type == NAL_SPS || in h265e_encapsulate_nals()
117 nal[i].i_type == NAL_PPS || in h265e_encapsulate_nals()
213 sei_nal.i_type = NAL_SEI_PREFIX; in h265e_sei_recovery_point()
639 void h265e_nal_start(H265eExtraInfo *out, RK_S32 i_type, in h265e_nal_start() argument
646 nal->i_type = i_type; in h265e_nal_start()
749 sei_nal.i_type = NAL_SEI_PREFIX; in h265e_data_to_sei()
779 src->nal[k].i_type, src->nal[k].i_payload); in h265e_get_extra_info()
781 mpp_packet_add_segment_info(pkt_out, src->nal[k].i_type, in h265e_get_extra_info()