Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c88 sps->constraint_set4 = 0; in h264e_sps_update()
96 sps->constraint_set4 = 0; in h264e_sps_update()
107 sps->constraint_set4 = 0; in h264e_sps_update()
115 sps->constraint_set4 = 0; in h264e_sps_update()
134 sps->constraint_set4 = (constraint_force & 16) ? 1 : 0; in h264e_sps_update()
287 mpp_writer_put_bits(bit, sps->constraint_set4, 1); in h264e_sps_to_packet()
H A Dh264e_sps.h90 RK_S32 constraint_set4; member