Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_pps.c131 RK_S32 pps_size = 0; in h264e_pps_to_packet() local
223 pps_size = mpp_writer_bytes(bit); in h264e_pps_to_packet()
225 *len = pps_size; in h264e_pps_to_packet()
229 mpp_packet_set_length(packet, length + pps_size); in h264e_pps_to_packet()
231 return pps_size; in h264e_pps_to_packet()