Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c85 sps->constraint_set1 = 1; in h264e_sps_update()
93 sps->constraint_set1 = 1; in h264e_sps_update()
104 sps->constraint_set1 = 0; in h264e_sps_update()
112 sps->constraint_set1 = 0; in h264e_sps_update()
128 sps->constraint_set1 = (constraint_force & 2) ? 1 : 0; in h264e_sps_update()
281 mpp_writer_put_bits(bit, sps->constraint_set1, 1); in h264e_sps_to_packet()
H A Dh264e_sps.h87 RK_S32 constraint_set1; member