Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c86 sps->constraint_set2 = 0; in h264e_sps_update()
94 sps->constraint_set2 = 0; in h264e_sps_update()
105 sps->constraint_set2 = 0; in h264e_sps_update()
113 sps->constraint_set2 = 0; in h264e_sps_update()
130 sps->constraint_set2 = (constraint_force & 4) ? 1 : 0; in h264e_sps_update()
283 mpp_writer_put_bits(bit, sps->constraint_set2, 1); in h264e_sps_to_packet()
H A Dh264e_sps.h88 RK_S32 constraint_set2; member