Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_sps.c84 sps->constraint_set0 = 1; in h264e_sps_update()
92 sps->constraint_set0 = 0; in h264e_sps_update()
103 sps->constraint_set0 = 0; in h264e_sps_update()
111 sps->constraint_set0 = 0; in h264e_sps_update()
126 sps->constraint_set0 = (constraint_force & 1) ? 1 : 0; in h264e_sps_update()
279 mpp_writer_put_bits(bit, sps->constraint_set0, 1); in h264e_sps_to_packet()
H A Dh264e_sps.h86 RK_S32 constraint_set0; member