Searched refs:constraint_force (Results 1 – 3 of 3) sorted by relevance
123 RK_U8 constraint_force = (set >> 0) & 0x3f; in h264e_sps_update() local127 sps->constraint_set0 = (constraint_force & 1) ? 1 : 0; in h264e_sps_update()129 sps->constraint_set1 = (constraint_force & 2) ? 1 : 0; in h264e_sps_update()131 sps->constraint_set2 = (constraint_force & 4) ? 1 : 0; in h264e_sps_update()133 sps->constraint_set3 = (constraint_force & 8) ? 1 : 0; in h264e_sps_update()135 sps->constraint_set4 = (constraint_force & 16) ? 1 : 0; in h264e_sps_update()137 sps->constraint_set5 = (constraint_force & 32) ? 1 : 0; in h264e_sps_update()
1044 …nstraint_set5_flag。其中,强制标志force_flag和强制约束参数constraint_force存储格式为:\| 00 \| force_flag \| 00 \| cons…
992 …and forced constraint parameter constraint_force are stored in the format: \| 00 \| force_flag \|…