Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c89 sps->constraint_set5 = 0; in h264e_sps_update()
97 sps->constraint_set5 = 0; in h264e_sps_update()
108 sps->constraint_set5 = 0; in h264e_sps_update()
116 sps->constraint_set5 = 0; in h264e_sps_update()
136 sps->constraint_set5 = (constraint_force & 32) ? 1 : 0; in h264e_sps_update()
289 mpp_writer_put_bits(bit, sps->constraint_set5, 1); in h264e_sps_to_packet()
H A Dh264e_sps.h91 RK_S32 constraint_set5; member